Hypergeometric Distribution Constructor
Constructs a new HypergeometricDistribution
object with the specified parameters.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public HypergeometricDistribution(
int taggedPopulation,
int untaggedPopulation,
int samples
)
Parameters
Exceptions
Argument | taggedPopulation is less than zero. -or- untaggedPopulation is less than zero. -or- samples is less than zero. |