ContinuousUniformDistribution.UpperBound Property

Gets the largest value of the distribution.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double UpperBound { get; }

Property Value

Double
The maximum of the distribution.

Remarks

The random samples from a continuous uniform distribution are taken from an interval with equal probability. This property returns the upper bound of this interval.

See Also