Click or drag to resize

Hypergeometric Methods

The Hypergeometric type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCDF Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
Public methodCumulativeDistribution Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsValidParameterSet Tests whether the provided values are valid parameters for this distribution.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberPMF Computes the probability mass (PMF) at k, i.e. P(X = k).
Public methodStatic memberPMFLn Computes the log probability mass (lnPMF) at k, i.e. ln(P(X = k)).
Public methodProbability Computes the probability mass (PMF) at k, i.e. P(X = k).
Public methodProbabilityLn Computes the log probability mass (lnPMF) at k, i.e. ln(P(X = k)).
Public methodSample Samples a Hypergeometric distributed random variable.
Public methodStatic memberSample(Int32, Int32, Int32) Samples a random variable.
Public methodStatic memberSample(Random, Int32, Int32, Int32) Samples a random variable.
Public methodSamples Samples an array of Hypergeometric distributed random variables.
Public methodSamples(Int32) Fills an array with samples generated from the distribution.
Public methodStatic memberSamples(Int32, Int32, Int32) Samples a sequence of this random variable.
Public methodStatic memberSamples(Int32, Int32, Int32, Int32) Fills an array with samples generated from the distribution.
Public methodStatic memberSamples(Random, Int32, Int32, Int32) Samples a sequence of this random variable.
Public methodStatic memberSamples(Random, Int32, Int32, Int32, Int32) Fills an array with samples generated from the distribution.
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
See Also