Gets the lower bound where the distribution was truncated.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double LowerBound { get; }
Public ReadOnly Property LowerBound As Double
Get
public:
property double LowerBound {
double get ();
}
member LowerBound : float with get
Property Value
Type:
DoubleThe lower bound of the interval on which this truncated distribution is defined.
This property returns the smallest value
where the probability density function (PDF) is non-zero.
It may be larger than the value supplied in the constructor.
This property is read-only.
Reference