Description Usage Arguments Value
This function tries to fit a generalized ARMA-Model with given distribution of the dependent variable taken as link-function. As numeric optimization sometimes failes, the function walks through every distribution specified in given order and stops when estimation was successful. Optionally, a matrix of regressor variables can be given. Mandatory, the ARMA order must be given as a 2-length-vector (AR, MA)
1 |
y |
Dependent Variable |
order |
vector containing AR und MA order |
dists |
vector of gamlss.family-distributions of y taken as link function |
x.matrix |
optional matrix of regressors, use to model seasonality |
An garmaFit-object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.