| Maptitude GISDK Help |
Returns the value at which a given percentile is reached.
pct_value = Percentile(array input_values, integer pctile)
| Argument | Contents |
|---|---|
| input_values | An array of numbers |
| pctile | The desired percentile value, from 0 to 100 |
A real number indicating the value at which the percentile is reached.
The array must contain numbers only. Other types, including null, are not allowed.
| Error Type | Meaning |
|---|---|
| Error | The array contains values that are null or are not numbers |
| Function | Summary |
|---|---|
| Mean() | Computes the mean (average) of the elements of an array |
| Median() | Computes the median of the elements of an array |
| ©2025 Caliper Corporation | www.caliper.com |