Predict financial data with R

R code template to predict the future with ARIMA auto regression. To try different models,  change the line with fit <- arima(...)

The output of the script:

arima-plot

Not very realistic prediction, but a good start point to investigation.

Leave a Reply

Your email address will not be published.