.FloatArrayStat.Tss (gb.gsl)
Function Tss ( [ Weight As Float[], Mean As Float ] ) As Float
Return the total sum of squares of array data about the mean.
-
If Weight is specified, the function returns the total sum of squares of the weighted data.
-
If Mean is not specified, then the mean is computed from the data.
See also