| Package | Description |
|---|---|
| org.hipparchus.stat.inference |
Classes providing hypothesis testing.
|
| org.hipparchus.stat.ranking |
Classes providing rank transformations.
|
| Constructor | 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 | Description |
|---|---|---|
static TiesStrategy |
NaturalRanking.DEFAULT_TIES_STRATEGY |
default ties strategy
|
| Modifier and Type | Method | 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 | 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–2018 Hipparchus.org. All rights reserved.