I would like to discuss a small triangle quality-check helper.
Before selecting development factors, I usually check for incomplete cells, negative values, non-monotonic cumulative development, sparse rows or columns, and unusually volatile age-to-age factors. These checks are repetitive and easy to apply inconsistently across triangles.
A first version could return a structured, read-only result for the selected checks. It should flag the data and explain why it was flagged, without changing the triangle or prescribing actuarial treatment.
The earlier prototype is in #1246, which I have closed so the API and scope can be discussed here first.
I would like to discuss a small triangle quality-check helper.
Before selecting development factors, I usually check for incomplete cells, negative values, non-monotonic cumulative development, sparse rows or columns, and unusually volatile age-to-age factors. These checks are repetitive and easy to apply inconsistently across triangles.
A first version could return a structured, read-only result for the selected checks. It should flag the data and explain why it was flagged, without changing the triangle or prescribing actuarial treatment.
The earlier prototype is in #1246, which I have closed so the API and scope can be discussed here first.