Normal Inverse Gaussian Distribution Constructor
Constructs a new NormalInverseGaussianDistribution object.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public NormalInverseGaussianDistribution(
double location,
double tailHeaviness,
double asymmetry,
double scale
)
Parameters
- location Double
- A location parameter.
- tailHeaviness Double
- A shape parameter that determines the heaviness of the distribution's tails.
- asymmetry Double
- A shape parameter that determines the degree of asymmetry of the distribution.
- scale Double
- A scale parameter.
Exceptions
ArgumentOutOfRangeException | scale is less than or equal to zero. |