Continuous Uniform Distribution.Upper Bound 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#
The maximum of the distribution.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double UpperBound { get; }
Property Value
DoubleThe 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.