Home
last modified time | relevance | path

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

/dports/math/PDL/PDL-2.019/Lib/Fit/
H A DLM.pm109 my ($ym,$al,$cov,$bet,$oldbet,$olda,$oldal,$ochisq,$di,$pivt,$info) =
136 if ($iter == 0) {$olda .= $a; $ochisq .= $chisq; $oldbet .= $bet;
139 $di .= abs($chisq-$ochisq);
141 if ($chisq < $ochisq) {
143 $ochisq .= $chisq;
149 $chisq .= $ochisq;
/dports/science/gromacs/gromacs-2021.4/src/gromacs/correlationfunctions/
H A Dgmx_lmcurve.cpp121 double chisq, ochisq; in lmfit_exp() local
167 ochisq = chisq; in lmfit_exp()
186 bCont = (fabs(ochisq - chisq) > fabs(control.ftol * chisq)); in lmfit_exp()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/table/table_calculus/
H A DLMFit.cpp248 static double ochisq; in mrqmin() local
265 ochisq = (chisq); in mrqmin()
294 if (chisq < ochisq) in mrqmin()
297 ochisq = (chisq); in mrqmin()
309 chisq = ochisq; in mrqmin()