Difference between revisions of "Geometric distribution"
m (adding doc status category stub page) |
|||
Line 1: | Line 1: | ||
[[Category:Distribution Functions]] | [[Category:Distribution Functions]] | ||
[[Category:Doc Status D]] <!-- For Lumina use, do not change --> | [[Category:Doc Status D]] <!-- For Lumina use, do not change --> | ||
+ | |||
+ | = Geometric( p ) = | ||
+ | |||
+ | The geometric distribution describes the number of independent [[Bernoulli]] trials until the first successful outcome occurs -- for example, the number of coin tosses until the first heads. The parameter p is the probability of success on any given trial. | ||
+ | |||
+ | = Library = | ||
+ | |||
+ | Distributions | ||
+ | |||
+ | = See Also = | ||
+ | |||
+ | * [[Bernoulli]] | ||
+ | * [[Binomial]] | ||
+ | * [[HyperGeometric]] |
Revision as of 23:17, 1 August 2007
Geometric( p )
The geometric distribution describes the number of independent Bernoulli trials until the first successful outcome occurs -- for example, the number of coin tosses until the first heads. The parameter p is the probability of success on any given trial.
Library
Distributions
See Also
Comments
Enable comment auto-refresher