v0.19.3
CamDavidsonPilon
released this
25 Feb 20:36
·
1000 commits
to master
since this release
0.19.3
New features
- new AFT models:
LogNormalAFTFitter
andLogLogisticAFTFitter
. - AFT models now accept a
weights_col
argument tofit
. - Robust errors (sandwich errors) are now avilable in AFT models using the
robust=True
kwarg infit
. - Performance increase to
print_summary
in theCoxPHFitter
andCoxTimeVaryingFitter
model.