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
47 stars 5 forks source link

Standardize names for lfp, zi, and offset parameter names #10

Closed derrynknife closed 3 years ago

derrynknife commented 3 years ago

If the lfp and zi models are to be incorporated into the fit method there will need to be standard names for the parameters. These can also be reserved names in the Distribution class so that a user does not unwittingly cause an error

derrynknife commented 3 years ago

completed in v0.8.0