lifelines icon indicating copy to clipboard operation
lifelines copied to clipboard

Request:Is it possible to add exponential, smallest extreme value, normal, logistic AFT models

Open leavor opened this issue 4 years ago • 1 comments

Is it possible to add exponential, smallest extreme value, normal, logistic AFT models in later releases. Exponential distribution is a frequently used distribution type, and other distributions are used less often.

leavor avatar Nov 30 '20 07:11 leavor

@leavor this are possible to build quickly with the library: https://lifelines.readthedocs.io/en/latest/jupyter_notebooks/Custom%20Regression%20Models.html

There's an example of the Exponential dist there.

I chose not to include all these as they would confuse new users (too many options for models), so I kept the most popular ones (IMO).

CamDavidsonPilon avatar Nov 30 '20 15:11 CamDavidsonPilon