Assembly: Stat;
The ISmHyperGeometricDistribution interface enables user to generate (based on selected parameters) a sample of pseudo-random numbers from discrete hypergeometric distribution of the number of "successes" in a sample from a finite population that contains "successful elements" ("successes").
ISmHyperGeometricDistribution
Hypergeometric distribution belongs to the random value that is the number of "successful elements" in the sample of the N size from the population of the N1 size, that contains M of successful elements. On estimation of hypergeometric distribution parameters only the M and N parameters are estimated. The N1 parameter is set by a user and is used to estimate M and N.
Property name | Brief description | |
M | The M property determines the number of success elements in the population. | |
N | The N property determines the size of a single sample. | |
N1 | The N1 property determines size of the entire population. |
Property name | Brief description | |
Cumulative | The Cumulative property returns a distribution function. | |
Density | The Density property returns density. | |
DisplayName | The DisplayName property returns distribution name. | |
Errors | The Errors property returns a message showing all the errors and warnings occurred during calculations. | |
Name | The Name property returns the distribution identifier. | |
Quantile | The Quantile property returns a quantile. | |
Random | The Random property returns a random number corresponding to a distribution. | |
Status | The Status property returns the calculation execution status. |
Method Name | Brief description | |
MaximumLikelihoodFitting | The MaximumLikelihoodFitting method returns estimates of maximum likelihood of distribution parameters. | |
RandomVector | The RandomVector method returns the vector of random numbers corresponding to the distribution. |
See also: