Learn R Programming

trajectories (version 0.2-9)

auto.arima.Track: Fitting arima model to a track

Description

Fit arima models to objects of class "Track".

Usage

auto.arima.Track(X, ...)

Value

an object of class "ArimaTrack"

Arguments

X

an object of class "Track"

...

passed to arguments of auto.arima

Author

Mohammad Mehdi Moradi <moradi@uji.es>

Details

This fita arima models to the x,y locations of objects of class "Track".

See Also

rTrack, auto.arima

Examples

Run this code
if (require(forecast)) {
 X <- rTrack()
 auto.arima.Track(X)
}

Run the code above in your browser using DataLab