STATS_F_TEST « Linear Regression Functions « Oracle PL/SQL Tutorial
- Oracle PL/SQL Tutorial
- Linear Regression Functions
- STATS_F_TEST
20.12.STATS_F_TEST |
| 20.12.1. | For the test statistic value: STATS_F_TEST(expr1, expr2, 'STATISTIC') |
| 20.12.2. | For degrees of freedom: STATS_F_TEST(expr1, expr2, 'DF_NUM') |
| 20.12.3. | STATS_F_TEST(expr1, expr2, 'DF_DEN') |
| 20.12.4. | For significance level of one-sided test: STATS_F_TEST(expr1, expr2, 'ONE_SIDED_SIG') |
| 20.12.5. | For significance level of two-sided test: STATS_F_TEST(expr1, expr2, 'TWO_SIDED_SIG') |