statistics - Probability over time period -


can me probability question. lets know following:

  • probability of event time period 1 period 2 (x)
  • probability of event time period 1 period 3 (y)

what probability of time period 2 period 3?

thanks in advance? john

t time of event.

probability of event time period 1 period 2 (x): p(t1 <= t < t2) = x

probability of event time period 1 period 3 (y): p(t1 <= t < t3) = y

what probability of time period 2 period 3?

p(t2 <= t < t3) = p(t1 <= t < t3) - p(t1 <= t < t2) = y - x


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -