SAGA API
v9.6
|
#include "mat_tools.h"
Go to the source code of this file.
Functions | |
double | SG_Regression_Get_Adjusted_R2 (double r2, int n, int p, TSG_Regression_Correction Correction) |
double SG_Regression_Get_Adjusted_R2 | ( | double | r2, |
int | n, | ||
int | p, | ||
TSG_Regression_Correction | Correction | ||
) |
Definition at line 63 of file mat_regression.cpp.
References REGRESSION_CORR_Claudy_3, REGRESSION_CORR_None, REGRESSION_CORR_Olkin_Pratt, REGRESSION_CORR_Pratt, REGRESSION_CORR_Smith, REGRESSION_CORR_Wherry_1, and REGRESSION_CORR_Wherry_2.
Referenced by CSG_Regression_Multiple::_Get_Regression(), and CSG_Regression::Calculate().