Estimation of the (coherent) tail mean based on the peaks over threshold method (for both left and right tails) More...
#include <statistics_fwd.hpp>
Public Types | |
typedef numeric::functional::fdiv < Sample, std::size_t > ::result_type | float_type |
typedef float_type | result_type |
typedef mpl::false_ | is_droppable |
Public Member Functions | |
pot_tail_mean_impl (dont_care) | |
template<typename Args > | |
result_type | result (Args const &args) const |
detail::void_ | operator() (dont_care) |
detail::void_ | add_ref (dont_care) |
detail::void_ | drop (dont_care) |
detail::void_ | on_drop (dont_care) |
Estimation of the (coherent) tail mean based on the peaks over threshold method (for both left and right tails)
Computes an estimate for the (coherent) tail mean
where , and are the parameters of the generalized Pareto distribution that approximates the right tail of the distribution (or the mirrored left tail, in case the left tail is used). In the latter case, the result is mirrored back, yielding the correct result.
typedef numeric::functional::fdiv<Sample, std::size_t>::result_type boost::accumulators::impl::pot_tail_mean_impl< Sample, Impl, LeftRight >::float_type |
|
inherited |
typedef float_type boost::accumulators::impl::pot_tail_mean_impl< Sample, Impl, LeftRight >::result_type |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References pow(), and boost::program_options::value().