Skip to content

JuliaSurv/SurvivalDistributions.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !