Uses of Class
org.apache.commons.math3.stat.ranking.NaNStrategy

Packages that use NaNStrategy
org.apache.commons.math3.stat.inference Classes providing hypothesis testing and confidence interval construction. 
org.apache.commons.math3.stat.ranking Classes providing rank transformations. 
 

Uses of NaNStrategy in org.apache.commons.math3.stat.inference
 

Constructors in org.apache.commons.math3.stat.inference with parameters of type NaNStrategy
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.
 

Uses of NaNStrategy in org.apache.commons.math3.stat.ranking
 

Fields in org.apache.commons.math3.stat.ranking declared as NaNStrategy
static NaNStrategy NaturalRanking.DEFAULT_NAN_STRATEGY
          default NaN strategy
 

Methods in org.apache.commons.math3.stat.ranking that return NaNStrategy
 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.
 

Constructors in org.apache.commons.math3.stat.ranking with parameters of type NaNStrategy
NaturalRanking(NaNStrategy nanStrategy)
          Create a NaturalRanking with the given NaNStrategy.
NaturalRanking(NaNStrategy nanStrategy, RandomGenerator randomGenerator)
          Create a NaturalRanking with the given NaNStrategy, TiesStrategy.RANDOM and the given source of random data.
NaturalRanking(NaNStrategy nanStrategy, TiesStrategy tiesStrategy)
          Create a NaturalRanking with the given NaNStrategy and TiesStrategy.
 



Copyright © 2017 CNES. All Rights Reserved.