Uses of Enum
org.hipparchus.stat.descriptive.rank.Percentile.EstimationType
Packages that use Percentile.EstimationType
-
Uses of Percentile.EstimationType in org.hipparchus.stat.descriptive.rank
Methods in org.hipparchus.stat.descriptive.rank that return Percentile.EstimationTypeModifier and TypeMethodDescriptionMedian.getEstimationType()Get the estimationtypeused for computation.Percentile.getEstimationType()Get the estimationtypeused for computation.static Percentile.EstimationTypeReturns the enum constant of this type with the specified name.static Percentile.EstimationType[]Percentile.EstimationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hipparchus.stat.descriptive.rank with parameters of type Percentile.EstimationTypeModifier and TypeMethodDescriptionMedian.withEstimationType(Percentile.EstimationType newEstimationType) Build a new instance similar to the current one except for theestimation type.Percentile.withEstimationType(Percentile.EstimationType newEstimationType) Build a new instance similar to the current one except for theestimation type.Constructors in org.hipparchus.stat.descriptive.rank with parameters of type Percentile.EstimationTypeModifierConstructorDescriptionprotectedPercentile(double quantile, Percentile.EstimationType estimationType, NaNStrategy nanStrategy, KthSelector kthSelector) Constructs a Percentile with the specific quantile value,Percentile.EstimationType,NaNStrategyandKthSelector.