Simulate increments of a CSI process.
csi_sim(drift, acf, Sigma, X0, nsim = 1, fft = TRUE, nkeep, tol = 1e-06)
Matrix of (nobs-1) x ndim
increment drift terms (see 'Details').
Increment autocorrelation vector of length nobs-1
(see 'Details').
Variance matrix of size ndim x ndim
.
Initial position vector of length ndim
.
Number of trajectories to simulate.
Optional arguments to SuperGauss::rnormtz()
.
The simulated trajectories. An array of size nobs x ndim x nsim
or a matrix of size nobs x ndim
when nsim = 1
.