Uses of Enum
org.apache.commons.math3.stat.descriptive.rank.Percentile.EstimationType
Packages that use Percentile.EstimationType
Package
Description
Summary statistics based on ranks.
-
Uses of Percentile.EstimationType in org.apache.commons.math3.stat.descriptive.rank
Fields in org.apache.commons.math3.stat.descriptive.rank declared as Percentile.EstimationTypeModifier and TypeFieldDescriptionprivate final Percentile.EstimationType
Percentile.estimationType
Any of thePercentile.EstimationType
s such asCM
can be used.Methods in org.apache.commons.math3.stat.descriptive.rank that return Percentile.EstimationTypeModifier and TypeMethodDescriptionPercentile.getEstimationType()
Get the estimationtype
used for computation.static Percentile.EstimationType
Returns 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.apache.commons.math3.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.apache.commons.math3.stat.descriptive.rank with parameters of type Percentile.EstimationTypeModifierConstructorDescriptionprivate
Median
(Percentile.EstimationType estimationType, NaNStrategy nanStrategy, KthSelector kthSelector) Constructs a Median with the specificPercentile.EstimationType
,NaNStrategy
andinvalid reference
PivotingStrategy
protected
Percentile
(double quantile, Percentile.EstimationType estimationType, NaNStrategy nanStrategy, KthSelector kthSelector) Constructs a Percentile with the specific quantile value,Percentile.EstimationType
,NaNStrategy
andKthSelector
.