Click or drag to resize

FitLinearMultiDimFunc Method

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