Probability point estimate #1601
Unanswered
bachnguyen-tomo
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to give out a probability estimate of the event happening for each point in time, i.e P(t=x)=p, with x being any point in time. Since
predict_survival_function()
returns rows with values representing P(t > x), would it make sense to calculate the probabilty with P(t>x) - P(t>x-1)? Thanks in advance.Beta Was this translation helpful? Give feedback.
All reactions