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 ''Trials'' balls drawn without replacement from an urn containing ''Size'' balls of which ''PosEvents'' are red. Thus, the parameters are:
+
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''.
+
:«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.
+
:«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.
+
:«Size»: The population size -- e.g., the total number of balls in the urn, red and non-red.
 
 
= Library =
 
  
 +
== 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


You are not allowed to post comments.