You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnFindMinimum.OfFunction((p0,p1,p2,p3)=>Distance.Euclidean(Generate.Map(x, t =>f(p0,p1,p2,p3,t)),y),initialGuess0,initialGuess1,initialGuess2,initialGuess3,tolerance,maxIterations);
372
372
}
373
373
374
374
/// <summary>
375
-
/// Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p0, p1, p2, p3, x),
376
-
/// returning its best fitting parameter p0, p1and p2.
375
+
/// Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p0, p1, p2, p3, p4, x),
376
+
/// returning its best fitting parameter p0, p1, p2, p3 and p4.
0 commit comments