Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Namespaces | Functions
bucketeddistribution.cpp File Reference

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)
 

Detailed Description

Deals with a bucketed distribution.

Definition in file bucketeddistribution.cpp.