Click or drag to resize

FitLinearGeneric Method

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