qser2ar | R Documentation |
This function fits an autoregression (AR) model to quantile series (QSER) separately for each quantile level using stats::ar()
.
qser2ar(y.qser, p = NULL, order.max = NULL, method = c("none", "gamm", "sp"))
y.qser |
matrix or array of pre-calculated QSER, e.g., using |
p |
order of AR model (default = |
order.max |
maximum order for AIC if |
method |
quantile smoothing method: |
a list with the following elements:
A |
matrix or array of AR coefficients |
V |
vector or matrix of residual covariance |
p |
order of AR model |
n |
length of time series |
residuals |
matrix or array of residuals |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.