Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

stochvol

This is the development repository of the R package stochvol.

Install CRAN Version

The code chunk below should work. Type into your R session:

install.packages("stochvol")

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

Install Latest Stable Version

Type into your R session:

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

Install Latest Development Version

Type into your R session:

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

Usage

The best introduction is the combination of our vignettes:

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

About

Partial re-write of the R package stochvol to allow for asymmetry (leverage).

Resources

Packages

No packages published
You can’t perform that action at this time.