Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template peaks_over_threshold_prob_impl

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

Synopsis

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

template<typename Sample, typename LeftRight> 
struct peaks_over_threshold_prob_impl : public  {
  // types
  typedef  ; 
  typedef             ;
  typedef left >::        ;       

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

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

Description

See Also:

peaks_over_threshold_impl

peaks_over_threshold_prob_impl public construct/copy/destruct

  1. template<typename Args> ( args);

peaks_over_threshold_prob_impl public member functions

  1.  ();
  2. template<typename Args>  ( args) ;
  3. template<typename Archive> 
       ( ar,  file_version);

PrevUpHomeNext