Skip to content

Latest commit

 

History

History
89 lines (59 loc) · 3.01 KB

index.md

File metadata and controls

89 lines (59 loc) · 3.01 KB

Precious Metals Price ARIMA Forecast

Coursera - Developing Data Products

Description:

Precious Metals Price ARIMA Forecast App downloads the last five years prices from Oanda and forecast the next year prices using auto.arima function from forecast R package.

App Side Bar Panel

Select Metal Input

Select one of the known as precious metals:

Metal Ticker
Gold XAU
Silver XAG
Palladium XPD
Platinum XPT

Select Currency Input

One between US Dollars, British Pound, or Euro can be selected.

App Tab Panels

App Tab panels are located above and can be selected like a menu.

- Prices Plot

Shows a price plot for the selected metal and currency, and a control to change adjusted statistics: linear or loess

Gold prices plot

- Prices Table

Shows the price table data for the selected metal and several currencies

- Forecast Plot

Shows the ARIMA forecast for the next 365 days as a blue line, 80% confidence interval is displayed in orange, while 90% is in yellow.

Gold ARIMA plot

- Forecast Table

Displays forecasted data table

- Arima model

Shows adjusted model using auto.arima from the forecast package

- Differences Plot

Plots first differences for the selected metal price and the differences of base 10 logarithm of data

- Residuals Plot

Plots the ACF and the PACF

Links