Last chance! 50% off unlimited learning
Sale ends in
Compute cumulative column and row statistics.
# S4 method for ANY
rowCumsums(x, na.rm = FALSE, ...)
# S4 method for timeSeries
rowCumsums(x, na.rm = FALSE, ...)
all functions return an S4 object of class timeSeries
.
a logical. Should missing values be removed?
a time series, may be an object of class "matrix"
or "timeSeries"
.
arguments to be passed.
## Simulated Monthly Return Data -
X = matrix(rnorm(24), ncol = 2)
## Compute cumulated Sums -
rowCumsums(X)
Run the code above in your browser using DataLab