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
Methods in org.apache.commons.statistics.descriptive that return Quantile.EstimationMethod Modifier and Type Method Description static Quantile.EstimationMethod
Quantile.EstimationMethod. valueOf(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
.
-