Uses of Record Class
com.knezevic.edaf.v3.persistence.query.FriedmanRank
Packages that use FriedmanRank
Package
Description
Read-side query models and repository contracts.
-
Uses of FriedmanRank in com.knezevic.edaf.v3.persistence.query
Methods in com.knezevic.edaf.v3.persistence.query that return types with arguments of type FriedmanRankModifier and TypeMethodDescriptionFriedmanTestResult.ranks()Returns the value of theranksrecord component.Constructor parameters in com.knezevic.edaf.v3.persistence.query with type arguments of type FriedmanRankModifierConstructorDescriptionFriedmanTestResult(int blocks, int algorithms, Double statistic, Double pValue, List<FriedmanRank> ranks) Creates an instance of aFriedmanTestResultrecord class.