Package | Description |
---|---|
fr.cnes.sirius.patrius.math.stat.inference | |
fr.cnes.sirius.patrius.math.stat.ranking |
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 NaNStrategy |
NaturalRanking.DEFAULT_NAN_STRATEGY
default NaN strategy
|
Modifier and Type | Method and Description |
---|---|
NaNStrategy |
NaturalRanking.getNanStrategy()
Return the NaNStrategy
|
static NaNStrategy |
NaNStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NaNStrategy[] |
NaNStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NaturalRanking(NaNStrategy nanStrategyIn)
Create a NaturalRanking with the given NaNStrategy.
|
NaturalRanking(NaNStrategy nanStrategyIn,
RandomGenerator randomGenerator)
Create a NaturalRanking with the given NaNStrategy, TiesStrategy.RANDOM
and the given source of random data.
|
NaturalRanking(NaNStrategy nanStrategyIn,
TiesStrategy tiesStrategyIn)
Create a NaturalRanking with the given NaNStrategy and TiesStrategy.
|
Copyright © 2017 CNES. All rights reserved.