WLJS LogoWLJS Notebook

PoissonProcess

PoissonProcess[μ] represents a Poisson process with rate μ.

Examples

Create a Poisson process with rate 2:

PoissonProcess[2]
(* PoissonProcess[2] *)

Simulate random values:

RandomFunction[PoissonProcess[2], {0, 10}]

Please visit the official Wolfram Language Reference for more details.

On this page