CumulativeBinomialDistribution Class Reference

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

Inherits unary_function.

List of all members.


Detailed Description

Cumulative binomial distribution function.

Given an integer k it provides the cumulative probability of observing kk<=k: formula here ...

Public Member Functions

 CumulativeBinomialDistribution (Real p, BigNatural n)
Real operator() (BigNatural k) const