HyperbolicDistribution Constructor

Constructs a new HyperbolicDistribution object.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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

ArgumentOutOfRangeExceptionscale is less than or equal to zero.

See Also