statsmodels.distributions.discrete.DiscretizedCount.cdf

DiscretizedCount.cdf(k, *args, **kwds)

Cumulative distribution function of the given RV.

Parameters:
knumpy:array_like, int

Quantiles.

arg1, arg2, arg3,…numpy:array_like

The shape parameter(s) for the distribution (see docstring of the instance object for more information).

locnumpy:array_like, optional

Location parameter (default=0).

Returns:
cdfndarray

Cumulative distribution function evaluated at k.