Lines Matching refs:LeftRight

51     template<typename Sample, typename Impl, typename LeftRight>
60 : sign_((is_same<LeftRight, left>::value) ? -1 : 1) in pot_tail_mean_impl()
70 , tag::weighted_peaks_over_threshold<LeftRight> in result()
71 , tag::peaks_over_threshold<LeftRight> in result()
78 , tag::weighted_pot_quantile<LeftRight> in result()
79 , tag::pot_quantile<LeftRight> in result()
90 … is_same<LeftRight, left>::value ? args[quantile_probability] : 1. - args[quantile_probability] in result()
104 template<typename LeftRight>
106 : depends_on<peaks_over_threshold<LeftRight>, pot_quantile<LeftRight> >
110 typedef accumulators::impl::pot_tail_mean_impl<mpl::_1, unweighted, LeftRight> impl;
112 template<typename LeftRight>
114 : depends_on<peaks_over_threshold_prob<LeftRight>, pot_quantile_prob<LeftRight> >
118 typedef accumulators::impl::pot_tail_mean_impl<mpl::_1, unweighted, LeftRight> impl;
120 template<typename LeftRight>
122 : depends_on<weighted_peaks_over_threshold<LeftRight>, weighted_pot_quantile<LeftRight> >
126 typedef accumulators::impl::pot_tail_mean_impl<mpl::_1, weighted, LeftRight> impl;
128 template<typename LeftRight>
130 …: depends_on<weighted_peaks_over_threshold_prob<LeftRight>, weighted_pot_quantile_prob<LeftRight> >
134 typedef accumulators::impl::pot_tail_mean_impl<mpl::_1, weighted, LeftRight> impl;
139 template<typename LeftRight>
140 struct as_feature<tag::pot_tail_mean<LeftRight>(with_threshold_value)>
142 typedef tag::pot_tail_mean<LeftRight> type;
146 template<typename LeftRight>
147 struct as_feature<tag::pot_tail_mean<LeftRight>(with_threshold_probability)>
149 typedef tag::pot_tail_mean_prob<LeftRight> type;
153 template<typename LeftRight>
154 struct as_feature<tag::weighted_pot_tail_mean<LeftRight>(with_threshold_value)>
156 typedef tag::weighted_pot_tail_mean<LeftRight> type;
160 template<typename LeftRight>
161 struct as_feature<tag::weighted_pot_tail_mean<LeftRight>(with_threshold_probability)>
163 typedef tag::weighted_pot_tail_mean_prob<LeftRight> type;
169 template<typename LeftRight>
170 struct feature_of<tag::pot_tail_mean<LeftRight> >
175 template<typename LeftRight>
176 struct feature_of<tag::pot_tail_mean_prob<LeftRight> >
183 template<typename LeftRight>
184 struct as_weighted_feature<tag::pot_tail_mean<LeftRight> >
186 typedef tag::weighted_pot_tail_mean<LeftRight> type;
189 template<typename LeftRight>
190 struct feature_of<tag::weighted_pot_tail_mean<LeftRight> >
191 : feature_of<tag::pot_tail_mean<LeftRight> >
197 template<typename LeftRight>
198 struct as_weighted_feature<tag::pot_tail_mean_prob<LeftRight> >
200 typedef tag::weighted_pot_tail_mean_prob<LeftRight> type;
203 template<typename LeftRight>
204 struct feature_of<tag::weighted_pot_tail_mean_prob<LeftRight> >
205 : feature_of<tag::pot_tail_mean_prob<LeftRight> >