QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
statistics tool based on incremental accumulation in the meantime, this is just a wrapper to the boost accumulator library, kept for backward compatibility More...
#include <ql/utilities/null.hpp>
#include <ql/errors.hpp>
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/stats.hpp>
#include <boost/accumulators/statistics/count.hpp>
#include <boost/accumulators/statistics/sum.hpp>
#include <boost/accumulators/statistics/min.hpp>
#include <boost/accumulators/statistics/max.hpp>
#include <boost/accumulators/statistics/weighted_mean.hpp>
#include <boost/accumulators/statistics/weighted_variance.hpp>
#include <boost/accumulators/statistics/weighted_skewness.hpp>
#include <boost/accumulators/statistics/weighted_kurtosis.hpp>
#include <boost/accumulators/statistics/weighted_moment.hpp>
Go to the source code of this file.
Classes | |
class | IncrementalStatistics |
Statistics tool based on incremental accumulation. More... | |
Namespaces | |
namespace | QuantLib |
statistics tool based on incremental accumulation in the meantime, this is just a wrapper to the boost accumulator library, kept for backward compatibility
Definition in file incrementalstatistics.hpp.