Skip to contents

Calculating cumulative sum while keeping the original data order.

Usage

cumsum_ordered(x)

Arguments

x

Input.

Value

Cumulative sum while keeping the order of input data.