Click or drag to resize

RandGenJohnsonDelta Property

Gets and sets the delta parameter of the Johnson distribution.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Delta { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if passed a zero delta parameter.
See Also