crypto-forecast-garch-cointegration

This project explores advanced time series techniques—namely ARIMA, GARCH, Granger Causality, and Vector Error Correction Models (VECM)—to forecast the volatility and market trends of two major cryptocurrencies: Bitcoin and Ethereum.

Cryptocurrency Forecasting using GARCH and Cointegration

This project explores advanced time series techniques—namely ARIMA, GARCH, Granger Causality, and Vector Error Correction Models (VECM)—to forecast the volatility and market trends of two major cryptocurrencies: Bitcoin and Ethereum.

Objective

To analyze and forecast the log returns of the market capitalizations of Bitcoin and Ethereum using statistical time series models. We aim to identify cointegration and volatility patterns for pair trading and risk estimation.

Dataset

The data used in this project is obtained from:

We used data for:

Methods Used

Highlights

Forecast Results

The models predicted 10 future log returns for both BTC and ETH. These results can be extended for pricing or risk simulations.

Tools & Technologies

Project Structure

crypto-forecast-garch-cointegration/

├── data/ # Raw and processed CSVs

├── notebooks/ # R scripts or RMarkdowns for each modeling stage

├── results/ # Plots and tables

├── README.md # Project overview

└── final_report.pdf # Full project write-up (your uploaded PDF)