erdogant / distfit

distfit is a python library for probability density fitting.
https://erdogant.github.io/distfit
Other
365 stars 25 forks source link

More theoretical distributions can be added, such as zero truncated and zero modified theoretical distributions #40

Open bbxudavid opened 1 year ago

bbxudavid commented 1 year ago

In insurance or other scenarios, we need to fit with zero truncated and zero modified theoretical distributions.

erdogant commented 1 year ago

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

bbxudavid commented 1 year ago

You can reference actuar package in R : the https://cran.r-project.org/web/packages/actuar/actuar.pdf

erdogant commented 1 year ago

Thanks. I am going to look into it!