qcser | R Documentation |
This function creates the quantile-crossing series (QCSER) for univariate or multivariate time series.
qcser(y, tau, normalize = FALSE)
y |
vector or matrix of time series |
tau |
sequence of quantile levels in (0,1) |
normalize |
|
A matrix or array of quantile-crossing series
y <- stats::arima.sim(list(order=c(1,0,0), ar=0.5), n=64)
tau <- seq(0.1,0.9,0.05)
y.qser <- qcser(y,tau)
dim(y.qser)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.