TruncatedDistribution.UpperBound Property

Gets the upper bound where the distribution was truncated.

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 upper bound of the interval on which this truncated distribution is defined.

Remarks

This property returns the largest value where the probability density function (PDF) is non-zero. It may be smaller than the value supplied in the constructor.

This property is read-only.

See Also