QuantileInterpolation

Deprecated

Use QuantileMethod instead.

Replace with

import org.oremif.kstats.descriptive.QuantileMethod
QuantileMethod

Controls how values between two data points are interpolated when computing quantiles and percentiles.

Entries

Link copied to clipboard

Linear interpolation between bracketing data points (maps to QuantileMethod.LINEAR).

Link copied to clipboard

Lower of the two bracketing data points (maps to QuantileMethod.LOWER).

Link copied to clipboard

Higher of the two bracketing data points (maps to QuantileMethod.HIGHER).

Link copied to clipboard

Nearest data point, ties toward higher (maps to QuantileMethod.NEAREST).

Link copied to clipboard

Average of the two bracketing data points (maps to QuantileMethod.MIDPOINT).

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Converts this interpolation mode to the equivalent QuantileMethod.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.