qser2qacf | R Documentation |
This function creates the ACF of quantile series or quantile-crossing series
qser2qacf(y.qser)
y.qser |
matrix or array of quantile-crossing series |
A matrix or array of ACF
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)
y.qacf <- qser2qacf(y.qser)
dim(y.qacf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.