FDistribution.Support Property

Gets the support of the distribution.

Definition

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

Property Value

Interval

Remarks

The support of a distribution is the interval where the ProbabilityDensityFunction(Double) is non-zero.

See Also