cumprod.column {PerformanceAnalytics}R Documentation

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

Author(s)

Peter Carl

See Also

cummax.column cumprod


[Package PerformanceAnalytics version 0.9.4 Index]