svc_dB | R Documentation |
Extract the Brownian increments from the SVC model.
svc_dB(Xt, log_VPt, log_Vt, dt, alpha, log_gamma, mu, log_sigma, logit_rho)
Xt |
Matrix of |
log_VPt |
Vector of |
log_Vt |
Optional vector of |
dt |
Interobservation time. |
alpha |
Optional vector of |
log_gamma |
Optional vector of |
mu |
Optional vector of |
log_sigma |
Optional vector of |
logit_rho |
Optional vector of |
A list with elements:
V
An nobs x (nasset+2)
matrix of the log-volatility innovations.
X
An nobs x (nasset+1)
matrix of log-asset innovations.
Z
An nobs x (nasset+1)
matrix of residual log-asset innovations, after account for the log-volatility innovations. That is,
dB_Z = (dB_X - rho dB_V) / sqrt(1 - rho^2).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.