From 4fadd968fa12130524c8380f33fcfe25d4de79e5 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:24:46 +0900 Subject: Imported Upstream version 1.65.0 Change-Id: Icf8400b375482cb11bcf77440a6934ba360d6ba4 Signed-off-by: DongHun Kwak --- doc/html/boost/accumulators/impl/median_impl.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/html/boost/accumulators/impl/median_impl.html') diff --git a/doc/html/boost/accumulators/impl/median_impl.html b/doc/html/boost/accumulators/impl/median_impl.html index 11c0d0ac7b..906f196fc6 100644 --- a/doc/html/boost/accumulators/impl/median_impl.html +++ b/doc/html/boost/accumulators/impl/median_impl.html @@ -27,7 +27,7 @@

Struct template median_impl

-

boost::accumulators::impl::median_impl — Median estimation based on the quantile estimator.

+

boost::accumulators::impl::median_impl — Median estimation based on the quantile estimator.

Synopsis

// In header: <boost/accumulators/statistics_fwd.hpp>
@@ -35,25 +35,25 @@
 template<typename Sample> 
 struct median_impl : public accumulator_base {
   // construct/copy/destruct
-  median_impl(dont_care);
+  median_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

-

The algorithm is invoked with a quantile probability of 0.5.

+

Description

+

The algorithm is invoked with a quantile probability of 0.5.

-

+

median_impl public construct/copy/destruct

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

-median_impl public member functions

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

+median_impl public member functions

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