project_triangle
Fill unobserved cells in a cumulative triangle using age-to-age factors for chain-ladder projection.
Instructions
Fill the lower-right (unobserved) cells of a cumulative triangle using the supplied age-to-age factors.
Args:
triangle: As in compute_chain_ladder.
selected_factors: One factor per development-period transition.
Length must be n_dev - 1.
Returns a dict with:
- triangle: 2-D list of floats, same shape as the input, with
unobserved cells filled in by chain-ladder projection. Rows
with no observation contain nan for the projected cells.
- disclaimer: standard actuarial-use disclaimer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| triangle | Yes | ||
| selected_factors | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||