Learn R Programming

riskRegression (version 2020.02.05)

rowCumProd: Apply cumprod in each row

Description

Fast computation of t(apply(x,1,cumprod))

Usage

rowCumProd(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)
rowCumProd(x)
# }

Run the code above in your browser using DataLab