Home
last modified time | relevance | path

Searched refs:Get_F_Tail (Results 1 – 3 of 3) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_tools.cpp3275 return( CSG_Test_Distribution::Get_F_Tail(F, nPredictors, nSamples - nPredictors - 1, Type) ); in Get_F_Tail_from_R2()
3279 double CSG_Test_Distribution::Get_F_Tail(double F, int dfn, int dfd, TSG_Test_Distribution_Type Typ… in Get_F_Tail() function in CSG_Test_Distribution
3332 p = Get_F_Tail(hi, dfn, dfd); in Get_F_Inverse()
3357 p = Get_F_Tail(lo, dfn, dfd); in Get_F_Inverse()
3380 p = Get_F_Tail(mid, dfn, dfd); in Get_F_Inverse()
H A Dmat_regression_multiple.cpp603 …return( CSG_Test_Distribution::Get_F_Tail(f, nPredictors, nSamples - nPredictors - 1, TESTDIST_TYP… in _Get_P()
H A Dmat_tools.h1499 …static double Get_F_Tail (double F , int dfn, int dfd, TSG_Test_Distribution_Type Type = TE…