JuliaStats / Survival.jl

Survival analysis in Julia
MIT License
73 stars 22 forks source link

Improve numerical accuracy of `confint(::KaplanMeier)` #57

Open ararslan opened 6 months ago

ararslan commented 6 months ago

This works in the case(s) exercised in the tests but could do with some more edge case testing/comparison against other software.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.18%. Comparing base (cb9bb8c) to head (f1bf90e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ========================================== - Coverage 99.65% 97.18% -2.47% ========================================== Files 6 6 Lines 286 284 -2 ========================================== - Hits 285 276 -9 - Misses 1 8 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.