runSum(x, n = 10, cumulative = FALSE)runMin(x, n = 10, cumulative = FALSE)
runMax(x, n = 10, cumulative = FALSE)
runMean(x, n = 10, cumulative = FALSE)
runMedian(x, n = 10, non.unique = "mean", cumulative = FALSE)
runCov(x, y, n = 10, use = "all.obs", sample = TRUE, cumulative = FALSE)
runCor(x, y, n = 10, use = "all.obs", sample = TRUE, cumulative = FALSE)
runVar(x, y = NULL, n = 10, sample = TRUE, cumulative = FALSE)
runSD(x, n = 10, sample = TRUE, cumulative = FALSE)
runMAD(x, n = 10, center = NULL, stat = "median", constant = 1.4826,
non.unique = "mean", cumulative = FALSE)
wilderSum(x, n = 10)
cumulative=TRUE
, the number of obversations to use before the first
result is returned."all.obs"
currently implemented.TRUE
(denominator of
n-1
)NULL
) uses the median.x
and y
or a vector (if
try.xts
fails).
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]