notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

PoissonProcess.md (451B)


      1 # Poisson Process
      2 
      3 Prob L14
      4 
      5 **Definition:** A poisson process is a continous time version of the [BernoulliProcess](BernoulliProcess.md).
      6 
      7 A poisson process models continuous time with binary outcomes. Generally, we simply track when the true case occurs.
      8 
      9 Poisson processes presuppose independence and homogenity of probability over time.
     10 
     11 ## See Also
     12 
     13 [BernoulliProcess](BernoulliProcess.md) - Memoryless, discrete time, process of binary outcomes