Home
last modified time | relevance | path

Searched refs:feature_of (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/boost/accumulators/statistics/
Dmean.hpp212 struct feature_of<tag::immediate_mean> struct
213 : feature_of<tag::mean>
220 struct feature_of<tag::immediate_mean_of_weights> struct
221 : feature_of<tag::mean_of_weights>
228 struct feature_of<tag::immediate_mean_of_variates<VariateType, VariateTag> > struct
229 : feature_of<tag::mean_of_variates<VariateType, VariateTag> >
242 struct feature_of<tag::weighted_mean> struct
243 : feature_of<tag::mean>
255 struct feature_of<tag::immediate_weighted_mean> struct
256 : feature_of<tag::immediate_mean>
[all …]
Dsum_kahan.hpp167 struct feature_of<tag::weighted_sum_kahan> struct
168 : feature_of<tag::sum>
174 struct feature_of<tag::sum_kahan> struct
175 : feature_of<tag::sum>
182 struct feature_of<tag::sum_of_weights_kahan> struct
183 : feature_of<tag::sum_of_weights>
188 struct feature_of<tag::sum_of_variates_kahan<VariateType, VariateTag> > struct
189 : feature_of<tag::abstract_sum_of_variates>
Dmedian.hpp269 struct feature_of<tag::with_density_median> struct
270 : feature_of<tag::median>
275 struct feature_of<tag::with_p_square_cumulative_distribution_median> struct
276 : feature_of<tag::median>
289 struct feature_of<tag::weighted_median> struct
290 : feature_of<tag::median>
303 struct feature_of<tag::with_density_weighted_median> struct
304 : feature_of<tag::with_density_median>
317 struct feature_of<tag::with_p_square_cumulative_distribution_weighted_median> struct
318 : feature_of<tag::with_p_square_cumulative_distribution_median>
Dpot_quantile.hpp171 struct feature_of<tag::pot_quantile<LeftRight> > struct
172 : feature_of<tag::quantile>
177 struct feature_of<tag::pot_quantile_prob<LeftRight> > struct
178 : feature_of<tag::quantile>
191 struct feature_of<tag::weighted_pot_quantile<LeftRight> > struct
192 : feature_of<tag::pot_quantile<LeftRight> >
205 struct feature_of<tag::weighted_pot_quantile_prob<LeftRight> > struct
206 : feature_of<tag::pot_quantile_prob<LeftRight> >
Dpot_tail_mean.hpp178 struct feature_of<tag::pot_tail_mean<LeftRight> > struct
179 : feature_of<tag::tail_mean>
184 struct feature_of<tag::pot_tail_mean_prob<LeftRight> > struct
185 : feature_of<tag::tail_mean>
198 struct feature_of<tag::weighted_pot_tail_mean<LeftRight> > struct
199 : feature_of<tag::pot_tail_mean<LeftRight> >
212 struct feature_of<tag::weighted_pot_tail_mean_prob<LeftRight> > struct
213 : feature_of<tag::pot_tail_mean_prob<LeftRight> >
Dvariance.hpp189 struct feature_of<tag::lazy_variance> struct
190 : feature_of<tag::variance>
205 struct feature_of<tag::weighted_variance> struct
206 : feature_of<tag::variance>
221 struct feature_of<tag::lazy_weighted_variance> struct
222 : feature_of<tag::lazy_variance>
Dtail_variate_means.hpp224 struct feature_of<tag::absolute_tail_variate_means<LeftRight, VariateType, VariateTag> > struct
225 : feature_of<tag::abstract_absolute_tail_variate_means>
231 struct feature_of<tag::relative_tail_variate_means<LeftRight, VariateType, VariateTag> > struct
232 : feature_of<tag::abstract_relative_tail_variate_means>
245 struct feature_of<tag::absolute_weighted_tail_variate_means<LeftRight, VariateType, VariateTag> > struct
246 : feature_of<tag::absolute_tail_variate_means<LeftRight, VariateType, VariateTag> >
259 struct feature_of<tag::relative_weighted_tail_variate_means<LeftRight, VariateType, VariateTag> > struct
260 : feature_of<tag::relative_tail_variate_means<LeftRight, VariateType, VariateTag> >
Dtail_mean.hpp220 struct feature_of<tag::coherent_tail_mean<LeftRight> > struct
221 : feature_of<tag::tail_mean>
226 struct feature_of<tag::non_coherent_tail_mean<LeftRight> > struct
227 : feature_of<tag::abstract_non_coherent_tail_mean>
240 struct feature_of<tag::non_coherent_weighted_tail_mean<LeftRight> > struct
241 : feature_of<tag::non_coherent_tail_mean<LeftRight> >
Dextended_p_square_quantile.hpp289 struct feature_of<tag::extended_p_square_quantile> struct
290 : feature_of<tag::quantile>
294 struct feature_of<tag::extended_p_square_quantile_quadratic> struct
295 : feature_of<tag::quantile>
307 struct feature_of<tag::weighted_extended_p_square_quantile> struct
308 : feature_of<tag::extended_p_square_quantile>
320 struct feature_of<tag::weighted_extended_p_square_quantile_quadratic> struct
321 : feature_of<tag::extended_p_square_quantile_quadratic>
Dtail_quantile.hpp138 struct feature_of<tag::tail_quantile<LeftRight> > struct
139 : feature_of<tag::quantile>
152 struct feature_of<tag::weighted_tail_quantile<LeftRight> > struct
153 : feature_of<tag::tail_quantile<LeftRight> >
Dsum.hpp134 struct feature_of<tag::weighted_sum> struct
135 : feature_of<tag::sum>
139 struct feature_of<tag::sum_of_variates<VariateType, VariateTag> > struct
140 : feature_of<tag::abstract_sum_of_variates>
Dpeaks_over_threshold.hpp391 struct feature_of<tag::peaks_over_threshold<LeftRight> > struct
392 : feature_of<tag::abstract_peaks_over_threshold>
397 struct feature_of<tag::peaks_over_threshold_prob<LeftRight> > struct
398 : feature_of<tag::abstract_peaks_over_threshold>
411 struct feature_of<tag::weighted_peaks_over_threshold<LeftRight> > struct
412 : feature_of<tag::peaks_over_threshold<LeftRight> >
424 struct feature_of<tag::weighted_peaks_over_threshold_prob<LeftRight> > struct
425 : feature_of<tag::peaks_over_threshold_prob<LeftRight> >
Drolling_mean.hpp182 struct feature_of<tag::immediate_rolling_mean> struct
183 : feature_of<tag::rolling_mean>
190 struct feature_of<tag::lazy_rolling_mean> struct
191 : feature_of<tag::rolling_mean>
Drolling_variance.hpp245 struct feature_of<tag::lazy_rolling_variance> struct
246 : feature_of<tag::rolling_variance>
253 struct feature_of<tag::immediate_rolling_variance> struct
254 : feature_of<tag::rolling_variance>
Dcovariance.hpp199 struct feature_of<tag::covariance<VariateType, VariateTag> > struct
200 : feature_of<tag::abstract_covariance>
213 struct feature_of<tag::weighted_covariance<VariateType, VariateTag> > struct
214 : feature_of<tag::covariance<VariateType, VariateTag> >
Dtail_variate.hpp137 struct feature_of<tag::tail_variate<VariateType, VariateTag, LeftRight> > struct
138 : feature_of<tag::abstract_tail_variate>
143 struct feature_of<tag::tail_weights<LeftRight> > struct
Dskewness.hpp111 struct feature_of<tag::weighted_skewness> struct
112 : feature_of<tag::skewness>
Dkurtosis.hpp109 struct feature_of<tag::weighted_kurtosis> struct
110 : feature_of<tag::kurtosis>
Dweighted_sum.hpp116 struct feature_of<tag::weighted_sum_of_variates<VariateType, VariateTag> > struct
117 : feature_of<tag::abstract_weighted_sum_of_variates>
Dmoment.hpp125 struct feature_of<tag::weighted_moment<N> > struct
126 : feature_of<tag::moment<N> >
Dweighted_sum_kahan.hpp139 struct feature_of<tag::weighted_sum_of_variates_kahan<VariateType, VariateTag> > struct
140 : feature_of<tag::abstract_weighted_sum_of_variates>
/third_party/boost/boost/accumulators/framework/
Ddepends_on.hpp68 struct feature_of struct
100 typename feature_of<typename undroppable<B>::type>::type
127 mpl::insert<mpl::_1, feature_of<mpl::_2> >
182 typename feature_of<typename as_feature<Feature>::type>::type
183 … , typename feature_of<typename as_feature<typename feature_tag<Accumulator>::type>::type>::type
192 mpl::transform_view<Features, feature_of<as_feature<mpl::_> > >
196 typename feature_of<typename feature_tag<Accumulator>::type>::type
291 typename feature_of<feature_type>::type
292 , typename feature_of<type>::type
370 mpl::has_key<FeatureMap, typename feature_of<Feature>::type>
[all …]
/third_party/boost/boost/accumulators/framework/accumulators/
Dreference_accumulator.hpp82 struct feature_of<tag::reference<ValueType, Tag> > struct
83 : feature_of<tag::reference_tag<Tag> >
Dvalue_accumulator.hpp82 struct feature_of<tag::value<ValueType, Tag> > struct
83 : feature_of<tag::value_tag<Tag> >
Dexternal_accumulator.hpp95 struct feature_of<tag::external<Feature, Tag, AccumulatorSet> > struct
96 : feature_of<Feature>

12