Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multidimensional Mack Chain Ladder Support #412

Open
tyler-corcoran opened this issue Jan 20, 2023 · 0 comments
Open

Multidimensional Mack Chain Ladder Support #412

tyler-corcoran opened this issue Jan 20, 2023 · 0 comments
Assignees

Comments

@tyler-corcoran
Copy link

The mack chain ladder method not useable with multidimensional triangles.

I'd like to be feed a single triangle into the mack chain ladder methods for analysis on a portfolio.

The only solution I've found is to slice the dataset by the individual indexes and run the methods and then aggregate all of the results into a combined dataframe. This can extensive if done manually for all possible indexes in my case, or I'd need the use of a function to iterate the job for each index.

Multidimensional support for all of the stochastic development methods is helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants