Uses of Enum Class
cloud.opencode.base.math.stats.Percentile.Method
Packages that use Percentile.Method
-
Uses of Percentile.Method in cloud.opencode.base.math.stats
Subclasses with type arguments of type Percentile.Method in cloud.opencode.base.math.statsModifier and TypeClassDescriptionstatic enumInterpolation method for percentile calculation.Methods in cloud.opencode.base.math.stats that return Percentile.MethodModifier and TypeMethodDescriptionstatic Percentile.MethodReturns the enum constant of this class with the specified name.static Percentile.Method[]Percentile.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.math.stats with parameters of type Percentile.MethodModifier and TypeMethodDescriptiondoublePercentile.value(double p, Percentile.Method method) Computes the p-th percentile using the specified interpolation method.