NonCentralFDistribution.Support Property

Gets the support of the distribution.

Definition

Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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