4
4
\description{Moving (aka running, rolling) Window Quantile calculated over a vector}
6
6
runquantile(x, k, probs, type=7,
7
endrule=c("quantile", "NA", "trim", "keep", "constant", "func"))
7
endrule=c("quantile", "NA", "trim", "keep", "constant", "func"),
12
14
\item{k}{width of moving window; must be an integer between one and n }
13
15
\item{endrule}{character string indicating how the values at the beginning
14
16
and the end, of the array, should be treated. Only first and last \code{k2}