![]() |
SAGA API
v9.7
|
#include <mat_tools.h>
Static Public Member Functions | |
static double | Get_F_Tail_from_R2 (double R2, int nPredictors, int nSamples, TSG_Test_Distribution_Type Type=TESTDIST_TYPE_Right) |
static double | Get_F_Tail (double F, int dfn, int dfd, TSG_Test_Distribution_Type Type=TESTDIST_TYPE_Right) |
static double | Get_F_Inverse (double alpha, int dfn, int dfd, TSG_Test_Distribution_Type Type=TESTDIST_TYPE_Right) |
static double | Get_T_Tail (double T, int df, TSG_Test_Distribution_Type Type=TESTDIST_TYPE_Right) |
static double | Get_T_Inverse (double alpha, int df, TSG_Test_Distribution_Type Type=TESTDIST_TYPE_Right) |
static double | Get_Norm_P (double Z) |
static double | Get_Norm_Z (double P) |
Definition at line 1528 of file mat_tools.h.
|
static |
Definition at line 3283 of file mat_tools.cpp.
References EPSILON, Get_F_Tail(), and TESTDIST_TYPE_Right.
|
static |
Definition at line 3256 of file mat_tools.cpp.
References TESTDIST_TYPE_Right.
Referenced by CSG_Regression_Multiple::_Get_P(), Get_F_Inverse(), and Get_F_Tail_from_R2().
|
static |
Definition at line 3248 of file mat_tools.cpp.
References Get_F_Tail().
Referenced by CSG_Regression_Multiple::_Get_Regression(), and CSG_Regression::Calculate().
|
static |
Definition at line 3123 of file mat_tools.cpp.
|
static |
Definition at line 3136 of file mat_tools.cpp.
|
static |
Definition at line 3071 of file mat_tools.cpp.
References TESTDIST_TYPE_Left, TESTDIST_TYPE_Right, and TESTDIST_TYPE_TwoTail.
|
static |
Definition at line 3057 of file mat_tools.cpp.
References TESTDIST_TYPE_TwoTail.
Referenced by CSG_Regression_Multiple::_Get_Regression().