do_fit {daltoolbox} | R Documentation |
do fit for time series
Description
The actual time series model fitting. This method should be override by descendants.
Usage
do_fit(obj, x, y = NULL)
Arguments
obj |
object |
x |
input variable |
y |
output variable |
Value
fitted object
[Package daltoolbox version 1.0.767 Index]