public class VectorAutoregressionEx1 extends Object
Fits a vector autoregression to a time series.
This example fits a \(\text{VAR}(1)\) to a \(2\)-dimensional vector time series. Then, forecasts for up to \(4\) steps ahead are requested, illustrating the default forecasting behavior.
Constructor and Description |
---|
VectorAutoregressionEx1() |
public static void main(String[] args)
Copyright © 2020 Rogue Wave Software. All rights reserved.