Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 942 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 942 Bytes

bitcoinFinance

License: GPL v3

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")