sample_triangle
Obtain a classic 10×10 cumulative-paid triangle for actuarial demos and verification. Includes expected parity values for cross-checking chain-ladder results.
Instructions
Return the classic textbook 10×10 cumulative-paid triangle
(Friedland-style). Useful for demos, examples, and verifying the
server is working — feed it to compute_chain_ladder to get the
well-known parity values (Paid 49,458 / Ultimate 65,883 /
IBNR 16,425 / Mack SE ±354.61).
Returns:
- triangle: the 10×10 list with the lower-right as null
- n_acc: 10
- n_dev: 10
- expected_totals: well-known parity values for cross-checking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||