The MDSV package implements the Multifractal Discrete Stochastic Volatility developed in Augustyniak, et al. (2021) for estimating and forecasting financial log-returns and realized variances (uniquely or jointly). It includes all functions for the replication of the results in Augustyniak, et al. (2021) and in my thesis. The exact replication codes are located in the folder test.
install.packages("devtools")
.MDSV package can be installed from this GitHub repos using the install_github
function of the devtools package. All the dependencies will also be installed automatically.
library(devtools)
install_github("Abdoulhaki/MDSV")
The option build_vignettes = TRUE
can be added if one desires to install the vignettes (this will take several minutes).
Once the installation is done, MDSV can be loaded as a common package in R.
library(MDSV)
I provide a vignette that fully documents the package through simple and practical examples. Moreover, each function of the package has a help page accessible using ?name-of-the-function
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.