High-performance statistics implementations
Go to file
RunasSudo 204571d6cb
turnbull: Use smarter initial guesses for likelihood-ratio confidence intervals
When the survival probability at a point is the same as the previous point, the confidence interval should be similar
So re-use the final bracketing interval as the initial guess to save time in the root-finding

150% speedup!
2023-12-26 23:33:58 +11:00
docs turnbull: Update documentation to discuss Anderson–Björck algorithm 2023-12-26 21:43:43 +11:00
src turnbull: Use smarter initial guesses for likelihood-ratio confidence intervals 2023-12-26 23:33:58 +11:00
tests turnbull: Implement CIs by likelihood ratio test 2023-10-29 17:09:49 +11:00
.gitignore Add supplemental documentation about intcox technical details 2023-04-23 15:54:23 +10:00
Cargo.lock turnbull: Parallelise recoding times as indexes 2023-11-09 23:39:32 +11:00
Cargo.toml turnbull: Parallelise recoding times as indexes 2023-11-09 23:39:32 +11:00