|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
This namespace provides the gsl_stats functions. More...
Functions | |
| template<typename T > | |
| double | char_mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_mean(). More... | |
| template<typename T > | |
| double | char_variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_variance(). More... | |
| template<typename T > | |
| double | char_sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_sd(). More... | |
| template<typename T > | |
| double | char_variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_char_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | char_variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_char_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | char_sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_char_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | char_sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_char_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | char_tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_tss(). More... | |
| template<typename T > | |
| double | char_tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_char_tss_m(). More... | |
| template<typename T > | |
| double | char_tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_char_tss_m(). More... | |
| template<typename T > | |
| double | char_absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_absdev(). More... | |
| template<typename T > | |
| double | char_skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_skew(). More... | |
| template<typename T > | |
| double | char_kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_kurtosis(). More... | |
| template<typename T > | |
| double | char_lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | char_covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_char_covariance(). More... | |
| template<typename T , typename U > | |
| double | char_covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_char_covariance(). More... | |
| template<typename T , typename U > | |
| double | char_correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_char_correlation(). More... | |
| template<typename T , typename U > | |
| double | char_correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_char_correlation(). More... | |
| template<typename T > | |
| double | char_variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_char_variance_m(). More... | |
| template<typename T > | |
| double | char_variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_char_variance_m(). More... | |
| template<typename T > | |
| double | char_sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_char_sd_m(). More... | |
| template<typename T > | |
| double | char_sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_char_sd_m(). More... | |
| template<typename T > | |
| double | char_absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_char_absdev_m(). More... | |
| template<typename T > | |
| double | char_absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_char_absdev_m(). More... | |
| template<typename T > | |
| double | char_skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_char_skew_m_sd(). More... | |
| template<typename T > | |
| double | char_skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_char_skew_m_sd(). More... | |
| template<typename T > | |
| double | char_kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_char_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | char_kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_char_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | char_lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_char_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | char_lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_char_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | char_covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_char_covariance_m(). More... | |
| template<typename T > | |
| double | char_covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_char_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | char_pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_char_pvariance(). More... | |
| template<typename T , typename U > | |
| double | char_ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_char_ttest(). More... | |
| template<typename T > | |
| double | char_max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_max(). More... | |
| template<typename T > | |
| double | char_min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_min(). More... | |
| template<typename T > | |
| void | char_minmax (char &min, char &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_minmax(). More... | |
| template<typename T > | |
| size_t | char_max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_max_index(). More... | |
| template<typename T > | |
| size_t | char_min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_min_index(). More... | |
| template<typename T > | |
| void | char_minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_char_minmax_index(). More... | |
| template<typename T > | |
| double | char_median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_char_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | char_quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_char_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | char_pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_char_pvariance(). More... | |
| template<typename T , typename U > | |
| double | char_ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_char_ttest(). More... | |
| template<typename T > | |
| double | char_quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_char_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | char_spearman (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double work[]) |
| C++ version of gsl_stats_char_spearman(). More... | |
| template<typename T , typename U > | |
| double | char_spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_char_spearman(). More... | |
| template<typename T > | |
| double | char_median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_char_median(). More... | |
| template<typename T > | |
| double | char_trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_char_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | char_gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_char_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | char_mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_char_mad0(). More... | |
| template<typename T , typename U > | |
| double | char_mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_char_mad(). More... | |
| template<typename T , typename U > | |
| double | char_Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_char_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | char_Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_char_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| char | char_Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_char_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| char | char_Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_char_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | char_mad0 (T const &data, U &work) |
| C++ version of gsl_stats_char_mad0(). More... | |
| template<typename T , typename U > | |
| double | char_mad (T const &data, U &work) |
| C++ version of gsl_stats_char_mad(). More... | |
| template<typename T , typename U > | |
| double | char_Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_char_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | char_Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_char_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | char_Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_char_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | char_Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_char_Qn_from_sorted_data(). More... | |
| template<typename T > | |
| double | mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_mean(). More... | |
| template<typename T > | |
| double | variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_variance(). More... | |
| template<typename T > | |
| double | sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_sd(). More... | |
| template<typename T > | |
| double | variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_tss(). More... | |
| template<typename T > | |
| double | tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_tss_m(). More... | |
| template<typename T > | |
| double | tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_tss_m(). More... | |
| template<typename T > | |
| double | absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_absdev(). More... | |
| template<typename T > | |
| double | skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_skew(). More... | |
| template<typename T > | |
| double | kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_kurtosis(). More... | |
| template<typename T > | |
| double | lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_covariance(). More... | |
| template<typename T , typename U > | |
| double | covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_covariance(). More... | |
| template<typename U , typename T > | |
| double | wmean (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_wmean(). More... | |
| template<typename U , typename T > | |
| double | wvariance (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_wvariance(). More... | |
| template<typename U , typename T > | |
| double | wsd (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_wsd(). More... | |
| template<typename U , typename T > | |
| double | wvariance_with_fixed_mean (U const &w, size_t const wstride, T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_wvariance_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | wsd_with_fixed_mean (U const &w, size_t const wstride, T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_wsd_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | wtss (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_wtss(). More... | |
| template<typename U , typename T > | |
| double | wtss_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_wtss_m(). More... | |
| template<typename U , typename T > | |
| double | wabsdev (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_wabsdev(). More... | |
| template<typename U , typename T > | |
| double | wskew (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_wskew(). More... | |
| template<typename U , typename T > | |
| double | wkurtosis (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_wkurtosis(). More... | |
| template<typename U , typename T > | |
| double | wvariance_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_wvariance_m(). More... | |
| template<typename U , typename T > | |
| double | wsd_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_wsd_m(). More... | |
| template<typename U , typename T > | |
| double | wabsdev_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_wabsdev_m(). More... | |
| template<typename U , typename T > | |
| double | wskew_m_sd (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean, double const wsd) |
| C++ version of gsl_stats_wskew_m_sd(). More... | |
| template<typename U , typename T > | |
| double | wkurtosis_m_sd (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean, double const wsd) |
| C++ version of gsl_stats_wkurtosis_m_sd(). More... | |
| template<typename U , typename T > | |
| double | wmean (U const &w, T const &data) |
| C++ version of gsl_stats_wmean(). More... | |
| template<typename U , typename T > | |
| double | wvariance (U const &w, T const &data) |
| C++ version of gsl_stats_wvariance(). More... | |
| template<typename U , typename T > | |
| double | wsd (U const &w, T const &data) |
| C++ version of gsl_stats_wsd(). More... | |
| template<typename U , typename T > | |
| double | wvariance_with_fixed_mean (U const &w, T const &data, double const mean) |
| C++ version of gsl_stats_wvariance_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | wsd_with_fixed_mean (U const &w, T const &data, double const mean) |
| C++ version of gsl_stats_wsd_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | wtss (U const &w, T const &data) |
| C++ version of gsl_stats_wtss(). More... | |
| template<typename U , typename T > | |
| double | wtss_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_wtss_m(). More... | |
| template<typename U , typename T > | |
| double | wabsdev (U const &w, T const &data) |
| C++ version of gsl_stats_wabsdev(). More... | |
| template<typename U , typename T > | |
| double | wskew (U const &w, T const &data) |
| C++ version of gsl_stats_wskew(). More... | |
| template<typename U , typename T > | |
| double | wkurtosis (U const &w, T const &data) |
| C++ version of gsl_stats_wkurtosis(). More... | |
| template<typename U , typename T > | |
| double | wvariance_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_wvariance_m(). More... | |
| template<typename U , typename T > | |
| double | wsd_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_wsd_m(). More... | |
| template<typename U , typename T > | |
| double | wabsdev_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_wabsdev_m(). More... | |
| template<typename U , typename T > | |
| double | wskew_m_sd (U const &w, T const &data, double const wmean, double const wsd) |
| C++ version of gsl_stats_wskew_m_sd(). More... | |
| template<typename U , typename T > | |
| double | wkurtosis_m_sd (U const &w, T const &data, double const wmean, double const wsd) |
| C++ version of gsl_stats_wkurtosis_m_sd(). More... | |
| template<typename T , typename U > | |
| double | correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_correlation(). More... | |
| template<typename T , typename U > | |
| double | correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_correlation(). More... | |
| template<typename T > | |
| double | variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_variance_m(). More... | |
| template<typename T > | |
| double | variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_variance_m(). More... | |
| template<typename T > | |
| double | sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_sd_m(). More... | |
| template<typename T > | |
| double | sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_sd_m(). More... | |
| template<typename T > | |
| double | absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_absdev_m(). More... | |
| template<typename T > | |
| double | absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_absdev_m(). More... | |
| template<typename T > | |
| double | skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_skew_m_sd(). More... | |
| template<typename T > | |
| double | skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_skew_m_sd(). More... | |
| template<typename T > | |
| double | kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_covariance_m(). More... | |
| template<typename T > | |
| double | covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_pvariance(). More... | |
| template<typename T , typename U > | |
| double | ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_ttest(). More... | |
| template<typename T > | |
| double | max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_max(). More... | |
| template<typename T > | |
| double | min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_min(). More... | |
| template<typename T > | |
| void | minmax (double &min, double &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_minmax(). More... | |
| template<typename T > | |
| size_t | max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_max_index(). More... | |
| template<typename T > | |
| size_t | min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_min_index(). More... | |
| template<typename T > | |
| void | minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_minmax_index(). More... | |
| template<typename T > | |
| double | median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_pvariance(). More... | |
| template<typename T , typename U > | |
| double | ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_ttest(). More... | |
| template<typename T > | |
| double | quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | spearman (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double work[]) |
| C++ version of gsl_stats_spearman(). More... | |
| template<typename T , typename U > | |
| double | spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_spearman(). More... | |
| template<typename T > | |
| double | median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_double_median(). More... | |
| template<typename T > | |
| double | trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_double_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_mad0(). More... | |
| template<typename T , typename U > | |
| double | mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_mad(). More... | |
| template<typename T , typename U > | |
| double | Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | mad0 (T const &data, U &work) |
| C++ version of gsl_stats_mad0(). More... | |
| template<typename T , typename U > | |
| double | mad (T const &data, U &work) |
| C++ version of gsl_stats_mad(). More... | |
| template<typename T , typename U > | |
| double | Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_Qn_from_sorted_data(). More... | |
| template<typename T > | |
| double | float_mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_mean(). More... | |
| template<typename T > | |
| double | float_variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_variance(). More... | |
| template<typename T > | |
| double | float_sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_sd(). More... | |
| template<typename T > | |
| double | float_variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_float_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | float_variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_float_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | float_sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_float_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | float_sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_float_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | float_tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_tss(). More... | |
| template<typename T > | |
| double | float_tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_float_tss_m(). More... | |
| template<typename T > | |
| double | float_tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_float_tss_m(). More... | |
| template<typename T > | |
| double | float_absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_absdev(). More... | |
| template<typename T > | |
| double | float_skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_skew(). More... | |
| template<typename T > | |
| double | float_kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_kurtosis(). More... | |
| template<typename T > | |
| double | float_lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | float_covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_float_covariance(). More... | |
| template<typename T , typename U > | |
| double | float_covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_float_covariance(). More... | |
| template<typename U , typename T > | |
| double | float_wmean (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_float_wmean(). More... | |
| template<typename U , typename T > | |
| double | float_wvariance (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_float_wvariance(). More... | |
| template<typename U , typename T > | |
| double | float_wsd (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_float_wsd(). More... | |
| template<typename U , typename T > | |
| double | float_wvariance_with_fixed_mean (U const &w, size_t const wstride, T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_float_wvariance_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | float_wsd_with_fixed_mean (U const &w, size_t const wstride, T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_float_wsd_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | float_wtss (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_float_wtss(). More... | |
| template<typename U , typename T > | |
| double | float_wtss_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_float_wtss_m(). More... | |
| template<typename U , typename T > | |
| double | float_wabsdev (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_float_wabsdev(). More... | |
| template<typename U , typename T > | |
| double | float_wskew (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_float_wskew(). More... | |
| template<typename U , typename T > | |
| double | float_wkurtosis (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_float_wkurtosis(). More... | |
| template<typename U , typename T > | |
| double | float_wvariance_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_float_wvariance_m(). More... | |
| template<typename U , typename T > | |
| double | float_wsd_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_float_wsd_m(). More... | |
| template<typename U , typename T > | |
| double | float_wabsdev_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_float_wabsdev_m(). More... | |
| template<typename U , typename T > | |
| double | float_wskew_m_sd (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean, double const wsd) |
| C++ version of gsl_stats_float_wskew_m_sd(). More... | |
| template<typename U , typename T > | |
| double | float_wkurtosis_m_sd (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean, double const wsd) |
| C++ version of gsl_stats_float_wkurtosis_m_sd(). More... | |
| template<typename U , typename T > | |
| double | float_wmean (U const &w, T const &data) |
| C++ version of gsl_stats_float_wmean(). More... | |
| template<typename U , typename T > | |
| double | float_wvariance (U const &w, T const &data) |
| C++ version of gsl_stats_float_wvariance(). More... | |
| template<typename U , typename T > | |
| double | float_wsd (U const &w, T const &data) |
| C++ version of gsl_stats_float_wsd(). More... | |
| template<typename U , typename T > | |
| double | float_wvariance_with_fixed_mean (U const &w, T const &data, double const mean) |
| C++ version of gsl_stats_float_wvariance_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | float_wsd_with_fixed_mean (U const &w, T const &data, double const mean) |
| C++ version of gsl_stats_wsd_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | float_wtss (U const &w, T const &data) |
| C++ version of gsl_stats_float_wtss(). More... | |
| template<typename U , typename T > | |
| double | float_wtss_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_float_wtss_m(). More... | |
| template<typename U , typename T > | |
| double | float_wabsdev (U const &w, T const &data) |
| C++ version of gsl_stats_float_wabsdev(). More... | |
| template<typename U , typename T > | |
| double | float_wskew (U const &w, T const &data) |
| C++ version of gsl_stats_float_wskew(). More... | |
| template<typename U , typename T > | |
| double | float_wkurtosis (U const &w, T const &data) |
| C++ version of gsl_stats_float_wkurtosis(). More... | |
| template<typename U , typename T > | |
| double | float_wvariance_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_float_wvariance_m(). More... | |
| template<typename U , typename T > | |
| double | float_wsd_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_float_wsd_m(). More... | |
| template<typename U , typename T > | |
| double | float_wabsdev_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_float_wabsdev_m(). More... | |
| template<typename U , typename T > | |
| double | float_wskew_m_sd (U const &w, T const &data, double const wmean, double const wsd) |
| C++ version of gsl_stats_float_wskew_m_sd(). More... | |
| template<typename U , typename T > | |
| double | float_wkurtosis_m_sd (U const &w, T const &data, double const wmean, double const wsd) |
| C++ version of gsl_stats_float_wkurtosis_m_sd(). More... | |
| template<typename T , typename U > | |
| double | float_correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_float_correlation(). More... | |
| template<typename T , typename U > | |
| double | float_correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_float_correlation(). More... | |
| template<typename T > | |
| double | float_variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_float_variance_m(). More... | |
| template<typename T > | |
| double | float_variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_float_variance_m(). More... | |
| template<typename T > | |
| double | float_sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_float_sd_m(). More... | |
| template<typename T > | |
| double | float_sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_float_sd_m(). More... | |
| template<typename T > | |
| double | float_absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_float_absdev_m(). More... | |
| template<typename T > | |
| double | float_absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_float_absdev_m(). More... | |
| template<typename T > | |
| double | float_skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_float_skew_m_sd(). More... | |
| template<typename T > | |
| double | float_skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_float_skew_m_sd(). More... | |
| template<typename T > | |
| double | float_kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_float_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | float_kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_float_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | float_lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_float_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | float_lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_float_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | float_covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_float_covariance_m(). More... | |
| template<typename T > | |
| double | float_covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_float_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | float_pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_float_pvariance(). More... | |
| template<typename T , typename U > | |
| double | float_ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_float_ttest(). More... | |
| template<typename T > | |
| double | float_max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_max(). More... | |
| template<typename T > | |
| double | float_min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_min(). More... | |
| template<typename T > | |
| void | float_minmax (float &min, float &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_minmax(). More... | |
| template<typename T > | |
| size_t | float_max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_max_index(). More... | |
| template<typename T > | |
| size_t | float_min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_min_index(). More... | |
| template<typename T > | |
| void | float_minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_float_minmax_index(). More... | |
| template<typename T > | |
| double | float_median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_float_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | float_quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_float_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | float_pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_float_pvariance(). More... | |
| template<typename T , typename U > | |
| double | float_ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_float_ttest(). More... | |
| template<typename T > | |
| double | float_quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_float_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | float_spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_float_spearman(). More... | |
| template<typename T > | |
| double | float_median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_double_float_median(). More... | |
| template<typename T > | |
| double | float_trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_double_float_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | float_gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_float_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | float_mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_float_mad0(). More... | |
| template<typename T , typename U > | |
| double | float_mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_float_mad(). More... | |
| template<typename T , typename U > | |
| double | float_Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_float_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | float_Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_float_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | float_Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_float_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | float_Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_float_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | float_mad0 (T const &data, U &work) |
| C++ version of gsl_stats_float_mad0(). More... | |
| template<typename T , typename U > | |
| double | float_mad (T const &data, U &work) |
| C++ version of gsl_stats_float_mad(). More... | |
| template<typename T , typename U > | |
| double | float_Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_float_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | float_Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_float_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | float_Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_float_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | float_Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_float_Qn_from_sorted_data(). More... | |
| template<typename T > | |
| double | int_mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_mean(). More... | |
| template<typename T > | |
| double | int_variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_variance(). More... | |
| template<typename T > | |
| double | int_sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_sd(). More... | |
| template<typename T > | |
| double | int_variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_int_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | int_variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_int_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | int_sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_int_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | int_sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_int_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | int_tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_tss(). More... | |
| template<typename T > | |
| double | int_tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_int_tss_m(). More... | |
| template<typename T > | |
| double | int_tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_int_tss_m(). More... | |
| template<typename T > | |
| double | int_absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_absdev(). More... | |
| template<typename T > | |
| double | int_skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_skew(). More... | |
| template<typename T > | |
| double | int_kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_kurtosis(). More... | |
| template<typename T > | |
| double | int_lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | int_covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_int_covariance(). More... | |
| template<typename T , typename U > | |
| double | int_covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_int_covariance(). More... | |
| template<typename T , typename U > | |
| double | int_correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_int_correlation(). More... | |
| template<typename T , typename U > | |
| double | int_correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_int_correlation(). More... | |
| template<typename T > | |
| double | int_variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_int_variance_m(). More... | |
| template<typename T > | |
| double | int_variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_int_variance_m(). More... | |
| template<typename T > | |
| double | int_sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_int_sd_m(). More... | |
| template<typename T > | |
| double | int_sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_int_sd_m(). More... | |
| template<typename T > | |
| double | int_absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_int_absdev_m(). More... | |
| template<typename T > | |
| double | int_absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_int_absdev_m(). More... | |
| template<typename T > | |
| double | int_skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_int_skew_m_sd(). More... | |
| template<typename T > | |
| double | int_skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_int_skew_m_sd(). More... | |
| template<typename T > | |
| double | int_kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_int_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | int_kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_int_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | int_lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_int_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | int_lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_int_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | int_covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_int_covariance_m(). More... | |
| template<typename T > | |
| double | int_covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_int_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | int_pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_int_pvariance(). More... | |
| template<typename T , typename U > | |
| double | int_ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_int_ttest(). More... | |
| template<typename T > | |
| double | int_max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_max(). More... | |
| template<typename T > | |
| double | int_min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_min(). More... | |
| template<typename T > | |
| void | int_minmax (int &min, int &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_minmax(). More... | |
| template<typename T > | |
| size_t | int_max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_max_index(). More... | |
| template<typename T > | |
| size_t | int_min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_min_index(). More... | |
| template<typename T > | |
| void | int_minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_int_minmax_index(). More... | |
| template<typename T > | |
| double | int_median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_int_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | int_quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_int_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | int_pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_int_pvariance(). More... | |
| template<typename T , typename U > | |
| double | int_ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_int_ttest(). More... | |
| template<typename T > | |
| double | int_quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_int_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | int_spearman (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double work[]) |
| C++ version of gsl_stats_int_spearman(). More... | |
| template<typename T , typename U > | |
| double | int_spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_int_spearman(). More... | |
| template<typename T > | |
| double | int_median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_int_median(). More... | |
| template<typename T > | |
| double | int_trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_int_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | int_gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_int_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | int_mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_int_mad0(). More... | |
| template<typename T , typename U > | |
| double | int_mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_int_mad(). More... | |
| template<typename T , typename U > | |
| double | int_Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_int_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | int_Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_int_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| int | int_Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_int_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| int | int_Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_int_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | int_mad0 (T const &data, U &work) |
| C++ version of gsl_stats_int_mad0(). More... | |
| template<typename T , typename U > | |
| double | int_mad (T const &data, U &work) |
| C++ version of gsl_stats_int_mad(). More... | |
| template<typename T , typename U > | |
| double | int_Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_int_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | int_Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_int_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | int_Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_int_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | int_Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_int_Qn_from_sorted_data(). More... | |
| template<typename T > | |
| double | long_mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_mean(). More... | |
| template<typename T > | |
| double | long_variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_variance(). More... | |
| template<typename T > | |
| double | long_sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_sd(). More... | |
| template<typename T > | |
| double | long_variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | long_variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_long_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | long_sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | long_sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_long_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | long_tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_tss(). More... | |
| template<typename T > | |
| double | long_tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_tss_m(). More... | |
| template<typename T > | |
| double | long_tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_long_tss_m(). More... | |
| template<typename T > | |
| double | long_absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_absdev(). More... | |
| template<typename T > | |
| double | long_skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_skew(). More... | |
| template<typename T > | |
| double | long_kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_kurtosis(). More... | |
| template<typename T > | |
| double | long_lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | long_covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_long_covariance(). More... | |
| template<typename T , typename U > | |
| double | long_covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_long_covariance(). More... | |
| template<typename T , typename U > | |
| double | long_correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_long_correlation(). More... | |
| template<typename T , typename U > | |
| double | long_correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_long_correlation(). More... | |
| template<typename T > | |
| double | long_variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_variance_m(). More... | |
| template<typename T > | |
| double | long_variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_long_variance_m(). More... | |
| template<typename T > | |
| double | long_sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_sd_m(). More... | |
| template<typename T > | |
| double | long_sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_long_sd_m(). More... | |
| template<typename T > | |
| double | long_absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_absdev_m(). More... | |
| template<typename T > | |
| double | long_absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_long_absdev_m(). More... | |
| template<typename T > | |
| double | long_skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_long_skew_m_sd(). More... | |
| template<typename T > | |
| double | long_skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_long_skew_m_sd(). More... | |
| template<typename T > | |
| double | long_kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_long_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | long_kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_long_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | long_lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | long_lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_long_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | long_covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_long_covariance_m(). More... | |
| template<typename T > | |
| double | long_covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_long_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | long_pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_long_pvariance(). More... | |
| template<typename T , typename U > | |
| double | long_ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_long_ttest(). More... | |
| template<typename T > | |
| double | long_max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_max(). More... | |
| template<typename T > | |
| double | long_min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_min(). More... | |
| template<typename T > | |
| void | long_minmax (long &min, long &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_minmax(). More... | |
| template<typename T > | |
| size_t | long_max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_max_index(). More... | |
| template<typename T > | |
| size_t | long_min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_min_index(). More... | |
| template<typename T > | |
| void | long_minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_minmax_index(). More... | |
| template<typename T > | |
| double | long_median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_long_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | long_quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_long_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_long_pvariance(). More... | |
| template<typename T , typename U > | |
| double | long_ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_long_ttest(). More... | |
| template<typename T > | |
| double | long_quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_long_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_spearman (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double work[]) |
| C++ version of gsl_stats_long_spearman(). More... | |
| template<typename T , typename U > | |
| double | long_spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_long_spearman(). More... | |
| template<typename T > | |
| double | long_median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_long_median(). More... | |
| template<typename T > | |
| double | long_trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_long_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | long_gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_long_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_long_mad0(). More... | |
| template<typename T , typename U > | |
| double | long_mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_long_mad(). More... | |
| template<typename T , typename U > | |
| double | long_Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_long_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_long_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| long | long_Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_long_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| long | long_Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_long_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_mad0 (T const &data, U &work) |
| C++ version of gsl_stats_long_mad0(). More... | |
| template<typename T , typename U > | |
| double | long_mad (T const &data, U &work) |
| C++ version of gsl_stats_long_mad(). More... | |
| template<typename T , typename U > | |
| double | long_Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_long_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_long_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | long_Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_long_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | long_Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_long_Qn_from_sorted_data(). More... | |
| template<typename T > | |
| double | long_double_mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_mean(). More... | |
| template<typename T > | |
| double | long_double_variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_variance(). More... | |
| template<typename T > | |
| double | long_double_sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_sd(). More... | |
| template<typename T > | |
| double | long_double_variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_double_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | long_double_variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_long_double_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | long_double_sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_double_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | long_double_sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_long_double_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | long_double_tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_tss(). More... | |
| template<typename T > | |
| double | long_double_tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_double_tss_m(). More... | |
| template<typename T > | |
| double | long_double_tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_long_double_tss_m(). More... | |
| template<typename T > | |
| double | long_double_absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_absdev(). More... | |
| template<typename T > | |
| double | long_double_skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_skew(). More... | |
| template<typename T > | |
| double | long_double_kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_kurtosis(). More... | |
| template<typename T > | |
| double | long_double_lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | long_double_covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_long_double_covariance(). More... | |
| template<typename T , typename U > | |
| double | long_double_covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_long_double_covariance(). More... | |
| template<typename U , typename T > | |
| double | long_double_wmean (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_long_double_wmean(). More... | |
| template<typename U , typename T > | |
| double | long_double_wvariance (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_long_double_wvariance(). More... | |
| template<typename U , typename T > | |
| double | long_double_wsd (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_long_double_wsd(). More... | |
| template<typename U , typename T > | |
| double | long_double_wvariance_with_fixed_mean (U const &w, size_t const wstride, T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_double_wvariance_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | long_double_wsd_with_fixed_mean (U const &w, size_t const wstride, T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_double_wsd_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | long_double_wtss (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_long_double_wtss(). More... | |
| template<typename U , typename T > | |
| double | long_double_wtss_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_long_double_wtss_m(). More... | |
| template<typename U , typename T > | |
| double | long_double_wabsdev (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_long_double_wabsdev(). More... | |
| template<typename U , typename T > | |
| double | long_double_wskew (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_long_double_wskew(). More... | |
| template<typename U , typename T > | |
| double | long_double_wkurtosis (U const &w, size_t const wstride, T const &data, size_t const stride) |
| C++ version of gsl_stats_long_double_wkurtosis(). More... | |
| template<typename U , typename T > | |
| double | long_double_wvariance_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_long_double_wvariance_m(). More... | |
| template<typename U , typename T > | |
| double | long_double_wsd_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_long_double_wsd_m(). More... | |
| template<typename U , typename T > | |
| double | long_double_wabsdev_m (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean) |
| C++ version of gsl_stats_long_double_wabsdev_m(). More... | |
| template<typename U , typename T > | |
| double | long_double_wskew_m_sd (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean, double const wsd) |
| C++ version of gsl_stats_long_double_wskew_m_sd(). More... | |
| template<typename U , typename T > | |
| double | long_double_wkurtosis_m_sd (U const &w, size_t const wstride, T const &data, size_t const stride, double const wmean, double const wsd) |
| C++ version of gsl_stats_long_double_wkurtosis_m_sd(). More... | |
| template<typename U , typename T > | |
| double | long_double_wmean (U const &w, T const &data) |
| C++ version of gsl_stats_long_double_wmean(). More... | |
| template<typename U , typename T > | |
| double | long_double_wvariance (U const &w, T const &data) |
| C++ version of gsl_stats_long_double_wvariance(). More... | |
| template<typename U , typename T > | |
| double | long_double_wsd (U const &w, T const &data) |
| C++ version of gsl_stats_long_double_wsd(). More... | |
| template<typename U , typename T > | |
| double | long_double_wvariance_with_fixed_mean (U const &w, T const &data, double const mean) |
| C++ version of gsl_stats_long_double_wvariance_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | long_double_wsd_with_fixed_mean (U const &w, T const &data, double const mean) |
| C++ version of gsl_stats_wsd_with_fixed_mean(). More... | |
| template<typename U , typename T > | |
| double | long_double_wtss (U const &w, T const &data) |
| C++ version of gsl_stats_long_double_wtss(). More... | |
| template<typename U , typename T > | |
| double | long_double_wtss_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_long_double_wtss_m(). More... | |
| template<typename U , typename T > | |
| double | long_double_wabsdev (U const &w, T const &data) |
| C++ version of gsl_stats_long_double_wabsdev(). More... | |
| template<typename U , typename T > | |
| double | long_double_wskew (U const &w, T const &data) |
| C++ version of gsl_stats_long_double_wskew(). More... | |
| template<typename U , typename T > | |
| double | long_double_wkurtosis (U const &w, T const &data) |
| C++ version of gsl_stats_long_double_wkurtosis(). More... | |
| template<typename U , typename T > | |
| double | long_double_wvariance_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_long_double_wvariance_m(). More... | |
| template<typename U , typename T > | |
| double | long_double_wsd_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_long_double_wsd_m(). More... | |
| template<typename U , typename T > | |
| double | long_double_wabsdev_m (U const &w, T const &data, double const wmean) |
| C++ version of gsl_stats_long_double_wabsdev_m(). More... | |
| template<typename U , typename T > | |
| double | long_double_wskew_m_sd (U const &w, T const &data, double const wmean, double const wsd) |
| C++ version of gsl_stats_long_double_wskew_m_sd(). More... | |
| template<typename U , typename T > | |
| double | long_double_wkurtosis_m_sd (U const &w, T const &data, double const wmean, double const wsd) |
| C++ version of gsl_stats_long_double_wkurtosis_m_sd(). More... | |
| template<typename T , typename U > | |
| double | long_double_correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_long_double_correlation(). More... | |
| template<typename T , typename U > | |
| double | long_double_correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_long_double_correlation(). More... | |
| template<typename T > | |
| double | long_double_variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_double_variance_m(). More... | |
| template<typename T > | |
| double | long_double_variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_long_double_variance_m(). More... | |
| template<typename T > | |
| double | long_double_sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_double_sd_m(). More... | |
| template<typename T > | |
| double | long_double_sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_long_double_sd_m(). More... | |
| template<typename T > | |
| double | long_double_absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_double_absdev_m(). More... | |
| template<typename T > | |
| double | long_double_absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_long_double_absdev_m(). More... | |
| template<typename T > | |
| double | long_double_skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_long_double_skew_m_sd(). More... | |
| template<typename T > | |
| double | long_double_skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_long_double_skew_m_sd(). More... | |
| template<typename T > | |
| double | long_double_kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_long_double_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | long_double_kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_long_double_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | long_double_lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_long_double_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | long_double_lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_long_double_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | long_double_covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_long_double_covariance_m(). More... | |
| template<typename T > | |
| double | long_double_covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_long_double_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | long_double_pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_long_double_pvariance(). More... | |
| template<typename T , typename U > | |
| double | long_double_ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_long_double_ttest(). More... | |
| template<typename T > | |
| double | long_double_max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_max(). More... | |
| template<typename T > | |
| double | long_double_min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_min(). More... | |
| template<typename T > | |
| void | long_double_minmax (long double &min, long double &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_minmax(). More... | |
| template<typename T > | |
| size_t | long_double_max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_max_index(). More... | |
| template<typename T > | |
| size_t | long_double_min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_min_index(). More... | |
| template<typename T > | |
| void | long_double_minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_minmax_index(). More... | |
| template<typename T > | |
| double | long_double_median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | long_double_quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_long_double_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_double_pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_long_double_pvariance(). More... | |
| template<typename T , typename U > | |
| double | long_double_ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_long_double_ttest(). More... | |
| template<typename T > | |
| double | long_double_quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_long_double_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_double_spearman (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double work[]) |
| C++ version of gsl_stats_long_double_spearman(). More... | |
| template<typename T , typename U > | |
| double | long_double_spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_long_double_spearman(). More... | |
| template<typename T > | |
| double | long_double_median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_double_long_double_median(). More... | |
| template<typename T > | |
| double | long_double_trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_double_long_double_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | long_double_gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_long_double_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_double_mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_long_double_mad0(). More... | |
| template<typename T , typename U > | |
| double | long_double_mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_long_double_mad(). More... | |
| template<typename T , typename U > | |
| double | long_double_Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_long_double_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_double_Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_long_double_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | long_double_Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_long_double_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | long_double_Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_long_double_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_double_mad0 (T const &data, U &work) |
| C++ version of gsl_stats_long_double_mad0(). More... | |
| template<typename T , typename U > | |
| double | long_double_mad (T const &data, U &work) |
| C++ version of gsl_stats_long_double_mad(). More... | |
| template<typename T , typename U > | |
| double | long_double_Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_long_double_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | long_double_Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_long_double_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | long_double_Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_long_double_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | long_double_Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_long_double_Qn_from_sorted_data(). More... | |
| template<typename T > | |
| double | short_mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_mean(). More... | |
| template<typename T > | |
| double | short_variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_variance(). More... | |
| template<typename T > | |
| double | short_sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_sd(). More... | |
| template<typename T > | |
| double | short_variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_short_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | short_variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_short_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | short_sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_short_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | short_sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_short_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | short_tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_tss(). More... | |
| template<typename T > | |
| double | short_tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_short_tss_m(). More... | |
| template<typename T > | |
| double | short_tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_short_tss_m(). More... | |
| template<typename T > | |
| double | short_absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_absdev(). More... | |
| template<typename T > | |
| double | short_skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_skew(). More... | |
| template<typename T > | |
| double | short_kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_kurtosis(). More... | |
| template<typename T > | |
| double | short_lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | short_covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_short_covariance(). More... | |
| template<typename T , typename U > | |
| double | short_covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_short_covariance(). More... | |
| template<typename T , typename U > | |
| double | short_correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_short_correlation(). More... | |
| template<typename T , typename U > | |
| double | short_correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_short_correlation(). More... | |
| template<typename T > | |
| double | short_variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_short_variance_m(). More... | |
| template<typename T > | |
| double | short_variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_short_variance_m(). More... | |
| template<typename T > | |
| double | short_sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_short_sd_m(). More... | |
| template<typename T > | |
| double | short_sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_short_sd_m(). More... | |
| template<typename T > | |
| double | short_absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_short_absdev_m(). More... | |
| template<typename T > | |
| double | short_absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_short_absdev_m(). More... | |
| template<typename T > | |
| double | short_skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_short_skew_m_sd(). More... | |
| template<typename T > | |
| double | short_skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_short_skew_m_sd(). More... | |
| template<typename T > | |
| double | short_kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_short_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | short_kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_short_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | short_lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_short_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | short_lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_short_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | short_covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_short_covariance_m(). More... | |
| template<typename T > | |
| double | short_covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_short_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | short_pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_short_pvariance(). More... | |
| template<typename T , typename U > | |
| double | short_ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_short_ttest(). More... | |
| template<typename T > | |
| double | short_max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_max(). More... | |
| template<typename T > | |
| double | short_min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_min(). More... | |
| template<typename T > | |
| void | short_minmax (short &min, short &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_minmax(). More... | |
| template<typename T > | |
| size_t | short_max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_max_index(). More... | |
| template<typename T > | |
| size_t | short_min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_min_index(). More... | |
| template<typename T > | |
| void | short_minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_short_minmax_index(). More... | |
| template<typename T > | |
| double | short_median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_short_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | short_quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_short_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | short_pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_short_pvariance(). More... | |
| template<typename T , typename U > | |
| double | short_ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_short_ttest(). More... | |
| template<typename T > | |
| double | short_quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_short_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | short_spearman (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double work[]) |
| C++ version of gsl_stats_short_spearman(). More... | |
| template<typename T , typename U > | |
| double | short_spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_short_spearman(). More... | |
| template<typename T > | |
| double | short_median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_short_median(). More... | |
| template<typename T > | |
| double | short_trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_short_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | short_gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_short_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | short_mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_short_mad0(). More... | |
| template<typename T , typename U > | |
| double | short_mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_short_mad(). More... | |
| template<typename T , typename U > | |
| double | short_Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_short_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | short_Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_short_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| short | short_Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_short_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| short | short_Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_short_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | short_mad0 (T const &data, U &work) |
| C++ version of gsl_stats_short_mad0(). More... | |
| template<typename T , typename U > | |
| double | short_mad (T const &data, U &work) |
| C++ version of gsl_stats_short_mad(). More... | |
| template<typename T , typename U > | |
| double | short_Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_short_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | short_Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_short_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | short_Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_short_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | short_Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_short_Qn_from_sorted_data(). More... | |
| template<typename T > | |
| double | uchar_mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_mean(). More... | |
| template<typename T > | |
| double | uchar_variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_variance(). More... | |
| template<typename T > | |
| double | uchar_sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_sd(). More... | |
| template<typename T > | |
| double | uchar_variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uchar_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | uchar_variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_uchar_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | uchar_sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uchar_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | uchar_sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_uchar_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | uchar_tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_tss(). More... | |
| template<typename T > | |
| double | uchar_tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uchar_tss_m(). More... | |
| template<typename T > | |
| double | uchar_tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_uchar_tss_m(). More... | |
| template<typename T > | |
| double | uchar_absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_absdev(). More... | |
| template<typename T > | |
| double | uchar_skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_skew(). More... | |
| template<typename T > | |
| double | uchar_kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_kurtosis(). More... | |
| template<typename T > | |
| double | uchar_lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | uchar_covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_uchar_covariance(). More... | |
| template<typename T , typename U > | |
| double | uchar_covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_uchar_covariance(). More... | |
| template<typename T , typename U > | |
| double | uchar_correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_uchar_correlation(). More... | |
| template<typename T , typename U > | |
| double | uchar_correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_uchar_correlation(). More... | |
| template<typename T > | |
| double | uchar_variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uchar_variance_m(). More... | |
| template<typename T > | |
| double | uchar_variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_uchar_variance_m(). More... | |
| template<typename T > | |
| double | uchar_sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uchar_sd_m(). More... | |
| template<typename T > | |
| double | uchar_sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_uchar_sd_m(). More... | |
| template<typename T > | |
| double | uchar_absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uchar_absdev_m(). More... | |
| template<typename T > | |
| double | uchar_absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_uchar_absdev_m(). More... | |
| template<typename T > | |
| double | uchar_skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_uchar_skew_m_sd(). More... | |
| template<typename T > | |
| double | uchar_skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_uchar_skew_m_sd(). More... | |
| template<typename T > | |
| double | uchar_kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_uchar_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | uchar_kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_uchar_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | uchar_lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uchar_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | uchar_lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_uchar_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | uchar_covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_uchar_covariance_m(). More... | |
| template<typename T > | |
| double | uchar_covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_uchar_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | uchar_pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_uchar_pvariance(). More... | |
| template<typename T , typename U > | |
| double | uchar_ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_uchar_ttest(). More... | |
| template<typename T > | |
| double | uchar_max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_max(). More... | |
| template<typename T > | |
| double | uchar_min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_min(). More... | |
| template<typename T > | |
| void | uchar_minmax (unsigned char &min, unsigned char &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_minmax(). More... | |
| template<typename T > | |
| size_t | uchar_max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_max_index(). More... | |
| template<typename T > | |
| size_t | uchar_min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_min_index(). More... | |
| template<typename T > | |
| void | uchar_minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_minmax_index(). More... | |
| template<typename T > | |
| double | uchar_median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | uchar_quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_uchar_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uchar_pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_uchar_pvariance(). More... | |
| template<typename T , typename U > | |
| double | uchar_ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_uchar_ttest(). More... | |
| template<typename T > | |
| double | uchar_quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_uchar_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uchar_spearman (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double work[]) |
| C++ version of gsl_stats_uchar_spearman(). More... | |
| template<typename T , typename U > | |
| double | uchar_spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_uchar_spearman(). More... | |
| template<typename T > | |
| double | uchar_median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_median(). More... | |
| template<typename T > | |
| double | uchar_trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | uchar_gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_uchar_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uchar_mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_uchar_mad0(). More... | |
| template<typename T , typename U > | |
| double | uchar_mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_uchar_mad(). More... | |
| template<typename T , typename U > | |
| double | uchar_Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_uchar_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uchar_Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_uchar_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| unsigned char | uchar_Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_uchar_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| unsigned char | uchar_Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_uchar_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uchar_mad0 (T const &data, U &work) |
| C++ version of gsl_stats_uchar_mad0(). More... | |
| template<typename T , typename U > | |
| double | uchar_mad (T const &data, U &work) |
| C++ version of gsl_stats_uchar_mad(). More... | |
| template<typename T , typename U > | |
| double | uchar_Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_uchar_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uchar_Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_uchar_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | uchar_Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_uchar_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | uchar_Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_uchar_Qn_from_sorted_data(). More... | |
| template<typename T > | |
| double | uint_mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_mean(). More... | |
| template<typename T > | |
| double | uint_variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_variance(). More... | |
| template<typename T > | |
| double | uint_sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_sd(). More... | |
| template<typename T > | |
| double | uint_variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uint_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | uint_variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_uint_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | uint_sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uint_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | uint_sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_uint_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | uint_tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_tss(). More... | |
| template<typename T > | |
| double | uint_tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uint_tss_m(). More... | |
| template<typename T > | |
| double | uint_tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_uint_tss_m(). More... | |
| template<typename T > | |
| double | uint_absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_absdev(). More... | |
| template<typename T > | |
| double | uint_skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_skew(). More... | |
| template<typename T > | |
| double | uint_kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_kurtosis(). More... | |
| template<typename T > | |
| double | uint_lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | uint_covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_uint_covariance(). More... | |
| template<typename T , typename U > | |
| double | uint_covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_uint_covariance(). More... | |
| template<typename T , typename U > | |
| double | uint_correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_uint_correlation(). More... | |
| template<typename T , typename U > | |
| double | uint_correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_uint_correlation(). More... | |
| template<typename T > | |
| double | uint_variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uint_variance_m(). More... | |
| template<typename T > | |
| double | uint_variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_uint_variance_m(). More... | |
| template<typename T > | |
| double | uint_sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uint_sd_m(). More... | |
| template<typename T > | |
| double | uint_sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_uint_sd_m(). More... | |
| template<typename T > | |
| double | uint_absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uint_absdev_m(). More... | |
| template<typename T > | |
| double | uint_absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_uint_absdev_m(). More... | |
| template<typename T > | |
| double | uint_skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_uint_skew_m_sd(). More... | |
| template<typename T > | |
| double | uint_skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_uint_skew_m_sd(). More... | |
| template<typename T > | |
| double | uint_kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_uint_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | uint_kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_uint_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | uint_lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_uint_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | uint_lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_uint_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | uint_covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_uint_covariance_m(). More... | |
| template<typename T > | |
| double | uint_covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_uint_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | uint_pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_uint_pvariance(). More... | |
| template<typename T , typename U > | |
| double | uint_ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_uint_ttest(). More... | |
| template<typename T > | |
| double | uint_max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_max(). More... | |
| template<typename T > | |
| double | uint_min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_min(). More... | |
| template<typename T > | |
| void | uint_minmax (unsigned int &min, unsigned int &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_minmax(). More... | |
| template<typename T > | |
| size_t | uint_max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_max_index(). More... | |
| template<typename T > | |
| size_t | uint_min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_min_index(). More... | |
| template<typename T > | |
| void | uint_minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_minmax_index(). More... | |
| template<typename T > | |
| double | uint_median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_uint_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | uint_quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_uint_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uint_pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_uint_pvariance(). More... | |
| template<typename T , typename U > | |
| double | uint_ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_uint_ttest(). More... | |
| template<typename T > | |
| double | uint_quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_uint_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uint_spearman (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double work[]) |
| C++ version of gsl_stats_uint_spearman(). More... | |
| template<typename T , typename U > | |
| double | uint_spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_uint_spearman(). More... | |
| template<typename T > | |
| double | uint_median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_uint_median(). More... | |
| template<typename T > | |
| double | uint_trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_uint_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | uint_gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_uint_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uint_mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_uint_mad0(). More... | |
| template<typename T , typename U > | |
| double | uint_mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_uint_mad(). More... | |
| template<typename T , typename U > | |
| double | uint_Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_uint_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uint_Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_uint_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| unsigned int | uint_Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_uint_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| unsigned int | uint_Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_uint_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uint_mad0 (T const &data, U &work) |
| C++ version of gsl_stats_uint_mad0(). More... | |
| template<typename T , typename U > | |
| double | uint_mad (T const &data, U &work) |
| C++ version of gsl_stats_uint_mad(). More... | |
| template<typename T , typename U > | |
| double | uint_Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_uint_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | uint_Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_uint_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | uint_Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_uint_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | uint_Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_uint_Qn_from_sorted_data(). More... | |
| template<typename T > | |
| double | ulong_mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_mean(). More... | |
| template<typename T > | |
| double | ulong_variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_variance(). More... | |
| template<typename T > | |
| double | ulong_sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_sd(). More... | |
| template<typename T > | |
| double | ulong_variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ulong_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | ulong_variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_ulong_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | ulong_sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ulong_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | ulong_sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_ulong_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | ulong_tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_tss(). More... | |
| template<typename T > | |
| double | ulong_tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ulong_tss_m(). More... | |
| template<typename T > | |
| double | ulong_tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_ulong_tss_m(). More... | |
| template<typename T > | |
| double | ulong_absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_absdev(). More... | |
| template<typename T > | |
| double | ulong_skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_skew(). More... | |
| template<typename T > | |
| double | ulong_kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_kurtosis(). More... | |
| template<typename T > | |
| double | ulong_lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | ulong_covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_ulong_covariance(). More... | |
| template<typename T , typename U > | |
| double | ulong_covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_ulong_covariance(). More... | |
| template<typename T , typename U > | |
| double | ulong_correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_ulong_correlation(). More... | |
| template<typename T , typename U > | |
| double | ulong_correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_ulong_correlation(). More... | |
| template<typename T > | |
| double | ulong_variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ulong_variance_m(). More... | |
| template<typename T > | |
| double | ulong_variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_ulong_variance_m(). More... | |
| template<typename T > | |
| double | ulong_sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ulong_sd_m(). More... | |
| template<typename T > | |
| double | ulong_sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_ulong_sd_m(). More... | |
| template<typename T > | |
| double | ulong_absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ulong_absdev_m(). More... | |
| template<typename T > | |
| double | ulong_absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_ulong_absdev_m(). More... | |
| template<typename T > | |
| double | ulong_skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_ulong_skew_m_sd(). More... | |
| template<typename T > | |
| double | ulong_skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_ulong_skew_m_sd(). More... | |
| template<typename T > | |
| double | ulong_kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_ulong_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | ulong_kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_ulong_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | ulong_lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ulong_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | ulong_lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_ulong_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | ulong_covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_ulong_covariance_m(). More... | |
| template<typename T > | |
| double | ulong_covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_ulong_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | ulong_pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_ulong_pvariance(). More... | |
| template<typename T , typename U > | |
| double | ulong_ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_ulong_ttest(). More... | |
| template<typename T > | |
| double | ulong_max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_max(). More... | |
| template<typename T > | |
| double | ulong_min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_min(). More... | |
| template<typename T > | |
| void | ulong_minmax (unsigned long &min, unsigned long &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_minmax(). More... | |
| template<typename T > | |
| size_t | ulong_max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_max_index(). More... | |
| template<typename T > | |
| size_t | ulong_min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_min_index(). More... | |
| template<typename T > | |
| void | ulong_minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_minmax_index(). More... | |
| template<typename T > | |
| double | ulong_median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | ulong_quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_ulong_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ulong_pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_ulong_pvariance(). More... | |
| template<typename T , typename U > | |
| double | ulong_ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_ulong_ttest(). More... | |
| template<typename T > | |
| double | ulong_quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_ulong_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ulong_spearman (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double work[]) |
| C++ version of gsl_stats_ulong_spearman(). More... | |
| template<typename T , typename U > | |
| double | ulong_spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_ulong_spearman(). More... | |
| template<typename T > | |
| double | ulong_median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_median(). More... | |
| template<typename T > | |
| double | ulong_trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | ulong_gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_ulong_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ulong_mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_ulong_mad0(). More... | |
| template<typename T , typename U > | |
| double | ulong_mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_ulong_mad(). More... | |
| template<typename T , typename U > | |
| double | ulong_Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_ulong_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ulong_Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_ulong_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| unsigned long | ulong_Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_ulong_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| unsigned long | ulong_Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_ulong_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ulong_mad0 (T const &data, U &work) |
| C++ version of gsl_stats_ulong_mad0(). More... | |
| template<typename T , typename U > | |
| double | ulong_mad (T const &data, U &work) |
| C++ version of gsl_stats_ulong_mad(). More... | |
| template<typename T , typename U > | |
| double | ulong_Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_ulong_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ulong_Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_ulong_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | ulong_Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_ulong_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | ulong_Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_ulong_Qn_from_sorted_data(). More... | |
| template<typename T > | |
| double | ushort_mean (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_mean(). More... | |
| template<typename T > | |
| double | ushort_variance (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_variance(). More... | |
| template<typename T > | |
| double | ushort_sd (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_sd(). More... | |
| template<typename T > | |
| double | ushort_variance_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ushort_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | ushort_variance_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_ushort_variance_with_fixed_mean(). More... | |
| template<typename T > | |
| double | ushort_sd_with_fixed_mean (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ushort_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | ushort_sd_with_fixed_mean (T const &data, double const mean) |
| C++ version of gsl_stats_ushort_sd_with_fixed_mean(). More... | |
| template<typename T > | |
| double | ushort_tss (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_tss(). More... | |
| template<typename T > | |
| double | ushort_tss_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ushort_tss_m(). More... | |
| template<typename T > | |
| double | ushort_tss_m (T const &data, double const mean) |
| C++ version of gsl_stats_ushort_tss_m(). More... | |
| template<typename T > | |
| double | ushort_absdev (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_absdev(). More... | |
| template<typename T > | |
| double | ushort_skew (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_skew(). More... | |
| template<typename T > | |
| double | ushort_kurtosis (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_kurtosis(). More... | |
| template<typename T > | |
| double | ushort_lag1_autocorrelation (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_lag1_autocorrelation(). More... | |
| template<typename T , typename U > | |
| double | ushort_covariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_ushort_covariance(). More... | |
| template<typename T , typename U > | |
| double | ushort_covariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_ushort_covariance(). More... | |
| template<typename T , typename U > | |
| double | ushort_correlation (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_ushort_correlation(). More... | |
| template<typename T , typename U > | |
| double | ushort_correlation (T const &data1, U const &data2) |
| C++ version of gsl_stats_ushort_correlation(). More... | |
| template<typename T > | |
| double | ushort_variance_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ushort_variance_m(). More... | |
| template<typename T > | |
| double | ushort_variance_m (T const &data, double const mean) |
| C++ version of gsl_stats_ushort_variance_m(). More... | |
| template<typename T > | |
| double | ushort_sd_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ushort_sd_m(). More... | |
| template<typename T > | |
| double | ushort_sd_m (T const &data, double const mean) |
| C++ version of gsl_stats_ushort_sd_m(). More... | |
| template<typename T > | |
| double | ushort_absdev_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ushort_absdev_m(). More... | |
| template<typename T > | |
| double | ushort_absdev_m (T const &data, double const mean) |
| C++ version of gsl_stats_ushort_absdev_m(). More... | |
| template<typename T > | |
| double | ushort_skew_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_ushort_skew_m_sd(). More... | |
| template<typename T > | |
| double | ushort_skew_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_ushort_skew_m_sd(). More... | |
| template<typename T > | |
| double | ushort_kurtosis_m_sd (T const &data, size_t const stride, double const mean, double const sd) |
| C++ version of gsl_stats_ushort_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | ushort_kurtosis_m_sd (T const &data, double const mean, double const sd) |
| C++ version of gsl_stats_ushort_kurtosis_m_sd(). More... | |
| template<typename T > | |
| double | ushort_lag1_autocorrelation_m (T const &data, size_t const stride, double const mean) |
| C++ version of gsl_stats_ushort_lag1_autocorrelation_m(). More... | |
| template<typename T > | |
| double | ushort_lag1_autocorrelation_m (T const &data, double const mean) |
| C++ version of gsl_stats_ushort_lag1_autocorrelation_m(). More... | |
| template<typename T , typename U > | |
| double | ushort_covariance_m (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double const mean1, double const mean2) |
| C++ version of gsl_stats_ushort_covariance_m(). More... | |
| template<typename T > | |
| double | ushort_covariance_m (T const &data1, T const &data2, double const mean1, double const mean2) |
| C++ version of gsl_stats_ushort_covariance_m(). More... | |
| template<typename T , typename U > | |
| double | ushort_pvariance (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_ushort_pvariance(). More... | |
| template<typename T , typename U > | |
| double | ushort_ttest (T const &data1, size_t const stride1, U const &data2, size_t const stride2) |
| C++ version of gsl_stats_ushort_ttest(). More... | |
| template<typename T > | |
| double | ushort_max (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_max(). More... | |
| template<typename T > | |
| double | ushort_min (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_min(). More... | |
| template<typename T > | |
| void | ushort_minmax (unsigned short &min, unsigned short &max, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_minmax(). More... | |
| template<typename T > | |
| size_t | ushort_max_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_max_index(). More... | |
| template<typename T > | |
| size_t | ushort_min_index (T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_min_index(). More... | |
| template<typename T > | |
| void | ushort_minmax_index (size_t &min_index, size_t &max_index, T const &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_minmax_index(). More... | |
| template<typename T > | |
| double | ushort_median_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_median_from_sorted_data(). More... | |
| template<typename T > | |
| double | ushort_quantile_from_sorted_data (T const &sorted_data, size_t const stride, double const f) |
| C++ version of gsl_stats_ushort_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ushort_pvariance (T const &data1, U const &data2) |
| C++ version of gsl_stats_ushort_pvariance(). More... | |
| template<typename T , typename U > | |
| double | ushort_ttest (T const &data1, U const &data2) |
| C++ version of gsl_stats_ushort_ttest(). More... | |
| template<typename T > | |
| double | ushort_quantile_from_sorted_data (T const &sorted_data, double const f) |
| C++ version of gsl_stats_ushort_quantile_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ushort_spearman (T const &data1, size_t const stride1, U const &data2, size_t const stride2, double work[]) |
| C++ version of gsl_stats_ushort_spearman(). More... | |
| template<typename T , typename U > | |
| double | ushort_spearman (T const &data1, U const &data2, double work[]) |
| C++ version of gsl_stats_ushort_spearman(). More... | |
| template<typename T > | |
| double | ushort_median (T &data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_median(). More... | |
| template<typename T > | |
| double | ushort_trmean_from_sorted_data (double const trim, T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_trmean_from_sorted_data(). More... | |
| template<typename T > | |
| double | ushort_gastwirth_from_sorted_data (T const &sorted_data, size_t const stride=1) |
| C++ version of gsl_stats_ushort_gastwirth_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ushort_mad0 (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_ushort_mad0(). More... | |
| template<typename T , typename U > | |
| double | ushort_mad (T const &data, size_t const stride, U &work) |
| C++ version of gsl_stats_ushort_mad(). More... | |
| template<typename T , typename U > | |
| double | ushort_Sn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_ushort_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ushort_Sn_from_sorted_data (T const &sorted_data, size_t const stride, U &work) |
| C++ version of gsl_stats_ushort_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| unsigned short | ushort_Qn0_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_ushort_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| unsigned short | ushort_Qn_from_sorted_data (T const &sorted_data, size_t const stride, U &work, V &work_int) |
| C++ version of gsl_stats_ushort_Qn_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ushort_mad0 (T const &data, U &work) |
| C++ version of gsl_stats_ushort_mad0(). More... | |
| template<typename T , typename U > | |
| double | ushort_mad (T const &data, U &work) |
| C++ version of gsl_stats_ushort_mad(). More... | |
| template<typename T , typename U > | |
| double | ushort_Sn0_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_ushort_Sn0_from_sorted_data(). More... | |
| template<typename T , typename U > | |
| double | ushort_Sn_from_sorted_data (T const &sorted_data, U &work) |
| C++ version of gsl_stats_ushort_Sn_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | ushort_Qn0_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_ushort_Qn0_from_sorted_data(). More... | |
| template<typename T , typename U , typename V > | |
| double | ushort_Qn_from_sorted_data (T const &sorted_data, U &work, V &work_int) |
| C++ version of gsl_stats_ushort_Qn_from_sorted_data(). More... | |
This namespace provides the gsl_stats functions.
Besides simple wrappers to the original functions, it provides template functions that can be called on any class that implements the following two functions:
|
inline |
C++ version of gsl_stats_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1091 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1565 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1556 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 732 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 858 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 849 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 791 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 801 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 770 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 780 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 935 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 949 of file statistics_char.hpp.
| double gsl::stats::char_gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_char_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1209 of file statistics_char.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_char_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 750 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 902 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 891 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 759 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 922 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 912 of file statistics_char.hpp.
References mean().
| double gsl::stats::char_mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_char_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1236 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::char_mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_char_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1348 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::char_mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_char_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1220 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::char_mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_char_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1333 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_char_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 987 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1015 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 637 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1187 of file statistics_char.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_char_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1044 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 996 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1024 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1006 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1034 of file statistics_char.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_char_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 962 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1067 of file statistics_char.hpp.
| char gsl::stats::char_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_char_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of chars of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1286 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::char_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_char_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of chars of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1395 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| char gsl::stats::char_Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_char_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of chars of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1310 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::char_Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_char_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of chars of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1417 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_char_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1086 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1054 of file statistics_char.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_char_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 655 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 839 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 830 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 695 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 685 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 741 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 880 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 869 of file statistics_char.hpp.
| double gsl::stats::char_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_char_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1253 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::char_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_char_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1364 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::char_Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_char_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1269 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::char_Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_char_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1379 of file statistics_char.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_char_spearman().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1147 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1170 of file statistics_char.hpp.
| double gsl::stats::char_trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_char_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1198 of file statistics_char.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_char_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 704 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 723 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 714 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 976 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1077 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 646 of file statistics_char.hpp.
|
inline |
C++ version of gsl_stats_char_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 820 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 811 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 675 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_char_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 665 of file statistics_char.hpp.
References mean().
|
inline |
C++ version of gsl_stats_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1498 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1508 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1129 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1139 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 1642 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 1656 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_float_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1090 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1564 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1555 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1497 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1507 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1128 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1138 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 1641 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 1655 of file statistics_float.hpp.
| double gsl::stats::float_gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_float_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1911 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1108 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1608 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1597 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1117 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1628 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1618 of file statistics_float.hpp.
References mean().
| double gsl::stats::float_mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_float_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1938 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::float_mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_float_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 2050 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::float_mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_float_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1922 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::float_mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_float_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 2035 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_float_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1693 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1721 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 995 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_double_float_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1890 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1750 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1702 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1730 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1712 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1740 of file statistics_float.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_float_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1668 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1772 of file statistics_float.hpp.
| double gsl::stats::float_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_float_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of floats of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1988 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::float_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_float_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of floats of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 2097 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::float_Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_float_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of floats of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 2012 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::float_Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_float_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of floats of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 2119 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_float_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1791 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1760 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1013 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1545 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1536 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 1053 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1043 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1099 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1586 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1575 of file statistics_float.hpp.
| double gsl::stats::float_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_float_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1955 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::float_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_float_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 2066 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::float_Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_float_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1971 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::float_Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_float_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 2081 of file statistics_float.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_float_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1873 of file statistics_float.hpp.
| double gsl::stats::float_trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_double_float_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1900 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1062 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1081 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1072 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1682 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1782 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1004 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1526 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1517 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 1033 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1023 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_wabsdev().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1240 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wabsdev().
| w | The weight array |
| data | An array of data values |
Definition at line 1414 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wabsdev_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1303 of file statistics_float.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_float_wabsdev_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1462 of file statistics_float.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_float_wkurtosis().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1264 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wkurtosis().
| w | The weight array |
| data | An array of data values |
Definition at line 1432 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wkurtosis_m_sd().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1333 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wkurtosis_m_sd().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1484 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wmean().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1150 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wmean().
| w | The weight array |
| data | An array of data values |
Definition at line 1346 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wsd().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1174 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wsd().
| w | The weight array |
| data | An array of data values |
Definition at line 1364 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wsd_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1290 of file statistics_float.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_float_wsd_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1452 of file statistics_float.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_float_wsd_with_fixed_mean().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1202 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_wsd_with_fixed_mean().
| w | The weight array |
| data | An array of data values |
| mean | The mean value |
Definition at line 1385 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_wskew().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1252 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wskew().
| w | The weight array |
| data | An array of data values |
Definition at line 1423 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wskew_m_sd().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1317 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wskew_m_sd().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1473 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wtss().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1215 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wtss().
| w | The weight array |
| data | An array of data values |
Definition at line 1395 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wtss_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1228 of file statistics_float.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_float_wtss_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1405 of file statistics_float.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_float_wvariance().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1162 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wvariance().
| w | The weight array |
| data | An array of data values |
Definition at line 1355 of file statistics_float.hpp.
|
inline |
C++ version of gsl_stats_float_wvariance_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1277 of file statistics_float.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_float_wvariance_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1442 of file statistics_float.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_float_wvariance_with_fixed_mean().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1187 of file statistics_float.hpp.
References mean().
|
inline |
C++ version of gsl_stats_float_wvariance_with_fixed_mean().
| w | The weight array |
| data | An array of data values |
| mean | The mean value |
Definition at line 1374 of file statistics_float.hpp.
References mean().
| double gsl::stats::gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1912 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_int_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 732 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 858 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 849 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 791 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 801 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 770 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 780 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 935 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 949 of file statistics_int.hpp.
| double gsl::stats::int_gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_int_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1209 of file statistics_int.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_int_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 750 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 902 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 891 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 759 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 922 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 912 of file statistics_int.hpp.
References mean().
| double gsl::stats::int_mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_int_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1236 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::int_mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_int_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1348 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::int_mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_int_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1220 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::int_mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_int_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1333 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_int_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 987 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1015 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 637 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1187 of file statistics_int.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_int_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1044 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 996 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1024 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1006 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1034 of file statistics_int.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_int_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 962 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1067 of file statistics_int.hpp.
| int gsl::stats::int_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_int_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of ints of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1286 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::int_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_int_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of ints of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1395 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| int gsl::stats::int_Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_int_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of ints of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1310 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::int_Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_int_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of ints of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1417 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_int_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1086 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1054 of file statistics_int.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_int_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 655 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 839 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 830 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 695 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 685 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 741 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 880 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 869 of file statistics_int.hpp.
| double gsl::stats::int_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_int_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1253 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::int_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_int_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1364 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::int_Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_int_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1269 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::int_Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_int_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1379 of file statistics_int.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_int_spearman().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1147 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1170 of file statistics_int.hpp.
| double gsl::stats::int_trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_int_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1198 of file statistics_int.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_int_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 704 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 723 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 714 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 976 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1077 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 646 of file statistics_int.hpp.
|
inline |
C++ version of gsl_stats_int_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 820 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 811 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 675 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_int_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 665 of file statistics_int.hpp.
References mean().
|
inline |
C++ version of gsl_stats_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1109 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1609 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1598 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1118 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1629 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1619 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 732 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 858 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 849 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 791 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 801 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 770 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 780 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 935 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 949 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_double_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1090 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1564 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1555 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1497 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1507 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1128 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1138 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 1641 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 1655 of file statistics_long_double.hpp.
| double gsl::stats::long_double_gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_long_double_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1911 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1108 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1608 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1597 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1117 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1628 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1618 of file statistics_long_double.hpp.
References mean().
| double gsl::stats::long_double_mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_long_double_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1938 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_double_mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_long_double_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 2050 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_double_mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_long_double_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1922 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_double_mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_long_double_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 2035 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_long_double_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1693 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1721 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 995 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_double_long_double_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1890 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1750 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1702 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1730 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1712 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1740 of file statistics_long_double.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_long_double_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1668 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1772 of file statistics_long_double.hpp.
| double gsl::stats::long_double_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_long_double_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of long doubles of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1988 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_double_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_long_double_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of long doubles of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 2097 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_double_Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_long_double_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of long doubles of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 2012 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_double_Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_long_double_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of long doubles of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 2119 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_long_double_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1791 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1760 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1013 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1545 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1536 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 1053 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1043 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1099 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1586 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1575 of file statistics_long_double.hpp.
| double gsl::stats::long_double_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_long_double_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1955 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_double_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_long_double_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 2066 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_double_Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_long_double_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1971 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_double_Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_long_double_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 2081 of file statistics_long_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_long_double_spearman().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1850 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1873 of file statistics_long_double.hpp.
| double gsl::stats::long_double_trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_double_long_double_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1900 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1062 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1081 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1072 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1682 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1782 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1004 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1526 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1517 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 1033 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1023 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_wabsdev().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1240 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wabsdev().
| w | The weight array |
| data | An array of data values |
Definition at line 1414 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wabsdev_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1303 of file statistics_long_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_long_double_wabsdev_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1462 of file statistics_long_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_long_double_wkurtosis().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1264 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wkurtosis().
| w | The weight array |
| data | An array of data values |
Definition at line 1432 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wkurtosis_m_sd().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1333 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wkurtosis_m_sd().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1484 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wmean().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1150 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wmean().
| w | The weight array |
| data | An array of data values |
Definition at line 1346 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wsd().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1174 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wsd().
| w | The weight array |
| data | An array of data values |
Definition at line 1364 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wsd_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1290 of file statistics_long_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_long_double_wsd_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1452 of file statistics_long_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_long_double_wsd_with_fixed_mean().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1202 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_wsd_with_fixed_mean().
| w | The weight array |
| data | An array of data values |
| mean | The mean value |
Definition at line 1385 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_wskew().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1252 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wskew().
| w | The weight array |
| data | An array of data values |
Definition at line 1423 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wskew_m_sd().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1317 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wskew_m_sd().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1473 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wtss().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1215 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wtss().
| w | The weight array |
| data | An array of data values |
Definition at line 1395 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wtss_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1228 of file statistics_long_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_long_double_wtss_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1405 of file statistics_long_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_long_double_wvariance().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1162 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wvariance().
| w | The weight array |
| data | An array of data values |
Definition at line 1355 of file statistics_long_double.hpp.
|
inline |
C++ version of gsl_stats_long_double_wvariance_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1277 of file statistics_long_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_long_double_wvariance_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1442 of file statistics_long_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_long_double_wvariance_with_fixed_mean().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1187 of file statistics_long_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_double_wvariance_with_fixed_mean().
| w | The weight array |
| data | An array of data values |
| mean | The mean value |
Definition at line 1374 of file statistics_long_double.hpp.
References mean().
| double gsl::stats::long_gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_long_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1209 of file statistics_long.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_long_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 750 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 902 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 891 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 759 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 922 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 912 of file statistics_long.hpp.
References mean().
| double gsl::stats::long_mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_long_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1236 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_long_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1348 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_long_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1220 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_long_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1333 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_long_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 987 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1015 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 637 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1187 of file statistics_long.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_long_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1044 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 996 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1024 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1006 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1034 of file statistics_long.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_long_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 962 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1067 of file statistics_long.hpp.
| long gsl::stats::long_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_long_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of longs of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1286 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_long_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of longs of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1395 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| long gsl::stats::long_Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_long_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of longs of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1310 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_long_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of longs of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1417 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_long_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1086 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1054 of file statistics_long.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_long_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 655 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 839 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 830 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 695 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 685 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 741 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 880 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 869 of file statistics_long.hpp.
| double gsl::stats::long_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_long_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1253 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_long_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1364 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_long_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1269 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::long_Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_long_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1379 of file statistics_long.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_long_spearman().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1147 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1170 of file statistics_long.hpp.
| double gsl::stats::long_trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_long_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1198 of file statistics_long.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_long_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 704 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 723 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 714 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 976 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1077 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 646 of file statistics_long.hpp.
|
inline |
C++ version of gsl_stats_long_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 820 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 811 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 675 of file statistics_long.hpp.
References mean().
|
inline |
C++ version of gsl_stats_long_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 665 of file statistics_long.hpp.
References mean().
| double gsl::stats::mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1939 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 2051 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1923 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 2036 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1694 of file statistics_double.hpp.
Referenced by char_minmax(), float_minmax(), int_minmax(), long_double_minmax(), long_minmax(), minmax(), short_minmax(), uchar_minmax(), uint_minmax(), ulong_minmax(), and ushort_minmax().
|
inline |
C++ version of gsl_stats_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1722 of file statistics_double.hpp.
Referenced by char_minmax_index(), float_minmax_index(), int_minmax_index(), long_double_minmax_index(), long_minmax_index(), minmax_index(), short_minmax_index(), uchar_minmax_index(), uint_minmax_index(), ulong_minmax_index(), and ushort_minmax_index().
|
inline |
C++ version of gsl_stats_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 996 of file statistics_double.hpp.
Referenced by absdev_m(), char_absdev_m(), char_kurtosis_m_sd(), char_lag1_autocorrelation_m(), char_sd_m(), char_sd_with_fixed_mean(), char_skew_m_sd(), char_tss_m(), char_variance_m(), char_variance_with_fixed_mean(), float_absdev_m(), float_kurtosis_m_sd(), float_lag1_autocorrelation_m(), float_sd_m(), float_sd_with_fixed_mean(), float_skew_m_sd(), float_tss_m(), float_variance_m(), float_variance_with_fixed_mean(), float_wsd_with_fixed_mean(), float_wvariance_with_fixed_mean(), int_absdev_m(), int_kurtosis_m_sd(), int_lag1_autocorrelation_m(), int_sd_m(), int_sd_with_fixed_mean(), int_skew_m_sd(), int_tss_m(), int_variance_m(), int_variance_with_fixed_mean(), kurtosis_m_sd(), lag1_autocorrelation_m(), long_absdev_m(), long_double_absdev_m(), long_double_kurtosis_m_sd(), long_double_lag1_autocorrelation_m(), long_double_sd_m(), long_double_sd_with_fixed_mean(), long_double_skew_m_sd(), long_double_tss_m(), long_double_variance_m(), long_double_variance_with_fixed_mean(), long_double_wsd_with_fixed_mean(), long_double_wvariance_with_fixed_mean(), long_kurtosis_m_sd(), long_lag1_autocorrelation_m(), long_sd_m(), long_sd_with_fixed_mean(), long_skew_m_sd(), long_tss_m(), long_variance_m(), long_variance_with_fixed_mean(), sd_m(), sd_with_fixed_mean(), short_absdev_m(), short_kurtosis_m_sd(), short_lag1_autocorrelation_m(), short_sd_m(), short_sd_with_fixed_mean(), short_skew_m_sd(), short_tss_m(), short_variance_m(), short_variance_with_fixed_mean(), skew_m_sd(), tss_m(), uchar_absdev_m(), uchar_kurtosis_m_sd(), uchar_lag1_autocorrelation_m(), uchar_sd_m(), uchar_sd_with_fixed_mean(), uchar_skew_m_sd(), uchar_tss_m(), uchar_variance_m(), uchar_variance_with_fixed_mean(), uint_absdev_m(), uint_kurtosis_m_sd(), uint_lag1_autocorrelation_m(), uint_sd_m(), uint_sd_with_fixed_mean(), uint_skew_m_sd(), uint_tss_m(), uint_variance_m(), uint_variance_with_fixed_mean(), ulong_absdev_m(), ulong_kurtosis_m_sd(), ulong_lag1_autocorrelation_m(), ulong_sd_m(), ulong_sd_with_fixed_mean(), ulong_skew_m_sd(), ulong_tss_m(), ulong_variance_m(), ulong_variance_with_fixed_mean(), ushort_absdev_m(), ushort_kurtosis_m_sd(), ushort_lag1_autocorrelation_m(), ushort_sd_m(), ushort_sd_with_fixed_mean(), ushort_skew_m_sd(), ushort_tss_m(), ushort_variance_m(), ushort_variance_with_fixed_mean(), variance_m(), variance_with_fixed_mean(), wsd_with_fixed_mean(), and wvariance_with_fixed_mean().
|
inline |
C++ version of gsl_stats_double_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1891 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1751 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1703 of file statistics_double.hpp.
Referenced by char_minmax(), float_minmax(), int_minmax(), long_double_minmax(), long_minmax(), minmax(), short_minmax(), uchar_minmax(), uint_minmax(), ulong_minmax(), and ushort_minmax().
|
inline |
C++ version of gsl_stats_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1731 of file statistics_double.hpp.
Referenced by char_minmax_index(), float_minmax_index(), int_minmax_index(), long_double_minmax_index(), long_minmax_index(), minmax_index(), short_minmax_index(), uchar_minmax_index(), uint_minmax_index(), ulong_minmax_index(), and ushort_minmax_index().
|
inline |
C++ version of gsl_stats_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1713 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1741 of file statistics_double.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1669 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1773 of file statistics_double.hpp.
| double gsl::stats::Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1989 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 2098 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 2013 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 2120 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1792 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1761 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1014 of file statistics_double.hpp.
Referenced by char_kurtosis_m_sd(), char_skew_m_sd(), float_kurtosis_m_sd(), float_skew_m_sd(), int_kurtosis_m_sd(), int_skew_m_sd(), kurtosis_m_sd(), long_double_kurtosis_m_sd(), long_double_skew_m_sd(), long_kurtosis_m_sd(), long_skew_m_sd(), short_kurtosis_m_sd(), short_skew_m_sd(), skew_m_sd(), uchar_kurtosis_m_sd(), uchar_skew_m_sd(), uint_kurtosis_m_sd(), uint_skew_m_sd(), ulong_kurtosis_m_sd(), ulong_skew_m_sd(), ushort_kurtosis_m_sd(), and ushort_skew_m_sd().
|
inline |
C++ version of gsl_stats_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1546 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1537 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 1054 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1044 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 732 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 858 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 849 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 791 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 801 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 770 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 780 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 935 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 949 of file statistics_short.hpp.
| double gsl::stats::short_gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_short_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1209 of file statistics_short.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_short_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 750 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 902 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 891 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 759 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 922 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 912 of file statistics_short.hpp.
References mean().
| double gsl::stats::short_mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_short_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1236 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::short_mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_short_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1348 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::short_mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_short_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1220 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::short_mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_short_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1333 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_short_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 987 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1015 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 637 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1187 of file statistics_short.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_short_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1044 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 996 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1024 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1006 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1034 of file statistics_short.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_short_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 962 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1067 of file statistics_short.hpp.
| short gsl::stats::short_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_short_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of shorts of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1286 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::short_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_short_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of shorts of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1395 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| short gsl::stats::short_Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_short_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of shorts of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1310 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::short_Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_short_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of shorts of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1417 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_short_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1086 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1054 of file statistics_short.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_short_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 655 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 839 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 830 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 695 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 685 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 741 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 880 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 869 of file statistics_short.hpp.
| double gsl::stats::short_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_short_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1253 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::short_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_short_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1364 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::short_Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_short_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1269 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::short_Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_short_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1379 of file statistics_short.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_short_spearman().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1147 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1170 of file statistics_short.hpp.
| double gsl::stats::short_trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_short_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1198 of file statistics_short.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_short_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 704 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 723 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 714 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 976 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1077 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 646 of file statistics_short.hpp.
|
inline |
C++ version of gsl_stats_short_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 820 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 811 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 675 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_short_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 665 of file statistics_short.hpp.
References mean().
|
inline |
C++ version of gsl_stats_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1100 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1587 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 1576 of file statistics_double.hpp.
| double gsl::stats::Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1956 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 2067 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1972 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 2082 of file statistics_double.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_spearman().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1851 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1874 of file statistics_double.hpp.
| double gsl::stats::trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_double_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1901 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1063 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1082 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1073 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 1683 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1783 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_uchar_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 732 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 858 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 849 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 791 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 801 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 770 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 780 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 935 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 949 of file statistics_uchar.hpp.
| double gsl::stats::uchar_gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_uchar_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1209 of file statistics_uchar.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uchar_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 750 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 902 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 891 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 759 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 922 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 912 of file statistics_uchar.hpp.
References mean().
| double gsl::stats::uchar_mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_uchar_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1236 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uchar_mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_uchar_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1348 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uchar_mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_uchar_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1220 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uchar_mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_uchar_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1333 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uchar_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 987 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1015 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 637 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1187 of file statistics_uchar.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uchar_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1044 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 996 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1024 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1006 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1034 of file statistics_uchar.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_uchar_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 962 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1067 of file statistics_uchar.hpp.
| unsigned char gsl::stats::uchar_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_uchar_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of unsigned chars of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1286 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uchar_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_uchar_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of unsigned chars of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1395 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| unsigned char gsl::stats::uchar_Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_uchar_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of unsigned chars of length n |
| work_int | An array of ints of length n |
Definition at line 1310 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uchar_Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_uchar_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of unsigned chars of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1417 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uchar_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1086 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1054 of file statistics_uchar.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uchar_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 655 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 839 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 830 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 695 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 685 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 741 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 880 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 869 of file statistics_uchar.hpp.
| double gsl::stats::uchar_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_uchar_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1253 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uchar_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_uchar_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1364 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uchar_Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_uchar_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1269 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uchar_Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_uchar_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1379 of file statistics_uchar.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uchar_spearman().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1147 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1170 of file statistics_uchar.hpp.
| double gsl::stats::uchar_trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_uchar_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1198 of file statistics_uchar.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uchar_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 704 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 723 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 714 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 976 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1077 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 646 of file statistics_uchar.hpp.
|
inline |
C++ version of gsl_stats_uchar_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 820 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 811 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 675 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uchar_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 665 of file statistics_uchar.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 732 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 858 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 849 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 791 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 801 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 770 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 780 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 935 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 949 of file statistics_uint.hpp.
| double gsl::stats::uint_gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_uint_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1209 of file statistics_uint.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uint_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 750 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 902 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 891 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 759 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 922 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 912 of file statistics_uint.hpp.
References mean().
| double gsl::stats::uint_mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_uint_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1236 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uint_mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_uint_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1348 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uint_mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_uint_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1220 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uint_mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_uint_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1333 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uint_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 987 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1015 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 637 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1187 of file statistics_uint.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uint_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1044 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 996 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1024 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1006 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1034 of file statistics_uint.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_uint_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 962 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1067 of file statistics_uint.hpp.
| unsigned int gsl::stats::uint_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_uint_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of unsigned ints of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1286 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uint_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_uint_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of unsigned ints of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1395 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| unsigned int gsl::stats::uint_Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_uint_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of unsigned ints of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1310 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uint_Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_uint_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of unsigned ints of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1417 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uint_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1086 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1054 of file statistics_uint.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uint_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 655 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 839 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 830 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 695 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 685 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 741 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 880 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 869 of file statistics_uint.hpp.
| double gsl::stats::uint_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_uint_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1253 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uint_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_uint_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1364 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uint_Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_uint_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1269 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::uint_Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_uint_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1379 of file statistics_uint.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uint_spearman().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1147 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1170 of file statistics_uint.hpp.
| double gsl::stats::uint_trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_uint_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1198 of file statistics_uint.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_uint_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 704 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 723 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 714 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 976 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1077 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 646 of file statistics_uint.hpp.
|
inline |
C++ version of gsl_stats_uint_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 820 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 811 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 675 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_uint_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 665 of file statistics_uint.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 732 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 858 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 849 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 791 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 801 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 770 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 780 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 935 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 949 of file statistics_ulong.hpp.
| double gsl::stats::ulong_gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_ulong_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1209 of file statistics_ulong.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ulong_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 750 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 902 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 891 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 759 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 922 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 912 of file statistics_ulong.hpp.
References mean().
| double gsl::stats::ulong_mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_ulong_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1236 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ulong_mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_ulong_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1348 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ulong_mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_ulong_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1220 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ulong_mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_ulong_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1333 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ulong_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 987 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1015 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 637 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1187 of file statistics_ulong.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ulong_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1044 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 996 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1024 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1006 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1034 of file statistics_ulong.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_ulong_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 962 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1067 of file statistics_ulong.hpp.
| unsigned long gsl::stats::ulong_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_ulong_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of unsigned longs of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1286 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ulong_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_ulong_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of unsigned longs of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1395 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| unsigned long gsl::stats::ulong_Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_ulong_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of unsigned longs of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1310 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ulong_Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_ulong_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of unsigned longs of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1417 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ulong_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1086 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1054 of file statistics_ulong.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ulong_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 655 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 839 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 830 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 695 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 685 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 741 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 880 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 869 of file statistics_ulong.hpp.
| double gsl::stats::ulong_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_ulong_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1253 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ulong_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_ulong_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1364 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ulong_Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_ulong_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1269 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ulong_Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_ulong_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1379 of file statistics_ulong.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ulong_spearman().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1147 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1170 of file statistics_ulong.hpp.
| double gsl::stats::ulong_trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_ulong_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1198 of file statistics_ulong.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ulong_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 704 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 723 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 714 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 976 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1077 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 646 of file statistics_ulong.hpp.
|
inline |
C++ version of gsl_stats_ulong_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 820 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 811 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 675 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ulong_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 665 of file statistics_ulong.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_absdev().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 732 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_absdev_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 858 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_absdev_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 849 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_correlation().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 791 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_correlation().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 801 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_covariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 770 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_covariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 780 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_covariance_m().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 935 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_covariance_m().
| data1 | The first array of data values |
| data2 | The second array of data values |
| mean1 | The first mean value |
| mean2 | The second mean value |
Definition at line 949 of file statistics_ushort.hpp.
| double gsl::stats::ushort_gastwirth_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_ushort_gastwirth_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1209 of file statistics_ushort.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ushort_kurtosis().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 750 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_kurtosis_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 902 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_kurtosis_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 891 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_lag1_autocorrelation().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 759 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_lag1_autocorrelation_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 922 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_lag1_autocorrelation_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 912 of file statistics_ushort.hpp.
References mean().
| double gsl::stats::ushort_mad | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_ushort_mad().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1236 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ushort_mad | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_ushort_mad().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1348 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ushort_mad0 | ( | T const & | data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_ushort_mad0().
| data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1220 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ushort_mad0 | ( | T const & | data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_ushort_mad0().
| data | A data array |
| work | An array of doubles of length n |
Definition at line 1333 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ushort_max().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 987 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_max_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1015 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 637 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_median().
Note that data may be rearranged.
| data | A data array: does not need to be sorted |
| stride | The number of steps between consecutive data values |
Definition at line 1187 of file statistics_ushort.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ushort_median_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
Definition at line 1044 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_min().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 996 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_min_index().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1024 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_minmax().
| min | The minimum of the data (return value) |
| max | The maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1006 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_minmax_index().
| min_index | The index of the minimum of the data (return value) |
| max_index | The index of the maximum of the data (return value) |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1034 of file statistics_ushort.hpp.
References max_index(), and min_index().
|
inline |
C++ version of gsl_stats_ushort_pvariance().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 962 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_pvariance().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1067 of file statistics_ushort.hpp.
| unsigned short gsl::stats::ushort_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_ushort_Qn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of unsigned shorts of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1286 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ushort_Qn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_ushort_Qn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of unsigned shorts of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1395 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| unsigned short gsl::stats::ushort_Qn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_ushort_Qn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of unsigned shorts of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1310 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ushort_Qn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work, | ||
| V & | work_int | ||
| ) |
C++ version of gsl_stats_ushort_Qn_from_sorted_data().
| sorted_data | A data array |
| work | An array of unsigned shorts of length 3n |
| work_int | An array of ints of length 5n |
Definition at line 1417 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ushort_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| f | The proportion for which to estimate a quantile |
Definition at line 1086 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_quantile_from_sorted_data().
| sorted_data | A sorted data array |
| stride | The number of steps between consecutive data values |
| f | The proportion for which to estimate a quantile |
Definition at line 1054 of file statistics_ushort.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ushort_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 655 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_sd_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 839 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_sd_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 830 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_sd_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 695 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_sd_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 685 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_skew().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 741 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_skew_m_sd().
| data | An array of data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 880 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_skew_m_sd().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
| sd | The standard deviation |
Definition at line 869 of file statistics_ushort.hpp.
| double gsl::stats::ushort_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_ushort_Sn0_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1253 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ushort_Sn0_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_ushort_Sn0_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1364 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ushort_Sn_from_sorted_data | ( | T const & | sorted_data, |
| size_t const | stride, | ||
| U & | work | ||
| ) |
C++ version of gsl_stats_ushort_Sn_from_sorted_data().
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
| work | An array of doubles of length n |
Definition at line 1269 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
| double gsl::stats::ushort_Sn_from_sorted_data | ( | T const & | sorted_data, |
| U & | work | ||
| ) |
C++ version of gsl_stats_ushort_Sn_from_sorted_data().
| sorted_data | A data array |
| work | An array of doubles of length n |
Definition at line 1379 of file statistics_ushort.hpp.
References gsl::exception::GSL_EBADLEN, and gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ushort_spearman().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1147 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_spearman().
| data1 | The first array of data values |
| data2 | The second array of data values |
| work | A workspace. This should be of size at least (2n) or null. A non-null value for work is more effficient if more than one Spearman correlation is needed |
Definition at line 1170 of file statistics_ushort.hpp.
| double gsl::stats::ushort_trmean_from_sorted_data | ( | double const | trim, |
| T const & | sorted_data, | ||
| size_t const | stride = 1 |
||
| ) |
C++ version of gsl_stats_ushort_trmean_from_sorted_data().
| trim | A value on [0.0.5] |
| sorted_data | A data array |
| stride | The number of steps between consecutive data values |
Definition at line 1198 of file statistics_ushort.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_stats_ushort_tss().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 704 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_tss_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 723 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_tss_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 714 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_ttest().
| data1 | The first array of data values |
| stride1 | The number of steps between data values in the first array |
| data2 | The second array of data values |
| stride2 | The number of steps between data values in the second array |
Definition at line 976 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_ttest().
| data1 | The first array of data values |
| data2 | The second array of data values |
Definition at line 1077 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 646 of file statistics_ushort.hpp.
|
inline |
C++ version of gsl_stats_ushort_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 820 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 811 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 675 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_ushort_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 665 of file statistics_ushort.hpp.
References mean().
|
inline |
C++ version of gsl_stats_variance().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1005 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_variance_m().
| data | An array of data values |
| mean | The mean value |
Definition at line 1527 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_variance_m().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1518 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_variance_with_fixed_mean().
| data | An array of data values |
| mean | The mean value |
Definition at line 1034 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_variance_with_fixed_mean().
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1024 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_wabsdev().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1241 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wabsdev().
| w | The weight array |
| data | An array of data values |
Definition at line 1415 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wabsdev_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1304 of file statistics_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_wabsdev_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1463 of file statistics_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_wkurtosis().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1265 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wkurtosis().
| w | The weight array |
| data | An array of data values |
Definition at line 1433 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wkurtosis_m_sd().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1334 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wkurtosis_m_sd().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1485 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wmean().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1151 of file statistics_double.hpp.
Referenced by float_wabsdev_m(), float_wkurtosis_m_sd(), float_wsd_m(), float_wskew_m_sd(), float_wtss_m(), float_wvariance_m(), long_double_wabsdev_m(), long_double_wkurtosis_m_sd(), long_double_wsd_m(), long_double_wskew_m_sd(), long_double_wtss_m(), long_double_wvariance_m(), wabsdev_m(), wkurtosis_m_sd(), wsd_m(), wskew_m_sd(), wtss_m(), and wvariance_m().
|
inline |
C++ version of gsl_stats_wmean().
| w | The weight array |
| data | An array of data values |
Definition at line 1347 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wsd().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1175 of file statistics_double.hpp.
Referenced by float_wkurtosis_m_sd(), float_wskew_m_sd(), long_double_wkurtosis_m_sd(), long_double_wskew_m_sd(), wkurtosis_m_sd(), and wskew_m_sd().
|
inline |
C++ version of gsl_stats_wsd().
| w | The weight array |
| data | An array of data values |
Definition at line 1365 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wsd_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1291 of file statistics_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_wsd_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1453 of file statistics_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_wsd_with_fixed_mean().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1203 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_wsd_with_fixed_mean().
| w | The weight array |
| data | An array of data values |
| mean | The mean value |
Definition at line 1386 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_wskew().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1253 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wskew().
| w | The weight array |
| data | An array of data values |
Definition at line 1424 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wskew_m_sd().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1318 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wskew_m_sd().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
| wsd | The weighted standard deviation |
Definition at line 1474 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wtss().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1216 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wtss().
| w | The weight array |
| data | An array of data values |
Definition at line 1396 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wtss_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1229 of file statistics_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_wtss_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1406 of file statistics_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_wvariance().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
Definition at line 1163 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wvariance().
| w | The weight array |
| data | An array of data values |
Definition at line 1356 of file statistics_double.hpp.
|
inline |
C++ version of gsl_stats_wvariance_m().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| wmean | The weighted mean |
Definition at line 1278 of file statistics_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_wvariance_m().
| w | The weight array |
| data | An array of data values |
| wmean | The weighted mean |
Definition at line 1443 of file statistics_double.hpp.
References wmean().
|
inline |
C++ version of gsl_stats_wvariance_with_fixed_mean().
| w | The weight array |
| wstride | The number of steps between consecutive data values |
| data | An array of data values |
| stride | The number of steps between consecutive data values |
| mean | The mean value |
Definition at line 1188 of file statistics_double.hpp.
References mean().
|
inline |
C++ version of gsl_stats_wvariance_with_fixed_mean().
| w | The weight array |
| data | An array of data values |
| mean | The mean value |
Definition at line 1375 of file statistics_double.hpp.
References mean().