Click or drag to resize

LaplaceDistribution(Double, Double, Generator) Constructor

Initializes a new instance of the LaplaceDistribution class.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public LaplaceDistribution(
	double mu,
	double alpha,
	Generator generator
)

Parameters

mu  Double
Location parameter.
alpha  Double
Scale parameter (must be positive).
generator  Generator
A Generator object.
Exceptions
ExceptionCondition
ArgumentNullExceptiongenerator is .
ArgumentOutOfRangeExceptionalpha is out of range, or mu is not finite.
See Also