SAGA API  v9.5
CSG_Test_Distribution Class Reference

#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)
 

Detailed Description

Definition at line 1518 of file mat_tools.h.

Member Function Documentation

◆ Get_F_Inverse()

double CSG_Test_Distribution::Get_F_Inverse ( double  alpha,
int  dfn,
int  dfd,
TSG_Test_Distribution_Type  Type = TESTDIST_TYPE_Right 
)
static

Definition at line 3306 of file mat_tools.cpp.

References EPSILON, Get_F_Tail(), and TESTDIST_TYPE_Right.

◆ Get_F_Tail()

double CSG_Test_Distribution::Get_F_Tail ( double  F,
int  dfn,
int  dfd,
TSG_Test_Distribution_Type  Type = TESTDIST_TYPE_Right 
)
static

◆ Get_F_Tail_from_R2()

double CSG_Test_Distribution::Get_F_Tail_from_R2 ( double  R2,
int  nPredictors,
int  nSamples,
TSG_Test_Distribution_Type  Type = TESTDIST_TYPE_Right 
)
static

Definition at line 3271 of file mat_tools.cpp.

References Get_F_Tail().

Referenced by CSG_Regression_Multiple::_Get_Regression(), and CSG_Regression::Calculate().

◆ Get_Norm_P()

double CSG_Test_Distribution::Get_Norm_P ( double  Z)
static

Definition at line 3140 of file mat_tools.cpp.

◆ Get_Norm_Z()

double CSG_Test_Distribution::Get_Norm_Z ( double  P)
static

Definition at line 3155 of file mat_tools.cpp.

◆ Get_T_Inverse()

double CSG_Test_Distribution::Get_T_Inverse ( double  alpha,
int  df,
TSG_Test_Distribution_Type  Type = TESTDIST_TYPE_Right 
)
static

Definition at line 3087 of file mat_tools.cpp.

References TESTDIST_TYPE_Left, TESTDIST_TYPE_Right, and TESTDIST_TYPE_TwoTail.

◆ Get_T_Tail()

double CSG_Test_Distribution::Get_T_Tail ( double  T,
int  df,
TSG_Test_Distribution_Type  Type = TESTDIST_TYPE_Right 
)
static

Definition at line 3073 of file mat_tools.cpp.

References TESTDIST_TYPE_TwoTail.

Referenced by CSG_Regression_Multiple::_Get_Regression().


The documentation for this class was generated from the following files: