1Blurb::
2Aleatory uncertain discrete variable - geometric
3Description::
4The geometric distribution represents the number of successful trials that might 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
10is the probability of failure per trial.
11
12Topics::	discrete_variables, aleatory_uncertain_variables
13Examples::
14Theory::
15Faq::
16See_Also::
17