Aggregators.Quantile Method
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Quantile( | Gets an aggregator that computes the specified quantile. |
Quantile( | Gets an aggregator that computes the specified quantile. |
Quantile(Double)
Gets an aggregator that computes the specified quantile.
public static TypePreservingAggregatorGroup Quantile(
double probability
)
Parameters
- probability Double
- A value between 0 and 1 that specifies the fraction of values that is smaller than the quantile.
Return Value
TypePreservingAggregatorGroupQuantile(Double, Int32)
Gets an aggregator that computes the specified quantile.
public static TypePreservingAggregatorGroup Quantile(
double probability,
int type
)
Parameters
- probability Double
- A value between 0 and 1 that specifies the fraction of values that is smaller than the quantile.
- type Int32
- The type of quantile to compute. The type corresponds to the argument of the same type to the quantile function in R.