auto.arima.Track {trajectories} | R Documentation |
Fit arima models to objects of class "Track".
auto.arima.Track(X, ...)
X |
an object of class "Track" |
... |
passed to arguments of auto.arima |
This fita arima models to the x,y locations of objects of class "Track".
an object of class "ArimaTrack"
Mohammad Mehdi Moradi <moradi@uji.es>
if (require(forecast)) {
X <- rTrack()
auto.arima.Track(X)
}