Geometric Distribution

Distributions associated with the Geometric Equation:

q(1 − q)k, where q is the probability of success.

dgeom(k, q) Returns the probability density for value k.

pgeom(k, q) Returns the cumulative probability distribution for value k.

qgeom(p, q) Returns the inverse cumulative probability distribution for probability p.

rgeom(m, q) Returns a vector of m random numbers having the geometric distribution.

Arguments:

Notes: