Function rgsl::statistics::wtss_m
source · [−]Expand description
This function returns the weighted total sum of squares (TSS) of data about the weighted mean. For gsl_stats_wtss_m the user-supplied value of wmean is used, and for gsl_stats_wtss it is computed using gsl_stats_wmean.
TSS = \sum w_i (x_i - wmean)^2