Click or drag to resize

FitLinearCombinationFunc Method

Overload List
 NameDescription
Public methodStatic memberLinearCombinationFunc(Double, Double, FuncDouble, Double) Least-Squares fitting the points (x,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 memberLinearCombinationFunc(Double, Double, DirectRegressionMethod, FuncDouble, Double) Least-Squares fitting the points (x,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