Searched refs:best_fit (Results 1 – 2 of 2) sorted by relevance
127 LeastSq best_fit; in MinimalLeastSq() local133 best_fit = MinimalLeastSq(n, time, FittingCurve(o1)); in MinimalLeastSq()134 best_fit.complexity = o1; in MinimalLeastSq()139 if (current_fit.rms < best_fit.rms) { in MinimalLeastSq()140 best_fit = current_fit; in MinimalLeastSq()141 best_fit.complexity = fit; in MinimalLeastSq()145 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity)); in MinimalLeastSq()146 best_fit.complexity = complexity; in MinimalLeastSq()149 return best_fit; in MinimalLeastSq()