Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template weighted_peaks_over_threshold_prob_impl

boost::accumulators::impl::weighted_peaks_over_threshold_prob_impl — Peaks over Threshold Method for Quantile and Tail Mean Estimation.

Synopsis

// In header: <boost/accumulators/statistics/weighted_peaks_over_threshold.hpp>

template<typename Sample, typename Weight, typename LeftRight> 
struct weighted_peaks_over_threshold_prob_impl : public  {
  // types
  typedef          ;
  typedef  ;     
  typedef                      ;    

  // construct/copy/destruct
  template<typename Args> 
    ();

  // public member functions
   ();
  template<typename Args>  () ;
};

Description

See Also:

weighted_peaks_over_threshold_impl

weighted_peaks_over_threshold_prob_impl public construct/copy/destruct

  1. template<typename Args> 
      ( args);

weighted_peaks_over_threshold_prob_impl public member functions

  1.  ();
  2. template<typename Args>  ( args) ;

PrevUpHomeNext