qser2ar {qfa} | R Documentation |
Autoregression (AR) Model of Quantile Series
Description
This function fits an autoregression (AR) model to quantile series (QSER) separately for each quantile level using stats::ar()
.
Usage
qser2ar(y.qser, p = NULL, order.max = NULL)
Arguments
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 |
Value
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 |
[Package qfa version 2.1 Index]