Difference between revisions of "HyperGeometric distribution"
Line 2: | Line 2: | ||
[[Category:Doc Status C]] <!-- For Lumina use, do not change --> | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> | ||
− | = HyperGeometric(Trials,PosEvents,Size) = | + | == HyperGeometric(Trials, PosEvents, Size) == |
− | The hypergeometric distribution describes the number of times an event occurs in a fixed number of trials without replacement -- e.g., the number of red balls in a sample of | + | The hypergeometric distribution describes the number of times an event occurs in a fixed number of trials without replacement -- e.g., the number of red balls in a sample of «Trials» balls drawn without replacement from an urn containing «Size» balls of which «PosEvents» are red. Thus, the parameters are: |
− | + | :«Trials»: The sample size -— e.g., the number of balls drawn from an urn without replacement. Cannot be larger than «Size». | |
− | + | :«PosEvents»: The total number of successful events in the population -- e.g, the number of red balls in the urn. | |
− | + | :«Size»: The population size -- e.g., the total number of balls in the urn, red and non-red. | |
− | |||
− | |||
+ | == Library == | ||
Distributions | Distributions | ||
− | = See Also = | + | == See Also == |
− | |||
* [[Geometric]] | * [[Geometric]] |
Revision as of 00:33, 16 January 2016
HyperGeometric(Trials, PosEvents, Size)
The hypergeometric distribution describes the number of times an event occurs in a fixed number of trials without replacement -- e.g., the number of red balls in a sample of «Trials» balls drawn without replacement from an urn containing «Size» balls of which «PosEvents» are red. Thus, the parameters are:
- «Trials»: The sample size -— e.g., the number of balls drawn from an urn without replacement. Cannot be larger than «Size».
- «PosEvents»: The total number of successful events in the population -- e.g, the number of red balls in the urn.
- «Size»: The population size -- e.g., the total number of balls in the urn, red and non-red.
Library
Distributions
See Also
Comments
Enable comment auto-refresher