Beta Distribution.Upper Bound Property
Gets the upper bound of the interval on which this BetaDistribution is defined.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The upper bound of the interval on which this BetaDistribution is defined.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double UpperBound { get; }
Property Value
DoubleThe upper bound of the interval on which this BetaDistribution is defined.
Remarks
This property is read-only.