Learn R Programming

trajectories (version 0.2-1)

auto.arima.Track: 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

Value

an object of class "ArimaTrack"

Details

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

See Also

rTrack, auto.arima

Examples

Run this code
# NOT RUN {
X <- rTrack()
auto.arima.Track(X)
# }

Run the code above in your browser using DataLab