The bitcoinFinance
package and the bubble
package are the companion materials for my textbook titled Quantitative Finance with R and Cryptocurrencies. This book organizes the materials that I developed over time for the Perm Summer/Winter School on Blockchain and CryptoEconomics, as well as for my course in Numerical methods for finance using R. The book's companion website can be found here.
The bitcoinFinance
package is a collection of functions for the financial modelling of bitcoin and other cryptocurrencies.
You can install the package using the commands:
if (!require("devtools")) install.packages("devtools")
devtools::install_github("deanfantazzini/bitcoinFinance")