Click or drag to resize

FitLinearMultiDim Method

Overload List
 NameDescription
Public methodStatic memberLinearMultiDim(Double, Double, FuncDouble, Double) Least-Squares fitting the points (X,y) = ((x0,x1,..,xk),y) to an arbitrary linear combination y : X -> p0*f0(x) + p1*f1(x) + ... + pk*fk(x), returning its best fitting parameters as [p0, p1, p2, ..., pk] array.
Public methodStatic memberLinearMultiDim(Double, Double, DirectRegressionMethod, FuncDouble, Double) Least-Squares fitting the points (X,y) = ((x0,x1,..,xk),y) to an arbitrary linear combination y : X -> p0*f0(x) + p1*f1(x) + ... + pk*fk(x), returning its best fitting parameters as [p0, p1, p2, ..., pk] array.
Top
See Also