qser2sar | R Documentation |
This function fits spline autoregression (SAR) model to quantile series (QSER).
qser2sar(
y.qser,
tau0,
tau = tau0,
p = NULL,
order.max = NULL,
spar = NULL,
method = c("GCV", "AIC", "BIC"),
weights = rep(1, length(tau0)),
interval = c(-1.5, 1.5)
)
y.qser |
matrix or array of pre-calculated QSER at |
tau0 |
quantile levels used to compute |
tau |
quantile levels for evaluation ( |
p |
order of SAR model (default = |
order.max |
maximum order for AIC if |
spar |
penalty parameter alla |
method |
criterion for penalty parameter selection: |
weights |
sequence of weights (default = |
interval |
interval for |
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 |
n |
length of time series |
tau |
quantile levels for evaluation |
tau0 |
quantile levels for fitting |
weights |
weights in penalty function |
fit |
object containing details of SAR fit |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.