Functions wvector_skew¶
-
template<class
vec_t
, classvec2_t
>
doubleo2scl
::
wvector_skew
(size_t n, const vec_t &data, const vec2_t &weights, double wmean, double wsd)¶ Compute the skewness of data with specified mean and standard deviation.
This function produces the same results as
gsl_stats_wskew_m_sd()
.
-
template<class
vec_t
, classvec2_t
>
doubleo2scl
::
wvector_skew
(const vec_t &data, const vec2_t &weights, double wmean, double wsd)¶ Compute the skewness of data with specified mean and standard deviation.
This function produces the same results as
gsl_stats_wskew_m_sd()
.