ILNumerics Ultimate VS

HypergeometricDistribution Class

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Discrete Univariate Hypergeometric distribution. This distribution is a discrete probability distribution that describes the number of successes in a sequence of n draws from a finite population without replacement, just as the binomial distribution describes the number of successes for draws with replacement Wikipedia - Hypergeometric distribution.

[ILNumerics Statistics Toolbox]

Inheritance Hierarchy

SystemObject
  ILNumerics.Toolboxes.DistributionsHypergeometricDistribution

Namespace:  ILNumerics.Toolboxes.Distributions
Assembly:  ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public class HypergeometricDistribution

The HypergeometricDistribution type exposes the following members.

Constructors

  NameDescription
Public methodHypergeometricDistribution
Initializes a new instance of the Hypergeometric class.

[ILNumerics Statistics Toolbox]

Top
Properties

  NameDescription
Public propertyDraws
Gets or sets the number of draws without replacement (n).

[ILNumerics Statistics Toolbox]

Public propertyEntropy
Gets the entropy of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyMaximum
Gets the maximum of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyMean
Gets the mean of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyMedian
Gets the median of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyMinimum
Gets the minimum of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyMode
Gets the mode of the distribution.

[ILNumerics Statistics Toolbox]

Public propertyPopulation
Gets or sets the size of the population (N).

[ILNumerics Statistics Toolbox]

Public propertyStdDev
Gets the standard deviation of the distribution.

[ILNumerics Statistics Toolbox]

Public propertySuccess
Gets or sets the number successes within the population (K, M).

[ILNumerics Statistics Toolbox]

Public propertyVariance
Gets the variance of the distribution.

[ILNumerics Statistics Toolbox]

Top
Methods

  NameDescription
Public methodCumulativeDistribution
Computes the cumulative distribution (CDF) of the distribution at x, i.e. P(X ≤ x).

[ILNumerics Statistics Toolbox]

Public methodDensiityLog
Computes the log probability mass at k, i.e. ln(P(X = k)).

[ILNumerics Statistics Toolbox]

Public methodDensity
Computes the probability mass (PMF) at k, i.e. P(X = k).

[ILNumerics Statistics Toolbox]

Public methodSamples
Generates a sample from the Hypergeometric distribution without doing parameter checking.

[ILNumerics Statistics Toolbox]

Public methodToString
Returns a String that represents this instance.

[ILNumerics Statistics Toolbox]

(Overrides ObjectToString.)
Top
Remarks

[ILNumerics Statistics Toolbox]

See Also

Reference