estim.varma.model.string | R Documentation |
ldt.estim.varma
ModelUse this function to get the name of a VARMA model, such that: If It is multivariate, it will be VAR, otherwise AR; If moving average terms are present, it will be ARMA or VARMA; If it is seasonal, it will be S-ARMA or S-VARMA; If it is integrated, it will be S-ARMA (D=?,d=?); ..., and any possible combination. Parameters will be reported in parenthesis after the name of the model.
estim.varma.model.string(obj)
obj |
AN object of class |
A character string representing the specification of the model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.