
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
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)
cumulative=TRUE
,
the number of obversations to use before the first result is returned.TRUE
(denominator of n-1
)"all.obs"
currently implemented.NULL
) uses the median.x
and y
or a vector
(if try.xts
fails).