Home
last modified time | relevance | path

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

/dports/net/chrony-lite/chrony-4.2/
H A Dregress.c176 n_runs_from_residuals(double *resid, int n) in n_runs_from_residuals() function
281 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()
/dports/net/chrony/chrony-4.2/
H A Dregress.c176 n_runs_from_residuals(double *resid, int n) in n_runs_from_residuals() function
281 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()