Function wvector_skew (o2scl)¶
-
template<class vec_t, class vec2_t>
double o2scl::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, class vec2_t>
double o2scl::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()
.