Returns the estimated coefficients of a VAR(p) as a matrix.
Usage
B(x)
Arguments
x
An object of class varest, generated by VAR().
Value
A matrix holding the estimated coefficients of a VAR.
Details
Given an estimated VAR of the form:
$$\hat{\bold{y}}_t = \hat{C}D_t + \hat{A}_1 \bold{y}_{t-1} + \ldots +
\hat{A}_p \bold{y}_{t-p}$$
the function returns the matrices $(\hat{C} | \hat{A}_1 | \ldots |
\hat{A}_p)$ as a matrix object.