Replies: 1 comment 1 reply
-
Mack's original data is already cumulative. The correct triangle declaration will produce the desired result. ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings! First of all, thank you for this wonderful package. It provides pretty much everything for reserve estimation. I'm still learning about it and have a question about the
development_correlation
test. The Chain Ladder method operates under the assumption that (subsequent) development factors are independent. The methoddevelopment_correlation
is designed for checking the assumption.When I applied this test on the sample data set in Mack's 1994 paper (the data is available in this repo), the test result indicates that the development factors are correlated, as shown in the screenshot:

In Appendix G of the paper, Mack reached the following conclusion on the same data set
I'm wondering what causes the difference. Is it because I interpreted the test results incorrectly or I did not set the
p_critical
properly? Thank you!Beta Was this translation helpful? Give feedback.
All reactions