.FloatArrayStat.Kurtosis (gb.gsl)
Function Kurtosis ( [ Weight As Float[], Mean As Float, StdDev As Float ] ) As Float
Return the kurtosis of the array data.
-
If Weight is specified, the function returns the kurtosis 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