CALC.skew(array)

Returns the skewness of a distribution. Skewness characterizes the degree of asymmetry of a distribution around its mean.

Example

CALC.skew([3,4,5,2,3,4,5,6,4,7]);

// returns 0.35954

<< CALC.rsq(known_y_values, known_x_values) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.slope(arrayy, arrayx) >>