| Package | Description | 
|---|---|
| org.hipparchus.stat.inference | 
 Classes providing hypothesis testing. 
 | 
| org.hipparchus.stat.ranking | 
 Classes providing rank transformations. 
 | 
| Constructor and Description | 
|---|
MannWhitneyUTest(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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static TiesStrategy | 
NaturalRanking.DEFAULT_TIES_STRATEGY
default ties strategy 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TiesStrategy | 
NaturalRanking.getTiesStrategy()
Return the TiesStrategy 
 | 
static TiesStrategy | 
TiesStrategy.valueOf(String name)
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. 
 | 
| Constructor and Description | 
|---|
NaturalRanking(NaNStrategy nanStrategy,
              TiesStrategy tiesStrategy)
Create a NaturalRanking with the given NaNStrategy and TiesStrategy. 
 | 
NaturalRanking(TiesStrategy tiesStrategy)
Create a NaturalRanking with the given TiesStrategy. 
 | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.