eou_sim | R Documentation |
Simulate time series from the exponential Ornstein-Uhlenbeck stochastic volatility model.
eou_sim(nobs, dt, X0, log_V0, alpha, log_gamma, mu, log_sigma, logit_rho, dBt)
nobs |
Length of time series. |
dt |
Interobservation time. |
X0 |
Scalar or vector of |
log_V0 |
Scalar or vector of |
alpha |
Scalar or vector of |
log_gamma |
Scalar or vector of |
mu |
Scalar or vector of |
log_sigma |
Scalar or vector of |
logit_rho |
Scalar or vector of |
dBt |
An optional list with elements |
A list containing matrices Xt
and log_Vt
of nobs x nseries
of eOU observations, where each column corresponds to a process observed at times t = dt, 2dt, ..., nobs*dt
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.