|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Inverse cumulative Poisson distribution function. More...
#include <poissondistribution.hpp>
Collaboration diagram for InverseCumulativePoisson:Public Member Functions | |
| InverseCumulativePoisson (Real lambda=1.0) | |
| Real | operator() (Real x) const |
Private Member Functions | |
| Real | calcSummand (BigNatural index) const |
Private Attributes | |
| Real | lambda_ |
Inverse cumulative Poisson distribution function.
Definition at line 76 of file poissondistribution.hpp.
| InverseCumulativePoisson | ( | Real | lambda = 1.0 | ) |
Definition at line 108 of file poissondistribution.hpp.
|
private |
Definition at line 131 of file poissondistribution.hpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 81 of file poissondistribution.hpp.