auto.arima.Track {trajectories} | R Documentation |
Fitting arima model to a track
Description
Fit arima models to objects of class "Track".
Usage
auto.arima.Track(X, ...)
Arguments
X |
an object of class "Track" |
... |
passed to arguments of auto.arima |
Details
This fita arima models to the x,y locations of objects of class "Track".
Value
an object of class "ArimaTrack"
Author(s)
Mohammad Mehdi Moradi <moradi@uji.es>
See Also
Examples
if (require(forecast)) {
X <- rTrack()
auto.arima.Track(X)
}
[Package trajectories version 0.2-8 Index]