derrynknife / SurPyval

A Python package for survival analysis. The most flexible survival analysis package available. SurPyval can work with arbitrary combinations of observed, censored, and truncated data. SurPyval can also fit distributions with 'offsets' with ease, for example the three parameter Weibull distribution.
https://surpyval.readthedocs.io/en/latest/index.html
MIT License
48 stars 5 forks source link

Create option in .fit() method to make it a limited failure population #6

Closed derrynknife closed 3 years ago

derrynknife commented 3 years ago

At present there is an LFP class to fit with a limited failure population. A simpler way to do so is to have an lfp='True' option in the .fit() method.

derrynknife commented 3 years ago

complete in v0.8.0