Continuous Uniform Distribution.Lower Bound Property
Gets the smallest value of the distribution.
Definition
Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The minimum of the distribution.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double LowerBound { get; }
Property Value
DoubleThe minimum of the distribution.
Remarks
The random samples from a continuous uniform distribution are taken from an interval with equal probability. This property returns the lower bound of this interval.