Gets an aggregator that computes the specified quantile.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static TypePreservingAggregatorGroup Quantile(
double probability
)
Public Shared Function Quantile (
probability As Double
) As TypePreservingAggregatorGroup
public:
static TypePreservingAggregatorGroup^ Quantile(
double probability
)
static member Quantile :
probability : float -> TypePreservingAggregatorGroup
Parameters
- probability
- Type: SystemDouble
A value between 0 and 1 that specifies the fraction
of values that is smaller than the quantile.
Return Value
Type:
TypePreservingAggregatorGroup
Reference