|
struct | boost::accumulators::tag::quantile |
|
struct | boost::accumulators::tag::tail_mean |
|
struct | boost::accumulators::tag::covariance< VariateType, VariateTag > |
|
struct | boost::accumulators::tag::error_of< Feature > |
|
struct | boost::accumulators::tag::mean_of_variates< VariateType, VariateTag > |
|
struct | boost::accumulators::tag::immediate_mean_of_variates< VariateType, VariateTag > |
|
struct | boost::accumulators::tag::moment< N > |
|
struct | boost::accumulators::tag::peaks_over_threshold< LeftRight > |
|
struct | boost::accumulators::tag::peaks_over_threshold_prob< LeftRight > |
|
struct | boost::accumulators::tag::pot_tail_mean< LeftRight > |
|
struct | boost::accumulators::tag::pot_tail_mean_prob< LeftRight > |
|
struct | boost::accumulators::tag::pot_quantile< LeftRight > |
|
struct | boost::accumulators::tag::pot_quantile_prob< LeftRight > |
|
struct | boost::accumulators::tag::sum_of_variates< VariateType, VariateTag > |
|
struct | boost::accumulators::tag::sum_of_variates_kahan< VariateType, VariateTag > |
|
struct | boost::accumulators::tag::tail< LeftRight > |
|
struct | boost::accumulators::tag::coherent_tail_mean< LeftRight > |
|
struct | boost::accumulators::tag::non_coherent_tail_mean< LeftRight > |
|
struct | boost::accumulators::tag::tail_quantile< LeftRight > |
|
struct | boost::accumulators::tag::tail_variate< VariateType, VariateTag, LeftRight > |
|
struct | boost::accumulators::tag::tail_weights< LeftRight > |
|
struct | boost::accumulators::tag::right_tail_variate< VariateType, VariateTag, LeftRight > |
|
struct | boost::accumulators::tag::left_tail_variate< VariateType, VariateTag, LeftRight > |
|
struct | boost::accumulators::tag::tail_variate_means< LeftRight, VariateType, VariateTag > |
|
struct | boost::accumulators::tag::absolute_tail_variate_means< LeftRight, VariateType, VariateTag > |
|
struct | boost::accumulators::tag::relative_tail_variate_means< LeftRight, VariateType, VariateTag > |
|
struct | boost::accumulators::tag::weighted_covariance< VariateType, VariateTag > |
|
struct | boost::accumulators::tag::weighted_mean_of_variates< VariateType, VariateTag > |
|
struct | boost::accumulators::tag::immediate_weighted_mean_of_variates< VariateType, VariateTag > |
|
struct | boost::accumulators::tag::weighted_moment< N > |
|
struct | boost::accumulators::tag::weighted_peaks_over_threshold< LeftRight > |
|
struct | boost::accumulators::tag::weighted_peaks_over_threshold_prob< LeftRight > |
|
struct | boost::accumulators::tag::weighted_pot_quantile< LeftRight > |
|
struct | boost::accumulators::tag::weighted_pot_quantile_prob< LeftRight > |
|
struct | boost::accumulators::tag::weighted_pot_tail_mean< LeftRight > |
|
struct | boost::accumulators::tag::weighted_pot_tail_mean_prob< LeftRight > |
|
struct | boost::accumulators::tag::weighted_tail_quantile< LeftRight > |
|
struct | boost::accumulators::tag::non_coherent_weighted_tail_mean< LeftRight > |
|
struct | boost::accumulators::tag::weighted_tail_quantile< LeftRight > |
|
struct | boost::accumulators::tag::weighted_tail_variate_means< LeftRight, VariateType, VariateTag > |
|
struct | boost::accumulators::tag::absolute_weighted_tail_variate_means< LeftRight, VariateType, VariateTag > |
|
struct | boost::accumulators::tag::relative_weighted_tail_variate_means< LeftRight, VariateType, VariateTag > |
|
struct | boost::accumulators::tag::weighted_sum_of_variates< VariateType, VariateTag > |
|
struct | boost::accumulators::impl::covariance_impl< Sample, VariateType, VariateTag > |
| Covariance Estimator. More...
|
|
struct | boost::accumulators::impl::density_impl< Sample > |
| Histogram density estimator. More...
|
|
struct | boost::accumulators::impl::error_of_impl< Sample, Feature > |
| INTERNAL ONLY. More...
|
|
struct | boost::accumulators::impl::error_of_mean_impl< Sample, Variance > |
|
struct | boost::accumulators::impl::extended_p_square_impl< Sample > |
| Multiple quantile estimation with the extended algorithm. More...
|
|
struct | boost::accumulators::impl::extended_p_square_quantile_impl< Sample, Impl1, Impl2 > |
| Quantile estimation using the extended algorithm for weighted and unweighted samples. More...
|
|
struct | boost::accumulators::impl::kurtosis_impl< Sample > |
| Kurtosis estimation. More...
|
|
struct | boost::accumulators::impl::max_impl< Sample > |
|
struct | boost::accumulators::impl::median_impl< Sample > |
| Median estimation based on the quantile estimator. More...
|
|
struct | boost::accumulators::impl::with_density_median_impl< Sample > |
| Median estimation based on the density estimator. More...
|
|
struct | boost::accumulators::impl::with_p_square_cumulative_distribution_median_impl< Sample > |
| Median estimation based on the cumulative distribution estimator. More...
|
|
struct | boost::accumulators::impl::min_impl< Sample > |
|
struct | boost::accumulators::impl::mean_impl< Sample, SumFeature > |
|
struct | boost::accumulators::impl::immediate_mean_impl< Sample, Tag > |
|
struct | boost::accumulators::impl::moment_impl< N, Sample > |
|
struct | boost::accumulators::impl::peaks_over_threshold_prob_impl< Sample, LeftRight > |
| Peaks over Threshold Method for Quantile and Tail Mean Estimation. More...
|
|
struct | boost::accumulators::impl::pot_quantile_impl< Sample, Impl, LeftRight > |
| Quantile Estimation based on Peaks over Threshold Method (for both left and right tails) More...
|
|
struct | boost::accumulators::impl::pot_tail_mean_impl< Sample, Impl, LeftRight > |
| Estimation of the (coherent) tail mean based on the peaks over threshold method (for both left and right tails) More...
|
|
struct | boost::accumulators::impl::p_square_cumulative_distribution_impl< Sample > |
| Histogram calculation of the cumulative distribution with the algorithm. More...
|
|
struct | boost::accumulators::impl::p_square_quantile_impl< Sample, Impl > |
| Single quantile estimation with the algorithm. More...
|
|
struct | boost::accumulators::impl::skewness_impl< Sample > |
| Skewness estimation. More...
|
|
struct | boost::accumulators::impl::sum_impl< Sample, Tag > |
|
struct | boost::accumulators::impl::sum_kahan_impl< Sample, Tag > |
|
struct | boost::accumulators::impl::tail_impl< Sample, LeftRight > |
|
struct | boost::accumulators::impl::coherent_tail_mean_impl< Sample, LeftRight > |
| Estimation of the coherent tail mean based on order statistics (for both left and right tails) More...
|
|
struct | boost::accumulators::impl::non_coherent_tail_mean_impl< Sample, LeftRight > |
| Estimation of the (non-coherent) tail mean based on order statistics (for both left and right tails) More...
|
|
struct | boost::accumulators::impl::tail_quantile_impl< Sample, LeftRight > |
| Tail quantile estimation based on order statistics (for both left and right tails) More...
|
|
struct | boost::accumulators::impl::tail_variate_impl< VariateType, VariateTag, LeftRight > |
|
struct | boost::accumulators::impl::tail_variate_means_impl< Sample, Impl, LeftRight, VariateTag > |
| Estimation of the absolute and relative tail variate means (for both left and right tails) More...
|
|
struct | boost::accumulators::impl::lazy_variance_impl< Sample, MeanFeature > |
| Lazy calculation of variance. More...
|
|
struct | boost::accumulators::impl::variance_impl< Sample, MeanFeature, Tag > |
| Iterative calculation of variance. More...
|
|
struct | boost::accumulators::impl::weighted_covariance_impl< Sample, Weight, VariateType, VariateTag > |
| Weighted Covariance Estimator. More...
|
|
struct | boost::accumulators::impl::weighted_density_impl< Sample, Weight > |
| Histogram density estimator for weighted samples. More...
|
|
struct | boost::accumulators::impl::weighted_kurtosis_impl< Sample, Weight > |
| Kurtosis estimation for weighted samples. More...
|
|
struct | boost::accumulators::impl::weighted_median_impl< Sample > |
| Median estimation for weighted samples based on the quantile estimator. More...
|
|
struct | boost::accumulators::impl::with_density_weighted_median_impl< Sample > |
| Median estimation for weighted samples based on the density estimator. More...
|
|
struct | boost::accumulators::impl::with_p_square_cumulative_distribution_weighted_median_impl< Sample, Weight > |
| Median estimation for weighted samples based on the cumulative distribution estimator. More...
|
|
struct | boost::accumulators::impl::weighted_mean_impl< Sample, Weight, Tag > |
|
struct | boost::accumulators::impl::immediate_weighted_mean_impl< Sample, Weight, Tag > |
|
struct | boost::accumulators::impl::weighted_peaks_over_threshold_impl< Sample, Weight, LeftRight > |
| Weighted Peaks over Threshold Method for Weighted Quantile and Weighted Tail Mean Estimation. More...
|
|
struct | boost::accumulators::impl::weighted_peaks_over_threshold_prob_impl< Sample, Weight, LeftRight > |
| Peaks over Threshold Method for Quantile and Tail Mean Estimation. More...
|
|
struct | boost::accumulators::impl::with_p_square_cumulative_distribution_weighted_median_impl< Sample, Weight > |
| Median estimation for weighted samples based on the cumulative distribution estimator. More...
|
|
struct | boost::accumulators::impl::weighted_extended_p_square_impl< Sample, Weight > |
| Multiple quantile estimation with the extended algorithm for weighted samples. More...
|
|
struct | boost::accumulators::impl::weighted_moment_impl< N, Sample, Weight > |
|
struct | boost::accumulators::impl::weighted_p_square_cumulative_distribution_impl< Sample, Weight > |
| Histogram calculation of the cumulative distribution with the algorithm for weighted samples. More...
|
|
struct | boost::accumulators::impl::weighted_p_square_quantile_impl< Sample, Weight, Impl > |
| Single quantile estimation with the algorithm for weighted samples. More...
|
|
struct | boost::accumulators::impl::weighted_skewness_impl< Sample, Weight > |
| Skewness estimation for weighted samples. More...
|
|
struct | boost::accumulators::impl::weighted_sum_impl< Sample, Weight, Tag > |
|
struct | boost::accumulators::impl::weighted_sum_kahan_impl< Sample, Weight, Tag > |
|
struct | boost::accumulators::impl::non_coherent_weighted_tail_mean_impl< Sample, Weight, LeftRight > |
| Estimation of the (non-coherent) weighted tail mean based on order statistics (for both left and right tails) More...
|
|
struct | boost::accumulators::impl::weighted_tail_quantile_impl< Sample, Weight, LeftRight > |
| Tail quantile estimation based on order statistics of weighted samples (for both left and right tails) More...
|
|
struct | boost::accumulators::impl::weighted_tail_variate_means_impl< Sample, Weight, Impl, LeftRight, VariateType > |
| Estimation of the absolute and relative weighted tail variate means (for both left and right tails) More...
|
|
struct | boost::accumulators::impl::lazy_weighted_variance_impl< Sample, Weight, MeanFeature > |
| Lazy calculation of variance of weighted samples. More...
|
|
struct | boost::accumulators::impl::weighted_variance_impl< Sample, Weight, MeanFeature, Tag > |
| Iterative calculation of variance of weighted samples. More...
|
|
struct | boost::accumulators::impl::rolling_window_plus1_impl< Sample > |
|
struct | boost::accumulators::impl::rolling_window_impl< Sample > |
|
struct | boost::accumulators::impl::rolling_sum_impl< Sample > |
|
struct | boost::accumulators::impl::rolling_count_impl< Sample > |
|
struct | boost::accumulators::impl::rolling_mean_impl< Sample > |
|
struct | boost::accumulators::stats<> |
| An MPL sequence of statistics. More...
|
|
struct | boost::accumulators::with_error<> |
|
struct | boost::accumulators::lazy |
|
struct | boost::accumulators::immediate |
|
struct | boost::accumulators::right |
|
struct | boost::accumulators::left |
|
struct | boost::accumulators::absolute |
|
struct | boost::accumulators::relative |
|
struct | boost::accumulators::with_density |
|
struct | boost::accumulators::with_p_square_cumulative_distribution |
|
struct | boost::accumulators::with_p_square_quantile |
|
struct | boost::accumulators::with_threshold_value |
|
struct | boost::accumulators::with_threshold_probability |
|
struct | boost::accumulators::weighted |
|
struct | boost::accumulators::unweighted |
|
struct | boost::accumulators::linear |
|
struct | boost::accumulators::quadratic |
|
struct | boost::accumulators::regular |
|
struct | boost::accumulators::for_median |
|
struct | boost::accumulators::kahan |
|