.FloatArrayStat.Skew (gb.gsl)
Function Skew ( [ Weight As Float[], Mean As Float, StdDev As Float ] ) As Float
Return the skewness of the array data.
-
If Weight is specified, the function returns the skewness of the weighted data.
-
If Mean is not specified, then the mean is computed from the data.
-
If StdDev is not specified, then the standard deviation is computed from the data.
See also