Function wvector_kurtosis (o2scl)

O2scl : Function List

template<class vec_t, class vec2_t>
double o2scl::wvector_kurtosis(size_t n, const vec_t &data, const vec2_t &weights, double wmean, double wsd)

Compute the kurtosis of data with specified mean and standard deviation.

This function produces the same results as gsl_stats_wkurtosis_m_sd().

template<class vec_t, class vec2_t>
double o2scl::wvector_kurtosis(const vec_t &data, const vec2_t &weights, double wmean, double wsd)

Compute the kurtosis of data with specified mean and standard deviation.

This function produces the same results as gsl_stats_wkurtosis_m_sd().

template<class vec_t, class vec2_t>
double o2scl::wvector_kurtosis(size_t n, const vec_t &data, const vec2_t &weights)

Compute the kurtosis of data with specified mean and standard deviation.

This function produces the same results as gsl_stats_wkurtosis().

template<class vec_t, class vec2_t>
double o2scl::wvector_kurtosis(const vec_t &data, const vec2_t &weights)

Compute the kurtosis of data with specified mean and standard deviation.

This function produces the same results as gsl_stats_wkurtosis().