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