SampleFisherFTest Method
Tests whether the variances of two samples are compatible.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
- a Sample
- The first sample.
- b Sample
- The second sample.
TestResultThe result of the test.