Type Alias QuantileInterpolOptions
pub type QuantileInterpolOptions = QuantileMethod;
👎Deprecated: use QuantileMethod instead
Aliased Type§
enum QuantileInterpolOptions {
Nearest,
Lower,
Higher,
Midpoint,
Linear,
Equiprobable,
}