| Name | Description |
---|
| LinearGenericFuncT(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.
|
| LinearGenericFuncT(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.
|