1 min read

Latent Poisson process and Laplace's rule

(Note: This is related to the post on Laplace’s rule).

For each interval length s we have a sequence of binary variables Y1(s),Y2(s),Yn/s(s). We want to connect these variables, for each s, in a meaningful way and apply Laplace’s rule. One way to do so is by assuming a latent Poisson process.

Let Xt be a Poisson process with parameter λ, t[0,n]. Then the number of observations in the time frame [t,t+s] is distributed as Xt+sXtPoisson(λs). A natural way to make Xt+sXt into a binary variable is to use Yi(s)=1[Xt+sXt=0]. Then it follows that P(Yi(s)=1)=eλs. To apply Laplace’s rule on a fixed time scale s0, such as days, we’ll have to make the prior over π(s0)=eλs0 uniform. This is equivalent to λs0Exp(1), or λExp(1/s0).

Now, if we want to look at another time scale s1, the induced prior for the success propability π(s1)=eλs1 is π(s1)=π(s0)s1s0Beta(s0/s1,1).