cumprod.column {PerformanceAnalytics} | R Documentation |
wrapper to calculate cumprod on all columns in a matrix
cumprod.column(R, na.rm = TRUE, ...)
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 |
transformed matrix of cumprods
Peter Carl