-
Notifications
You must be signed in to change notification settings - Fork 269
Open
Labels
enhancementNew feature or requestNew feature or request
Description
in my research domain (healthcare) many outcomes are right-censored (aka survival analysis / time-to-event); the data for an individual patient are basically a tuple of (observed_time, event / censoring indicator).
What would be a good way to incorporate this into numpyro? There are several distributions already implemented in the library that are often used for (bayesian) survival analysis (e.g. exponential, weibull), but calculating the likelihood correctly for censored data would require some extra work.
are others interested in adding support for survival analysis to numpyro?
an example implemented in problow is here: https://probflow.readthedocs.io/en/stable/examples/time_to_event.html
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request