public class VectorAutoregressionEx1
extends Object
Fits a vector autoregression to a time series.
This example fits a VAR(1) to a 2-dimensional vector time series. Then,
forecasts for up to 4 steps ahead are requested, illustrating the default
forecasting behavior.