asymmetry
Calculates the skewness of an inputted vector or matrix. Skewness is a measure of the asymmetry of the data around the sample mean. Depending on input, function can return scalar, vector or matrix
Arguments
- Vector of real values
Output
Skewness value
Examples