From 34bd32e225e2a8a94104489b31c42e5801cc1f4a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:05:34 +0900 Subject: Imported Upstream version 1.63.0 Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak --- .../impl/with_density__idp544989856.html | 77 ++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 doc/html/boost/accumulators/impl/with_density__idp544989856.html (limited to 'doc/html/boost/accumulators/impl/with_density__idp544989856.html') diff --git a/doc/html/boost/accumulators/impl/with_density__idp544989856.html b/doc/html/boost/accumulators/impl/with_density__idp544989856.html new file mode 100644 index 0000000000..b6b2548a9c --- /dev/null +++ b/doc/html/boost/accumulators/impl/with_density__idp544989856.html @@ -0,0 +1,77 @@ + + + + +Struct template with_density_weighted_median_impl + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template with_density_weighted_median_impl

+

boost::accumulators::impl::with_density_weighted_median_impl — Median estimation for weighted samples based on the density estimator.

+
+

Synopsis

+
// In header: <boost/accumulators/statistics_fwd.hpp>
+
+template<typename Sample> 
+struct with_density_weighted_median_impl : public accumulator_base {
+  // construct/copy/destruct
+  template<typename Args> with_density_weighted_median_impl(Args const &);
+
+  // public member functions
+  void operator()(dont_care);
+  template<typename Args> result_type result(Args const &) const;
+};
+
+

Description

+

The algorithm determines the bin in which the -th sample lies, being the total number of samples. It returns the approximate horizontal position of this sample, based on a linear interpolation inside the bin.

+
+

+with_density_weighted_median_impl + public + construct/copy/destruct

+
  1. template<typename Args> with_density_weighted_median_impl(Args const & args);
+
+
+

+with_density_weighted_median_impl public member functions

+
    +
  1. void operator()(dont_care);
  2. +
  3. template<typename Args> result_type result(Args const & args) const;
  4. +
+
+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3