Click or drag to resize

FitLinearCombination Method

Overload List
 NameDescription
Public methodStatic memberLinearCombination(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 its best fitting parameters as [p0, p1, p2, ..., pk] array.
Public methodStatic memberLinearCombination(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 its best fitting parameters as [p0, p1, p2, ..., pk] array.
Top
See Also