Gets the first shape parameter of this BetaDistribution.

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

Syntax

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

Remarks

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

See Also