distfit
distfit copied to clipboard
More theoretical distributions can be added, such as zero truncated and zero modified theoretical distributions
In insurance or other scenarios, we need to fit with zero truncated and zero modified theoretical distributions.
Interesting. Can you point to a repo or python function that contains zero modified or zero truncated distribution? Or is is one of the functions in scipy? See here
You can reference actuar package in R : the https://cran.r-project.org/web/packages/actuar/actuar.pdf
Thanks. I am going to look into it!