CumulativePoissonDistribution (3) Linux Manual Page
QuantLib::CumulativePoissonDistribution – Cumulative Poisson distribution function. Synopsis#include <ql/math/distributions/poissondistribution.hpp> Inherits std::unary_function<Real,Real>. Public Member FunctionsCumulativePoissonDistribution (Real mu) Real operator() (BigNatural k) const Detailed DescriptionCumulative 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…
