CumulativePoissonDistribution Class Reference
#include <ql/math/distributions/poissondistribution.hpp>
Detailed Description
Cumulative Poisson distribution function.This function provides an approximation of the integral of the Poisson distribution.
For this implementation see "Numerical Recipes in C", 2nd edition, Press, Teukolsky, Vetterling, Flannery, chapter 6
- Tests:
- the correctness of the returned value is tested by checking it against known good results.
Public Member Functions | |
CumulativePoissonDistribution (Real mu) | |
Real | operator() (BigNatural k) const |