Objective of the Project

perform Regression & Time Series analysis and forecasting techniques on Bitcoin historical price. The experience can be replicated to forecast Stock price & Currency price as well.

install.packages("bookdown")
# or the development version
# devtools::install_github("rstudio/bookdown")

Dataset

A dataset of Bitcoin (BTC) historical price against USD. This is a monthly average price dataset having prices from 01 January 2015 to 30 November 2023.

Applied Model

  1. Linear regression model
  2. Quadratic regression model
  3. ARMIA model