SV1FJ {JumpTest} | R Documentation |
Simulate Stochastic Volitility model with one factor model (including jump) with given length and other parameters
SV1FJ(M, m, p0 = 3, lam = 0.2, mu = 0.03, v0 = 0.5, beta0 = 0, beta1 = 0.125, alphav = -0.1, cov = -0.62)
M |
number of interverals to be simulated |
m |
number of time points within each interval |
p0 |
start price |
lam |
frequency of jump |
mu |
drift |
v0 |
volatility parameter |
beta0 |
underlying Brownian motion intercept paramter |
beta1 |
underlying Brownian motion slope parameter |
alphav |
volatility parameter |
cov |
Brownian motion correlation |
simulated time series
Chernov, M., et al. (2003). "Alternative models for stock price dynamics." Journal of Econometrics 116(1): 225-257.
SV1FJ(1000,390)