Rdocumentation
powered by
Learn R Programming
PerformanceAnalytics (version 0.9.4)
cumprod.column: wrapper to calculate cumprod on all columns in a matrix
Description
wrapper to calculate cumprod on all columns in a matrix
Usage
cumprod.column(R, na.rm = TRUE, ...)
Arguments
R
a vector, matrix, data frame, timeSeries or zoo object of asset returns
na.rm
TRUE/FALSE Remove NA's from the returns?
...
any other passthru parameters
Value
transformed matrix of cumprods
See Also
cummax.column
cumprod