IMsCrossDimensionAggregationOptions.Percentile

Fore Syntax

Percentile: Double;

Fore.NET Syntax

Percentile: double;

Description

The Percentile property determines the percentile, used to determine the acceptability threshold.

Comments

Tolerance range: [0; 100]. Default value is 50.

On use the percentile 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.

Fore and Fore.NET Examples

The property use is given in the example for IMsCrossDimensionAggregationTransform.AppliesToExpression.

See also:

IMsCrossDimensionAggregationOptions