Gets the upper bound of the interval on which this BetaDistribution is defined.
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property UpperBound As Double |
| C# |
|---|
public double UpperBound { get; } |
| C++ |
|---|
public: double UpperBound { double get (); } |
Value
The upper bound of the interval on which this BetaDistribution is defined.
Remarks
This property is read-only.