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
)
Public Shared Function FisherFTest (
a As Sample,
b As Sample
) As TestResult
public:
static TestResult^ FisherFTest(
Sample^ a,
Sample^ b
)
static member FisherFTest :
a : Sample *
b : Sample -> TestResult
Parameters
- a
- Type: Meta.Numerics.StatisticsSample
The first sample. - b
- Type: Meta.Numerics.StatisticsSample
The second sample.
Return Value
Type:
TestResultThe result of the test.
Exceptions See Also