GEOMDIST

GEOMDIST probability mass or cumulative distribution function of the geometric distribution

Synopsis

GEOMDIST(k,p,cumulative)

Arguments

k: number of trials

p: probability of success in any trial

cumulative: whether to evaluate the mass function or the cumulative distribution function

Note

If k < 0 this function returns a #NUM! error. If p < 0 or p > 1 this function returns a #NUM! error. If cumulative is neither TRUE nor FALSE this function returns a #VALUE! error.

See also

RANDGEOM.