Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.24 KB

File metadata and controls

23 lines (18 loc) · 2.24 KB

SurvivalDistributions

Stable Dev Build Status Coverage Code Style: Blue ColPrac: Contributor's Guide on Collaborative Practices for Community Packages PkgEval Aqua

The SurvivalDistributions.jl package is part of the JuliaSurv survival analysis suite. It provides a few utility functions (related to hazard and censoring) to manipulate distributions from Distributions.jl, but most importantly a few extra Distribution families that are sometimes usefull when doing survival analysis:

  • Power Generalized Weibull,
  • Exponentaited distributions (e.g. exponentiated Weibull)
  • Generalized Gamma,
  • LogLogisitc,
  • Piecewise constant hazard distributions (such as coming out of Kaplan-Meier)
  • Abstract hazard distribution (from a user-provided hazard function).

The implementation is very light and does limit its dependencies to a minimum (namely, Distributions.jl), so that depending on SurvivalDistributions.jl should not be an issue.

Do not hesitate to open an issue if you want to add another distribution that you might find usefull for survival analysis, or if you want to discuss about the content of the package itself !