The input table is optional when FirstSampleVariance, SecondSampleVariance, df1 and df2 are specified.
Option 1 - Multiple column input using FirstSampleColumn or SecondSampleColumn argumentInput |
Description |
Comments |
InputTable |
A table containing numeric datatypes in columns. |
At least two columns need to be present in this table. |
InputTable SchemaColumn |
Data Type |
Description |
column_name_<i> |
DOUBLE |
Numerical value used to calculate FTest. |
Option 2 - Multiple column input using FirstSampleColumn or SecondSampleColumn argumentInput |
Description |
Comments |
InputTable |
A table containing numeric datatypes in columns. |
At least two columns need to be present in this table. |
InputTable SchemaColumn |
Data Type |
Description |
group_name_column |
VARCHAR |
Instance group name. |
group_value_column |
DOUBLE |
Instance numerical value used to calculate FTest. |