FTest.DenominatorDegreesOfFreedom Property

Gets or sets the degrees of freedom of the sample in the denominator.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double DenominatorDegreesOfFreedom { get; set; }

Property Value

Double
The degrees of the sample in the denominator.

Remarks

This property can only be set if Sample2 is null. The degrees of freedom must be greater than or equal to one.

Exceptions

InvalidOperationExceptionSample2 is not null.
ArgumentOutOfRangeExceptionThe new value is less than one.

See Also