Skip to content

Test various time-series Models to predict future movements in the value of the Japanese yen versus the U.S. dollar.

Notifications You must be signed in to change notification settings

SashaFlores/TimeSeriesAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A Yen for the Future

Yen Photo

Project Narrative

Test various time-series Models to predict future movements in the value of the Japanese yen versus the U.S. dollar.


Files

Time-Series Starter Notebook

Linear Regression Starter Notebook

Yen Data CSV File


Instructions

Time-Series Forecasting

In this notebook, you will load historical Dollar-Yen exchange rate futures data and apply time series analysis and modeling to determine whether there is any predictable behavior.

Follow the steps outlined in the time-series starter notebook to complete the following:

  1. Decomposition using a Hodrick-Prescott Filter (Decompose the Settle price into trend and noise).
  2. Forecasting Returns using an ARMA Model.
  3. Forecasting the Settle Price using an ARIMA Model.
  4. Forecasting Volatility with GARCH.

Use the results of the time series analysis and modeling to answer the following questions:

  1. Based on your time series analysis, would you buy the yen now?
  2. Is the risk of the yen expected to increase or decrease?
  3. Based on the model evaluation, would you feel confident in using these models for trading?

Linear Regression Forecasting

In this notebook, you will build a Scikit-Learn linear regression model to predict Yen futures ("settle") returns with lagged Yen futures returns and categorical calendar seasonal effects (e.g., day-of-week or week-of-year seasonal effects).

Follow the steps outlined in the regression_analysis starter notebook to complete the following:

  1. Data Preparation (Creating Returns and Lagged Returns and splitting the data into training and testing data)
  2. Fitting a Linear Regression Model.
  3. Making predictions using the testing data.
  4. Out-of-sample performance.
  5. In-sample performance.

Use the results of the linear regression analysis and modeling to answer the following question:

  • Does this model perform better or worse on out-of-sample data compared to in-sample data?

About

Test various time-series Models to predict future movements in the value of the Japanese yen versus the U.S. dollar.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published