Gets the first shape parameter of this BetaDistribution.

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Alpha As Double
C#
public double Alpha { get; }
C++
public:
double Alpha {
	double get ();
}

Remarks

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

See Also