Click or drag to resize

FitLinearGenericFunc Method

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