| Package | Description | 
|---|---|
| org.apache.commons.math3.stat.inference | Classes providing hypothesis testing. | 
| org.apache.commons.math3.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_STRATEGYdefault 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 © 2003–2016 The Apache Software Foundation. All rights reserved.