Uses of Enum
org.hipparchus.stat.ranking.TiesStrategy
Package
Description
Classes providing hypothesis testing.
Classes providing rank transformations.
-
Uses of TiesStrategy in org.hipparchus.stat.inference
ModifierConstructorDescriptionMannWhitneyUTest
(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.hipparchus.stat.ranking
Modifier and TypeFieldDescriptionstatic final TiesStrategy
NaturalRanking.DEFAULT_TIES_STRATEGY
default ties strategyModifier and TypeMethodDescriptionNaturalRanking.getTiesStrategy()
Return the TiesStrategystatic TiesStrategy
Returns 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.ModifierConstructorDescriptionNaturalRanking
(NaNStrategy nanStrategy, TiesStrategy tiesStrategy) Create a NaturalRanking with the given NaNStrategy and TiesStrategy.NaturalRanking
(TiesStrategy tiesStrategy) Create a NaturalRanking with the given TiesStrategy.