Learn R Programming

riskRegression (version 2020.12.08)

colCumProd: Apply cumprod in each column

Description

Fast computation of apply(x,2,cumprod)

Usage

colCumProd(x)

Arguments

x

A matrix.

Value

A matrix of same size as x.

Examples

Run this code
# NOT RUN {
x <- matrix(1:8,ncol=2)
colCumProd(x)
# }

Run the code above in your browser using DataLab