Description Usage Arguments Value Examples
This function returns a condMeanClass object describing the conditional mean of the model.
1 2 3 4 5 6 7 8 9 10 11 |
AR |
A vector of autoregressive coefficients. |
nAR |
Number of AR lags. |
MA |
A vector of moving average coefficients. |
nMA |
Number of MA lags. |
CONST |
A double, value of the constant part of the conditional mean |
STDINMEAN |
A double, value of the standard deviation in mean coefficient |
VARINMEAN |
A double, value of the variance in mean coefficient |
LINREG |
a list with Beta : a vector of regression coefficients and X the matrix of independent variables. |
a condMeanClass object which is the list of all parts of the conditional mean
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.