Skew()

Summary

Returns the skew of the values in an array.

Syntax

skew_value = skew(array input_data)

Argument Contents
input_data An array of numbers

Returns

A real number indicating the skew of values in the input data 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
Kurtosis() Returns the kurtosis of an array of numbers