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