qser2sar {qfa} | R Documentation |
Spline Autoregression (SAR) Model of Quantile Series
Description
This function fits spline autoregression (SAR) model to quantile series (QSER).
Usage
qser2sar(
y.qser,
tau,
d = 1,
p = NULL,
order.max = NULL,
spar = NULL,
method = c("AIC", "BIC", "GCV"),
weighted = FALSE
)
Arguments
y.qser |
matrix or array of pre-calculated QSER, e.g., using |
tau |
sequence of quantile levels where |
d |
subsampling rate of quantile levels (default = 1) |
p |
order of SAR model (default = |
order.max |
maximum order for AIC if |
spar |
penalty parameter alla |
method |
criterion for penalty parameter selection: |
weighted |
if |
Value
a list with the following elements:
A |
matrix or array of SAR coefficients |
V |
vector or matrix of SAR residual covariance |
p |
order of SAR model |
spar |
penalty parameter |
tau |
sequence of quantile levels |
n |
length of time series |
d |
subsampling rate of quantile levels |
weighted |
option for weighted penalty function |
fit |
object containing details of SAR fit |