Click or drag to resize

SampleFisherFTest Method

Tests whether the variances of two samples are compatible.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static TestResult FisherFTest(
	Sample a,
	Sample b
)

Parameters

a
Type: Meta.Numerics.StatisticsSample
The first sample.
b
Type: Meta.Numerics.StatisticsSample
The second sample.

Return Value

Type: TestResult
The result of the test.
Exceptions
ExceptionCondition
ArgumentNullExceptiona or b is .
See Also