ContinuousUniformDistribution.LowerBound Property

Gets the smallest value of the distribution.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double LowerBound { get; }

Property Value

Double
The 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.

See Also