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