README.md

stochvol

R-CMD-check test-coverage CRAN version

This is the development repository of the R package stochvol. You find the same information as a pkgdown website here.

Features

The package provides methods to estimate the stochastic volatility model, potentially with conditionally heavy tails and/or with leverage. Using functions svsample, svtsample, svlsample, and svtlsample, one can conduct Bayesian inference on all parameters, including the time-varying volatilities (the states in the state space). The same functionality is reachable using the formula interface of svlm.

Additional features:

Install CRAN Version

Type into your R session:

install.packages("stochvol")

For more information, please visit the CRAN page of the package.

Install Latest Development Version

Type into your R session:

if (!require("remotes")) {
  install.packages("remotes")
}
remotes::install_github(
  repo = "https://github.com/gregorkastner/stochvol")

Documentation

The best introduction is the combination of our vignettes:

For individual functions, please refer to the help pages after installing the package. For instance, for svsample, execute

help("svsample", package = "stochvol")

For more information, please visit stochvol's CRAN page.



gregorkastner/stochvol documentation built on March 7, 2024, 8:46 p.m.