| Maptitude GISDK Help |
Returns the kurtosis of a set of numbers.
value = kurtosis(array data_array)
| Argument | Contents |
|---|---|
| data_array | An array of numbers |
A real number equal to the kurtosis of the values in the array.
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 |
| Skew() | Returns the skew of the values in an array |
| ©2025 Caliper Corporation | www.caliper.com |