Uses of Class
dev.nm.stat.descriptive.rank.Quantile.QuantileType
-
Packages that use Quantile.QuantileType Package Description dev.nm.stat.descriptive.rank dev.nm.stat.distribution.univariate -
-
Uses of Quantile.QuantileType in dev.nm.stat.descriptive.rank
Methods in dev.nm.stat.descriptive.rank that return Quantile.QuantileType Modifier and Type Method Description static Quantile.QuantileType
Quantile.QuantileType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Quantile.QuantileType[]
Quantile.QuantileType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.nm.stat.descriptive.rank with parameters of type Quantile.QuantileType Constructor Description Quantile(double[] data, Quantile.QuantileType type)
Construct aQuantile
calculator. -
Uses of Quantile.QuantileType in dev.nm.stat.distribution.univariate
Constructors in dev.nm.stat.distribution.univariate with parameters of type Quantile.QuantileType Constructor Description EmpiricalDistribution(double[] observations, Quantile.QuantileType quantileType)
Construct an empirical distribution from a sample.
-