You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a quarterly triangle in which I want to use the chainladder method to derive IBNR estimates, but with link ratios excluding the last 10 datapoints.
The code I am using to try and achieve this is shown below:
I don't believe what i'm trying to do is working as intended because of the the IBNR not being populated for the first 11 quarters. I have also tried using drop_valuation = ["7/1/2023","4/1/2023","1/1/2023","10/1/2022","7/1/2022","4/1/2022","1/1/2022","10/1/2021","7/1/2021","4/1/2021"] ,average='volume' but that doesn't give me my desired result either.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a quarterly triangle in which I want to use the chainladder method to derive IBNR estimates, but with link ratios excluding the last 10 datapoints.
The code I am using to try and achieve this is shown below:
The output is shown below:
<style> </style>I don't believe what i'm trying to do is working as intended because of the the IBNR not being populated for the first 11 quarters. I have also tried using
drop_valuation = ["7/1/2023","4/1/2023","1/1/2023","10/1/2022","7/1/2022","4/1/2022","1/1/2022","10/1/2021","7/1/2021","4/1/2021"] ,average='volume'
but that doesn't give me my desired result either.Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions