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

add truncation to MPS #24

Closed derrynknife closed 1 year ago

derrynknife commented 3 years ago

If using scalars as the left and or right truncation the maximum product of spacings can work.

derrynknife commented 1 year ago

done in commit here

derrynknife commented 1 year ago

DONE!