Description Usage Arguments Value Examples
Estimate parameters of a stochastic volatility model with a latent log-volatility following an autoregressive process of order one with normally distributed noise. The following distributions are implemented for the observed process:
Gaussian distribution
t-distribution
Leverage: Gaussian distribution with leverage where the noise of the latent process is correlated with the observational distribution
Skew gaussian distribution
The parameters is estimated by minimizing the negative log-likelihood (nll) and the latent log-volatility is integrated out by applying the Laplace approximation.
1 | estimate_parameters(data, model = "gaussian", opt.control = NULL, ...)
|
data |
A vector of observations. |
model |
A character specifying the model. Must be one of the following: "gaussian", "t", "leverage", "skew_gaussian". |
opt.control |
An optional list of parameters for nlminb. |
... |
additional arguments passed to MakeADFun. |
Object of class stochvolTMB
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.