Gets an aggregator that computes the specified quantile.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
Numerical Libraries
Supported in: 6.0
Reference