Skip to content

IBNR - Chainladder method not working #356

Answered by jbogaardt
JorgenHorvei asked this question in Q&A
Discussion options

You must be logged in to vote

Welcome @JorgenHorvei, thank you for the question. When Development is used with any of the drop features, it drops the weights assigned to specific link ratios. When the Triangle is transformed into your transformed_triangle, it does not alter the underlying raw data of the triangle, so your expected answer is just the volume-weighted average assuming no dropping of link ratios. Consider this re-work of your verification of the computed LDF:

>>> import chainladder as cl
>>>
>>> triangle = cl.load_sample('raa')
>>> volume = cl.Development().fit_transform(triangle)
>>> dropping = cl.Development(drop=('1982', 12), drop_valuation='1988').fit_transform(triangle)
>>> # Does the underlying raw …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JorgenHorvei
Comment options

Answer selected by JorgenHorvei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants