np.median(WeibullAFTFitter().fit(data).predict_median(data)) vs WeibullAFTFitter().fit(data).median_survival_time_ #1602
Unanswered
jack-fletch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am newer to Survival Analysis. I am trying to wrap my head around why
np.median(WeibullAFTFitter().fit(data).predict_median(data))
returns a different (usually higher) value thanWeibullAFTFitter().fit(data).median_survival_time_
. Any help or direction anyone could provide would be greatly appreciated :)Beta Was this translation helpful? Give feedback.
All reactions