Replies: 5 comments 1 reply
-
It's quiet, I'll reply with a question.
I don't think I follow your thought on this. When you are rolling forward, you are basically using say, 4/30 data for analysis, but you need to close the book for 6/30? Essentially you are trying to roll forward May and June's ultimates? When you are rolling forward this way, don't you just pick an apriori expectation * your exposure? What does that have anything to do with |
Beta Was this translation helpful? Give feedback.
-
He’s talking about fitting cape cod to one triangle and then applying the fitted parameters to a different triangle, no?On Dec 15, 2022, at 6:31 PM, Kenneth S. Hsu ***@***.***> wrote:
It's quiet, I'll reply with a question.
This is a non-issue for Chainladder and BornhuetterFerguson because these methods have parameters ldf_ and apriori that are independent of the origin being used.
I don't think I follow your thought on this. When you are rolling forward, you are basically using say, 4/30 data for analysis, but you need to close the book for 6/30? Essentially you are trying to roll forward May and June's ultimates? When you are rolling forward this way, don't you just pick an apriori expectation * your exposure? What does that have anything to do with Chainladder or BornhuetterFerguson?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Yes, fitting to one triangle and predicting on a new one. Suppose I fit a |
Beta Was this translation helpful? Give feedback.
-
Ahh got it. Yes you are right, unless the apriori is adjusted for trend and further on-leveling. However, the model should work though if there is no trend or adjustment made in the original triangle I think. I don't think it makes sense to error it out though, it should be up to the user to notice that further adjustment is needed. This isn't the model's fault, but an improper use of |
Beta Was this translation helpful? Give feedback.
-
chainladder-python community,
I have a question and looking to solicit thoughts on the functionality of the
CapeCod
method. It's pretty well known that the generalizedCapeCod
is really just aBornhuetterFerguson
method with a bit more sophisticated, and triangle-centric algorithm for picking the apriori expectation. The apriori algorithm draws from existing origin period triangle data to select apriori ultimates for the same origin periods. My question is whether it is even feasible to roll-forward theCapeCod
for a new diagonal and new origin period?Rolling forward is typically done with the
predict
method. The current implementation of theCapeCod
recomputes the apriori on the triangle being predicted, but this just feels like refitting to me (albeit holding the development patterns constant).Perhaps more general than the
CapeCod
, should it be feasible to roll forward ANY estimator where the fitted parameters are tied to the specific origin periods of the prior triangle. This is a non-issue forChainladder
andBornhuetterFerguson
because these methods have parametersldf_
andapriori
that are independent of the origin being used.Beta Was this translation helpful? Give feedback.
All reactions