chainladder-python
chainladder-python copied to clipboard
Actuarial reserving in Python
using the example provided in https://chainladder-python.readthedocs.io/en/latest/tutorials/deterministic-tutorial.html#expected-loss-method EL_model.full_triangle_ shows negatives in the next diagonal. The bottom triangle should be filled in by allocating the selected IBNR using conditional distributions from the...
497
- Fixed a calculation bug in #497 - Introduced `approximation_grain` in `chainladder.ParallelogramOLF()` - Added two test cases as discussed in #497
**Describe the bug** I cannot print an empty triangle. **To Reproduce** ```python import chainladder as cl print(cl.Triangle()) ``` error is ``` >>> print(cl.Triangle() ... ) Traceback (most recent call last):...
**Is your feature request related to a problem? Please describe.** For development constant, how can I vary the loss development factors by year? I would like to know how to...
**Is your feature request related to a problem? Please describe.** Per #495, allow for subsequent customization of the `heatmap`. This can probably be done by exposing the pd.style object rather...
**Describe the bug** When converting a triangle with grain OMDM to OQDQ every cell is converted to nan. **To Reproduce** To reproduce the behaviour I used the following package versions....
## Problem I have a hard time understanding the exact supported usage patterns for the Triangle constructor based on the source code + docstring. ## Proposed solution Make it clear...
**Is your feature request related to a problem? Please describe.** When typing out arguments I want to see what I should be passing in. **Is your feature request at odds...
Since update of readthedocs page. Math is not displayed properly. Attaching a screenshot from [/user_guide/tails.html](https://chainladder-python.readthedocs.io/en/latest/user_guide/tails.html)
We currently only test >= 3.8, and I want to use a feature from 3.8 in #486 https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#python-requirement