Click or drag to resize

FitCurve Method

Overload List
 NameDescription
Public methodStatic memberCurve(Double, Double, FuncDouble, Double, Double, Double, Double, Int32) Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p, x), returning its best fitting parameter p.
Public methodStatic memberCurve(Double, Double, FuncDouble, Double, Double, Double, Double, Double, Double, Int32) Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p0, p1, x), returning its best fitting parameter p0 and p1.
Public methodStatic memberCurve(Double, Double, FuncDouble, Double, Double, Double, Double, Double, Double, Double, Double, Int32) Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p0, p1, p2, x), returning its best fitting parameter p0, p1 and p2.
Public methodStatic memberCurve(Double, Double, FuncDouble, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Int32) Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p0, p1, p2, p3, x), returning its best fitting parameter p0, p1, p2 and p3.
Public methodStatic memberCurve(Double, Double, FuncDouble, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Int32) Non-linear least-squares fitting the points (x,y) to an arbitrary function y : x -> f(p0, p1, p2, p3, p4, x), returning its best fitting parameter p0, p1, p2, p3 and p4.
Top
See Also