BetaDistribution.Alpha Property

Gets the first shape parameter of this BetaDistribution.

Definition

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

Property Value

Double

Remarks

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

See Also