Form the "bold A" matrices related to the VAR processes
form_boldA
creates the "bold A" (companien form) coefficient matrices related to VAR processes.
form_boldA(p, M, d, all_A)
p
: the autoregressive order of the modelM
: the number of regimesd
: the number of time series in the system, i.e., the dimensionall_A
: 4D array containing all coefficient matrices , obtained from pick_allA
.Returns 3D array containing the "bold A" matrices related to each component VAR-process. The matrix A_{m} can be obtained by choosing [, , m]
.
The "bold A" (companion form) matrix is given, for instance, in Lütkepohl (2005, p. 15).
No argument checks!