Uses of Class
dev.nm.stat.descriptive.rank.Rank.TiesMethod
-
Packages that use Rank.TiesMethod Package Description dev.nm.stat.descriptive.rank -
-
Uses of Rank.TiesMethod in dev.nm.stat.descriptive.rank
Methods in dev.nm.stat.descriptive.rank that return Rank.TiesMethod Modifier and Type Method Description static Rank.TiesMethod
Rank.TiesMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rank.TiesMethod[]
Rank.TiesMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.stat.descriptive.rank with parameters of type Rank.TiesMethod Constructor Description Rank(double[] values, double threshold, Rank.TiesMethod tiesMethod)
Compute the sample ranks of the values.Rank(double[] values, Rank.TiesMethod tiesMethod)
Compute the sample ranks of the values.
-