TransformedBetaDistribution.ShapeParameter3 Property

Gets the third shape parameter of this TransformedBetaDistribution.

Definition

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

Property Value

Double

Remarks

This shape parameter determines the behavior of the distribution near the upper bound of the interval. This property is read-only.

See Also