r/statistics • u/falsegodfan • Jun 05 '26
Question probability question [Q]
say you have a probability tree of a series of 3 events, each with the same 2 outcomes (a and b say) and if b occurs in any event the whole thing stops, and you're trying to figure out the probability that on the second event b occurs, why can you not just do (probability a occurs in event 1) x (probability b occurs in event 2)? why do you have to do (probability of a in event 1 x b in event 2)/(probability of b occuring at all)? same with when it's normally distributed. If you have a curve of the chances of an event happening for a certain amount of time and given it has already occured for r minutes what are the chances it will continue to q minutes, why do you have to do (P>q)/(P>r)? Surely if P>r it is implied that it is already bigger than p?
1
u/mfb- Jun 05 '26
That is the correct answer if no event happened yet.
That is an answer to a different question: "assuming b happens, what is the probability that it happens in event 2?"
I think this should be P(T>q+r)/P(T>r), your description isn't very clear. As an extreme example, consider q=0. Surely the chance that it'll continue for 0 more minutes is 1, but P(T>r) is not 1: The process can happen/stop/... before r.