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