TransformedBetaDistribution.ShapeParameter2 Property

Gets the first shape parameter of this TransformedBetaDistribution.

Definition

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