Function wvector_absdev (o2scl)

O2scl : Function List

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

Compute the absolute deviation of data about a specified mean.

This function produces the same results as gsl_stats_wabsdev_m().

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

Compute the absolute deviation of data about a specified mean.

This function produces the same results as gsl_stats_wabsdev_m().

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

Compute the absolute deviation of data about a specified mean.

This function produces the same results as gsl_stats_wabsdev().

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

Compute the absolute deviation of data about a specified mean.

This function produces the same results as gsl_stats_wabsdev().