Difference between revisions of "Binomial distribution"
m (adding doc status category stub page) |
|||
Line 1: | Line 1: | ||
[[Category:Distribution Functions]] | [[Category:Distribution Functions]] | ||
− | [[Category:Doc Status | + | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> |
− | ( | + | = Binomial( n,p ) = |
+ | |||
+ | Consider an event—such as a coin coming down heads—that can be true or false in each trial—or each toss—with probability ''p'' -- it has a Bernoulli distribution. A binomial distribution describes the number of times an event is true -- e.g., the coin is heads -- in ''n'' independent trials—or tosses—where the event occurs with probability p on each trial. | ||
+ | |||
+ | = Library = | ||
+ | |||
+ | Distributions | ||
+ | |||
+ | = See Also = | ||
+ | |||
+ | * [[Multinomial]] -- A generalization of Binomial in which more than two outcomes are possible. |
Revision as of 23:07, 1 August 2007
Binomial( n,p )
Consider an event—such as a coin coming down heads—that can be true or false in each trial—or each toss—with probability p -- it has a Bernoulli distribution. A binomial distribution describes the number of times an event is true -- e.g., the coin is heads -- in n independent trials—or tosses—where the event occurs with probability p on each trial.
Library
Distributions
See Also
- Multinomial -- A generalization of Binomial in which more than two outcomes are possible.
Comments
Enable comment auto-refresher
Marksmith
Lchrisman