Functions wvector_sumsq¶
-
template<class
vec_t
, classvec2_t
>
doubleo2scl
::
wvector_sumsq
(size_t n, const vec_t &data, const vec2_t &weights, double wmean)¶ Compute the weighted sum of squares of data about the specified weighted mean.
This function produces the same results as
gsl_stats_wtss_m()
.
-
template<class
vec_t
, classvec2_t
>
doubleo2scl
::
wvector_sumsq
(const vec_t &data, const vec2_t &weights, double wmean)¶ Compute the weighted sum of squares of data about the specified weighted mean.
This function produces the same results as
gsl_stats_wtss_m()
.