Gets the lower 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 LowerBound As Double |
| C# |
|---|
public double LowerBound { get; } |
| C++ |
|---|
public: double LowerBound { double get (); } |
Value
The lower bound of the interval on which this BetaDistribution is defined.
Remarks
This property is read-only.