Home
last modified time | relevance | path

Searched refs:m_ChiSqr_o (Results 1 – 2 of 2) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_trend.cpp320 m_ChiSqr_o = m_ChiSqr; in Get_Trend()
356 m_ChiSqr_o = y_o > 0. ? y_t / y_o : 0.; in Get_Trend()
522 if( m_ChiSqr < m_ChiSqr_o ) in _Fit_Function()
525 m_ChiSqr_o = m_ChiSqr; in _Fit_Function()
545 m_ChiSqr = m_ChiSqr_o; in _Fit_Function()
H A Dmat_tools.h1992 double Get_R2 (void) const { return( m_bOkay ? m_ChiSqr_o : 0. ); } in Get_R2()
2025 double m_ChiSqr, m_ChiSqr_o, m_Lambda, m_Lambda_Max; variable