Poisson race distribution

From Maths
Jump to: navigation, search

Definition

Let XPoi(λ1) and YPoi(λ2) be given random variables (that are independent), then define a new random variable:

  • Z:=XY

We[1] call this a "Poisson race" as in some sense they're racing, Z>0 then X is winning, Z=0, neck and neck and Z<0 then Y is winning.

  • Caveat:Remember that Poisson measures stuff per unit thing, meaning, for example, that say we are talking "defects per mile of track" with λ1 being the defects per mile of the left rail (defined somehow) and λ2 the defects per mile of the right rail.
    • If there are 5 on the left and 3 on the right Z for that mile was +2 - the next mile is independent and doesn't start off with this bias, that is Z=0 for the next mile it doesn't mean the right rail caught up with 2 more than the left for this mile.
    • So this doesn't model an ongoing race.

Descriptions

  • for k0 and kZ we have:
    • Claim 1: P[Z=k]=λk1eλ1λ2iN0(λ1λ2)ii!(i+k)!
      [Note 1], which may be written:
      • P[Z=k]=λk1eλ1λ2iN0((λ1λ2)i(i!)2i!(i+k)!)
        - this has some terms that look a bit like a Poisson term (squared) - perhaps it might lead to a closed form.
  • for k0 and kZ we can re-use the above result with X and Y flipped:
    • Can't find where I've written it down, will not guess it

Proof of claims

Grade: B
This page requires one or more proofs to be filled in, it is on a to-do list for being expanded with them.
Please note that this does not mean the content is unreliable. Unless there are any caveats mentioned below the statement comes from a reliable source. As always, Warnings and limitations will be clearly shown and possibly highlighted if very important (see template:Caution et al).
The message provided is:
Page 384 document spans consecutive numbers, squared, A4, no holes
  • Added proof, attention was all over the place so may be a bit disjoint Alec (talk) 02:08, 7 January 2018 (UTC)
    • Worth going through it again! Alec (talk) 02:08, 7 January 2018 (UTC)

STILL TODO:

  • The k<0 case! - Method outlined already. Alec (talk) 02:08, 7 January 2018 (UTC)
k X Y
0 X=0 Y=0
X=1 Y=1
X=2 Y=2
X=i Y=i
1 X=1 Y=0
X=2 Y=1
X=3 Y=2
X=i+1 Y=i
2 X=2 Y=0
X=3 Y=1
X=4 Y=2
X=i+2 Y=i
j X=j Y=0
X=j+1 Y=1
X=j+2 Y=2
X=i+j Y=i

Finding P[Z=k] for kN0


TODO: Cover why we split the cases (from below: "Whereas: if we have k<0 then Y>X so if we have Y=0 then X<0 follows, which we can't do, so we must sum the other way around ) - good start


  • Let kN0 be given
    • Suppose k0
      • Then XY=k giving X=Y+k
      • Specifically, k0 means XY0 so XY and so forth as shown for a handful of values in the table on the right
        • As Poisson is only defined for values in N0 we can start with Y=0 and X will be 0 too
          • Whereas: if we have k<0 then Y>X so if we have Y=0 then X<0 follows, which we can't do, so we must sum the other way around if k<0. This is why we analyse P[Z=k] as two cases!
      • So we see that if Y takes any value in N0 that X=Y+k means XN0 too, the key point
      • Thus we want to sum over iN0 of P[Y=iX=i+k] as for these cases we see XY=i+ki=k as required
        • So: P[Z=k]:=iN0P[Y=i]P[X=i+k | Y=i]
          • As X and Y are independent distributions we know P[X=u | Y=v]=P[X=u] we see:
            • P[Z=k]=iN0P[Y=i]P[X=i+k]
          • Then P[Z=k]=iN0[eλ2λi2i!P[Y=i]eλ1λi+k1(i+k)!P[X=i+k]]
            - by definition of the Poisson distribution
            =eλ1λ2iN0(λ1λ2)ii!λk1(i+k)!
            • Notice that (i+k)!=i!((i+1)(i+2)(i+k))=i!(i+k)!i!
              , so 1(i+k)!=1i!(i+k)!i!=i!i!(i+k)!
          • So P[Z=k]=eλ1λ2iN0(λ1λ2)iλk1i!i!i!(i+k)!
            • Finally giving:
              • P[Z=k]=eλ1λ2iN0λk1(λ1λ2)ii!i!i!(i+k)!
                or
              • is is perhaps better written as:
                P[Z=k]=eλ1λ2iN0[λk1(λ1λ2)i(i!)21kj=1(i+j)]

NOTES for k<0

Let k:=k so it's positive and note that:

  • XY=k means YX=k=k
    • Importantly YX=k for k>0 (as k<0 we see k:=k>0)
      • Let X:=Y and Y:=X then we have:
        • XY=k for k>0 and both X and Y as Poisson distributions with given rates
          • We can use the k0 formula for this as k>0 so is certainly 0

Notes

  1. Jump up Note that iN0ai means i=0ai - see Notes:Infinity notation

References

  1. Jump up I've heard this somewhere before, I can't remember where from - I've had a quick search, while not established it's in the right area