to_cumulative
Converts an incremental triangle into a cumulative triangle by computing running sums per row. Use to prepare data for chain-ladder reserving calculations.
Instructions
Convert an incremental triangle to cumulative (running sum per
row). Unobserved cells propagate as null. Inverse of
to_incremental on observed cells.
Args: incremental: Incremental triangle.
Returns dict with triangle (cumulative, same shape) and the
standard disclaimer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incremental | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||