From bb4dd8289b351fae6b55e303f189127a394a1edd Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 26 Aug 2013 08:15:55 -0400 Subject: Imported Upstream version 1.51.0 --- .../boost/accumulators/impl/tail_quantile_impl.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) mode change 100755 => 100644 doc/html/boost/accumulators/impl/tail_quantile_impl.html (limited to 'doc/html/boost/accumulators/impl/tail_quantile_impl.html') diff --git a/doc/html/boost/accumulators/impl/tail_quantile_impl.html b/doc/html/boost/accumulators/impl/tail_quantile_impl.html old mode 100755 new mode 100644 index 0bd1d36acb..2bdc7a2d65 --- a/doc/html/boost/accumulators/impl/tail_quantile_impl.html +++ b/doc/html/boost/accumulators/impl/tail_quantile_impl.html @@ -37,32 +37,32 @@ typedef Sample result_type; // construct/copy/destruct - tail_quantile_impl(dont_care); + tail_quantile_impl(dont_care); - // public member functions - template<typename Args> result_type result(Args const &) const; + // public member functions + template<typename Args> result_type result(Args const &) const; };
-

Description

+

Description

The estimation of a tail quantile with level based on order statistics requires the chaching of at least the smallest or the largest samples, being the total number of samples. The largest of the smallest samples or the smallest of the largest samples provides an estimate for the quantile:

-

Equation 1.16. 

+

Equation 1.16. 


-

+

tail_quantile_impl public construct/copy/destruct

-
  1. tail_quantile_impl(dont_care);
+
  1. tail_quantile_impl(dont_care);
-

-tail_quantile_impl public member functions

-
  1. template<typename Args> result_type result(Args const & args) const;
+

+tail_quantile_impl public member functions

+
  1. template<typename Args> result_type result(Args const & args) const;
-- cgit v1.2.3