Click or drag to resize

FitCurveFunc Method

Overload List
 NameDescription
Public methodStatic memberCurveFunc(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 a function y' for the best fitting curve.
Public methodStatic memberCurveFunc(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 a function y' for the best fitting curve.
Public methodStatic memberCurveFunc(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 a function y' for the best fitting curve.
Public methodStatic memberCurveFunc(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 a function y' for the best fitting curve.
Public methodStatic memberCurveFunc(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 a function y' for the best fitting curve.
Top
See Also