FTest.NumeratorDegreesOfFreedom Property

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

Definition

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

Property Value

Double
The degrees of the sample in the numerator.

Remarks

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

Exceptions

InvalidOperationException

Sample1 is not null.

ArgumentOutOfRangeException

The new value is less than one.

See Also