SkellamDistribution Constructor

Initializes a new Skellam distribution.

Definition

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public SkellamDistribution(
	double mu1,
	double mu2
)

Parameters

mu1  Double
The mean of the first, positively-contributing variate.
mu2  Double
The mean of the second, negatively-contributing variate.

Exceptions

ArgumentOutOfRangeExceptionmu1 or mu2 is non-positive.

See Also