Uses of Class
org.apache.commons.statistics.descriptive.Quantile.EstimationMethod
-
Packages that use Quantile.EstimationMethod Package Description org.apache.commons.statistics.descriptive Implementations of univariate statistics. -
-
Uses of Quantile.EstimationMethod in org.apache.commons.statistics.descriptive
Fields in org.apache.commons.statistics.descriptive declared as Quantile.EstimationMethod Modifier and Type Field Description private Quantile.EstimationMethod
Quantile. estimationType
Estimation type used to determine the value from the quantile.Methods in org.apache.commons.statistics.descriptive that return Quantile.EstimationMethod Modifier and Type Method Description static Quantile.EstimationMethod
Quantile.EstimationMethod. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Quantile.EstimationMethod[]
Quantile.EstimationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.statistics.descriptive with parameters of type Quantile.EstimationMethod Modifier and Type Method Description Quantile
Quantile. with(Quantile.EstimationMethod v)
Return an instance with the configuredQuantile.EstimationMethod
.Constructors in org.apache.commons.statistics.descriptive with parameters of type Quantile.EstimationMethod Constructor Description Quantile(boolean copy, NaNPolicy nanPolicy, Quantile.EstimationMethod estimationType)
-