WebCab Probability and Statistics Web Services for .NET v3.3 Demo

HyperGeometricProbabilityDistribution Methods

The methods of the HyperGeometricProbabilityDistribution class are listed below. For a complete list of HyperGeometricProbabilityDistribution class members, see the HyperGeometricProbabilityDistribution Members topic.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetNumberOfElements Gets the number of elements in the population.
GetNumberOfElementsLabeledSuccess Gets the number of elements in the population labeled success.
GetNumberOfTrials Gets the number of trials for the Hypergeometric probability distribution.
GetType (inherited from Object)Gets the Type of the current instance.
Probability Calculates the probability of obtaining numberOfSuccesses successes and n-numberOfSuccesses failures where n is the total sample size.
SetNumberOfElements Sets the number of elements in the population.
SetNumberOfElementsLabeledSuccess Sets the number of elements in the population labeled successes.
SetNumberOfTrials Sets the number of trials for the Hypergeometric probability distribution.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

HyperGeometricProbabilityDistribution Class | ProbabilityDistributions Namespace