FTest.Denominator Degrees Of Freedom Property
Gets or sets the degrees of freedom of the sample in the denominator.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The degrees of the sample in the denominator.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public double DenominatorDegreesOfFreedom { get; set; }
Property Value
DoubleThe 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
Invalid | Sample2 is not null. |
Argument | The new value is less than one. |