Percentile: Double;
Percentile: double;
The Percentile property determines the percentile that is used to determine the acceptability threshold.
Range of available values: [0; 100]. The default value is 50.
If the percentile is used, empty values are excluded from the calculation. If the IMsCrossDimensionAggregationOptions.Percentile = 0, the aggregation returns empty values.
Percentile is the measure of sample or distribution data. The n percentile is the value, below which the n percent of observations of the given variable are located. Therefore the 40th percentile (or the 4th decile) is the value, under which 40% of observation results; the 50th percentile is the median, the 25th and the 75th percentiles are the upper and the lower quartiles.
The property use is given in the example for IMsCrossDimensionAggregationTransform.AppliesToExpression.
See also: