StatisticFormula.FTest(Double, String, String) Method

Definition

Performs a two-sample F Test using the F distribution. This test is used to determine if the samples have different variances.

C#
public System.Windows.Forms.DataVisualization.Charting.FTestResult FTest(double probability, string firstInputSeriesName, string secondInputSeriesName);

Parameters

probability
Double

The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.

firstInputSeriesName
String

First input series name.

secondInputSeriesName
String

Second input series name.

Returns

An FTestResult object.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1