QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Poisson distribution function. More...
#include <poissondistribution.hpp>
Public Member Functions | |
PoissonDistribution (Real mu) | |
Real | operator() (BigNatural k) const |
Private Attributes | |
Real | mu_ |
Real | logMu_ |
Poisson distribution function.
Given an integer \( k \), it returns its probability in a Poisson distribution.
Definition at line 40 of file poissondistribution.hpp.
PoissonDistribution | ( | Real | mu | ) |
Definition at line 89 of file poissondistribution.hpp.
Real operator() | ( | BigNatural | k | ) | const |
|
private |
Definition at line 46 of file poissondistribution.hpp.
|
private |
Definition at line 46 of file poissondistribution.hpp.