TransformedBetaDistribution.ScaleParameter Property

Gets the scale parameter of this TransformedBetaDistribution.

Definition

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

Property Value

Double

Remarks

The scale parameter determines the width of the distribution. This property is read-only.

See Also