Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.98 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.98 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 Distributions familieis that are sometimes usefull when doing survival analysis.

The implementation is very light and does limit its dependencies to a minimum (namely, Distributions.jl), so that depending on SurvivalDistributions.jl should not incur extra startup time.

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 !