| Name | Description |
---|
| CurveFunc(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.
|
| CurveFunc(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.
|
| CurveFunc(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.
|
| CurveFunc(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.
|
| CurveFunc(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.
|