QuantLib_CumulativeBinomialDistribution (3) Linux Manual Page
QuantLib::CumulativeBinomialDistribution – Cumulative binomial distribution function.
Synopsis
#include <ql/math/distributions/binomialdistribution.hpp>
Inherits std::unary_function<Real,Real>.
Public Member Functions
CumulativeBinomialDistribution (Real p, BigNatural n)
Real operator() (BigNatural k) const
Detailed Description
Cumulative binomial distribution function.
Given an integer k it provides the cumulative probability of observing kk<=k: formula here …
Author
Generated automatically by Doxygen for QuantLib from the source code.
