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,
int type
)
Public Shared Function Quantile (
probability As Double,
type As Integer
) As TypePreservingAggregatorGroup
public:
static TypePreservingAggregatorGroup^ Quantile(
double probability,
int type
)
static member Quantile :
probability : float *
type : int -> TypePreservingAggregatorGroup
Parameters
- probability
- Type: SystemDouble
A value between 0 and 1 that specifies the fraction
of values that is smaller than the quantile.
- type
- Type: SystemInt32
The type of quantile to compute.
The type corresponds to the argument of the same type
to the quantile function in R.
Return Value
Type:
TypePreservingAggregatorGroup
Reference