Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template extended_p_square_quantile_impl

boost::accumulators::impl::extended_p_square_quantile_impl — Quantile estimation using the extended algorithm for weighted and unweighted samples.

Synopsis

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

template<typename Sample, typename Impl1, typename Impl2> 
struct extended_p_square_quantile_impl : public  {
  // types
  typedef  ; 
  typedef                                      ; 
  typedef                                                    ; 
  typedef                                                     ;

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

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

Description

Uses the quantile estimates calculated by the extended algorithm to compute intermediate quantile estimates by means of quadratic interpolation.

extended_p_square_quantile_impl public construct/copy/destruct

  1. template<typename Args> ( args);

extended_p_square_quantile_impl public member functions

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

PrevUpHomeNext