Calculates the skewness of an array.
The array
const result = Chalkboard.stat.skewness([1, 2, 3, 4, 10]); // Returns the sample's skewness Copy
const result = Chalkboard.stat.skewness([1, 2, 3, 4, 10]); // Returns the sample's skewness
Calculates the skewness of an array.