RForm_VAR: RForm_VAR

View source: R/RForm_VAR.R

RForm_VARR Documentation

RForm_VAR

Description

Provides reduced form estimators of a VAR(p) model

Usage

RForm_VAR(TSL, p, W = NULL)

Arguments

TSL

matrix of time series

p

number of lags in the VAR model

W

Matrix of exogenous regressors

Value

AL Least-squares estimator of the VAR coefficients

Sigma Least-squares estimator of the VAR residuals

eta VAR model residuals

X Matrix of VAR covariates

Y VAR matrix of endogenous regressors

If no exogenous regressors are specified, our estimation always includes a constant.

See Also

https://github.com/jm4474/SVARIV


martinbaumgaertner/varexternal documentation built on April 27, 2022, 1:31 a.m.