Vector Autoregressive Process as Discretized Vector Ornstein–Uhlenbeck Process
Improved support for computation with process slices, as well as support for arbitrary mean time series processes and time processes with initial values, allows the matching of a uniformly discretized Gaussian Ito process to a vector-valued autoregressive process.
Define a 2D Ito process with linear drift coefficients and constant diffusion coefficients.
Define a bivariate autoregressive process with initial values.
Since both processes are Gaussian, they are completely specified by their mean and covariance functions.
Construct equations of moments by equating the Ito process moment functions at regularly spaced times and the VAR moment functions at consecutive integers.
Solve the equations.
Out[9]= | |
Simulation of the VAR process gives exact simulation of the Ito process of the regular grid.
Out[10]= | |
Visualize the path.
show complete Wolfram Language inputhide input
Out[11]= | |