Searched refs:n_runs_from_residuals (Results 1 – 2 of 2) sorted by relevance
176 n_runs_from_residuals(double *resid, int n) in n_runs_from_residuals() function281 nruns = n_runs_from_residuals(resid, n - resid_start); in RGR_FindBestRegression()288 nruns = n_runs_from_residuals(resid + (start - resid_start), n - start); in RGR_FindBestRegression()633 nruns = n_runs_from_residuals(resids + start, n_points); in RGR_FindBestRobustRegression()