Continuous Uniform Distribution.Lower Bound Property
Gets the smallest value of the distribution.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The minimum of the distribution.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.