HyperbolicDistribution Constructor

Constructs a new HyperbolicDistribution object.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public HyperbolicDistribution(
	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.

See Also