Truncated Distribution.Lower Bound Property
Gets the lower bound where the distribution was truncated.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The lower bound of the interval on which this truncated distribution is defined.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double LowerBound { get; }
Property Value
DoubleThe lower bound of the interval on which this truncated distribution is defined.
Remarks
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.