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

Combine OffsetParametric and Parametric into one class #8

Closed derrynknife closed 3 years ago

derrynknife commented 3 years ago

Integrate OffsetParametric and Parametric into one class. Will be easier to maintain if these two classes are made the same. Will also provide opportunity to combine it with the LFP class.

derrynknife commented 3 years ago

done in version 0.7.0