HyperbolicDistribution.ScaleParameter Property

Gets the scale parameter for the distribution.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double ScaleParameter { get; }

Property Value

Double

Remarks

The scale parameter is related to the variance of the distribution.

This property is read-only.

See Also