BetaDistribution.LowerBound Property

Gets the lower bound of the interval on which this BetaDistribution is defined.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double LowerBound { get; }

Property Value

Double
The lower bound of the interval on which this BetaDistribution is defined.

Remarks

This property is read-only.

See Also