Skip to content

Berquist Sherman Adjustment on Paid Loss Triangles #417

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

You must be logged in to vote

There is probably opportunity to improve the docs here. Estimator generically refers to any sklearn-like modeling feature in the package. However, in this case, it is limited to estimators that spin off an ultimate_ property. By default, the volume-weighted Chainladder is used, but it could be any other IBNR estimator. If you want to tailor the development patterns of the Chainladder you need to use a Pipeline. A working example with a 3-year volume weighted average reported count ultimate would look like this:

import chainladder as cl
triangle = cl.load_sample('berqsherm').loc['MedMal']

reported_count_estimator = cl.Pipeline([
  ('dev', cl.Development(n_periods=3, average="volume")),
  ('…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@IGotCavities
Comment options

@IGotCavities
Comment options

Comment options

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

Answer selected by IGotCavities
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