JuliaSurv / NetSurvival.jl

A pure-Julia take on standard net survival routines
https://juliasurv.github.io/NetSurvival.jl/
MIT License
6 stars 0 forks source link

[Feature] Parametric models #63

Closed lrnv closed 1 month ago

lrnv commented 1 month ago

@FJRubio67 Once https://github.com/JuliaSurv/SurvivalModels.jl/pull/4 is finished and merged, we will have to discuss here the way we can leverage the type system to do the logsumexp described there. Maybe the easiest way to do that would be by using an overload of the hazard function from the random variables themselves adapted to net survival ?

lrnv commented 1 month ago

Closed in favor of #54