Quartile(Data, Quart)
Data. Interval of numeric values, with which probabilities are connected. Values in data array must be greater than zero.
Quart. The value, which must be returned. Available values are taken from the range [0, 4]:
0. Minimum value.
1. The first quartile (25th percentile).
2. Median value (50-th percentile).
3. The third quartile (75th percentile).
4. Maximum value.
The method returns the quartile of a data set.
Quartiles are often used for sales analysis to split a universal set into groups.
See also: