Learn R Programming

qardlr (version 1.0.1)

qardl_estimate: Core QARDL Estimation

Description

Internal function for QARDL parameter estimation.

Usage

qardl_estimate(y, X, p, q, tau, constant = TRUE)

Value

List of estimated parameters and their covariances.

Arguments

y

Numeric vector of dependent variable.

X

Matrix of covariates.

p

AR lag order.

q

Distributed lag order.

tau

Vector of quantiles.

constant

Logical for intercept inclusion.