Click or drag to resize

HypergeometricSamples Method

Samples a sequence of hypergeometrically distributed random variables.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IEnumerable<int> Samples()

Return Value

IEnumerableInt32
A sequence containing the number of successes in the draws.

Implements

IDiscreteDistributionSamples
See Also