1Blurb::
2Geometric distribution parameter
3Description::
4The geometric distribution represents the number of successful trials that occur before a failure is observed.
5
6The density function for the geometric distribution is given by:
7\f[f(x) = {p}{(1-p)^{x}}\f]
8where
9\c p is the probability of failure per trial and \c x is the number of successful trials.
10
11Topics::
12Examples::
13Theory::
14Faq::
15See_Also::
16
17