ContinuousUniformDistribution.LowerBound 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#
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