Deals with a bucketed distribution. More...
#include <numeric>#include <functional>#include <ql/errors.hpp>#include <ql/math/comparison.hpp>#include <qle/math/bucketeddistribution.hpp>Go to the source code of this file.
Namespaces | |
| namespace | QuantExt |
Functions | |
| BucketedDistribution | operator+ (const BucketedDistribution &lhs, const BucketedDistribution &rhs) |
| Sum probabilities in two bucketed distributions with equal buckets. More... | |
| BucketedDistribution | operator* (Real factor, const BucketedDistribution &rhs) |
| BucketedDistribution | operator* (const BucketedDistribution &lhs, QuantLib::Real factor) |
Deals with a bucketed distribution.
Definition in file bucketeddistribution.cpp.