Uses of Enum
org.apache.commons.math3.stat.ranking.TiesStrategy
Packages that use TiesStrategy
Package
Description
Classes providing hypothesis testing.
Classes providing rank transformations.
-
Uses of TiesStrategy in org.apache.commons.math3.stat.inference
Constructors in org.apache.commons.math3.stat.inference with parameters of type TiesStrategyModifierConstructorDescriptionMannWhitneyUTest(NaNStrategy nanStrategy, TiesStrategy tiesStrategy) Create a test instance using the given strategies for NaN's and ties.WilcoxonSignedRankTest(NaNStrategy nanStrategy, TiesStrategy tiesStrategy) Create a test instance using the given strategies for NaN's and ties. -
Uses of TiesStrategy in org.apache.commons.math3.stat.ranking
Subclasses with type arguments of type TiesStrategy in org.apache.commons.math3.stat.rankingModifier and TypeClassDescriptionenumStrategies for handling tied values in rank transformations.Fields in org.apache.commons.math3.stat.ranking declared as TiesStrategyModifier and TypeFieldDescriptionstatic final TiesStrategyNaturalRanking.DEFAULT_TIES_STRATEGYdefault ties strategyprivate final TiesStrategyNaturalRanking.tiesStrategyTies strategy - defaults to ties averagedMethods in org.apache.commons.math3.stat.ranking that return TiesStrategyModifier and TypeMethodDescriptionNaturalRanking.getTiesStrategy()Return the TiesStrategystatic TiesStrategyReturns the enum constant of this type with the specified name.static TiesStrategy[]TiesStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.math3.stat.ranking with parameters of type TiesStrategyModifierConstructorDescriptionNaturalRanking(NaNStrategy nanStrategy, TiesStrategy tiesStrategy) Create a NaturalRanking with the given NaNStrategy and TiesStrategy.NaturalRanking(TiesStrategy tiesStrategy) Create a NaturalRanking with the given TiesStrategy.