Deals with a bucketed distribution. More...
Go to the source code of this file.
Classes | |
class | BucketedDistribution |
Represents a bucketed probability distibution. More... | |
Namespaces | |
namespace | QuantExt |
Functions | |
BucketedDistribution | operator+ (const BucketedDistribution &lhs, const BucketedDistribution &rhs) |
Sum probabilities in two bucketed distributions with equal buckets. More... | |
BucketedDistribution | operator* (QuantLib::Real factor, const BucketedDistribution &rhs) |
Multiply probabilities in bucketed distribution by factor . More... | |
BucketedDistribution | operator* (const BucketedDistribution &lhs, QuantLib::Real factor) |
Deals with a bucketed distribution.
Definition in file bucketeddistribution.hpp.