Kurtosis()
Summary
Returns the kurtosis of a set of numbers.
Syntax
value = kurtosis(array data_array)
| Argument | Contents |
|---|---|
| data_array | An array of numbers |
Returns
A real number equal to the kurtosis of the values in the array.
Notes
-
The array must contain numbers only. Other types, including null, are not allowed.
Error Codes
| Error Type | Meaning |
|---|---|
| Error | The array contains values that are null or are not numbers |
See Also
| 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 |