| VAR_mod | R Documentation |
VAR function allowing to describe white-noise as VAR-(0) model (i. e. varest objects)Modified version of VAR function allowing to describe white-noise as VAR-(0) model (i. e. varest objects)
VAR_mod(
y,
p = 1,
type = c("const", "trend", "both", "none"),
season = NULL,
exogen = NULL,
lag.max = NULL,
ic = c("AIC", "HQ", "SC", "FPE")
)
y, p, type, season, exogen, lag.max, ic |
see |
a Vector Auto-Regeressive model (VAR) as varest object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.