CumulativeBinomialDistribution Class Reference

Cumulative binomial distribution function. More...

#include <ql/math/distributions/binomialdistribution.hpp>

Inherits std::unary_function< QL_REAL, QL_REAL >.

List of all members.

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 ...