WLJS LogoWLJS Notebook

SkellamDistribution

SkellamDistribution[μ1, μ2] represents a Skellam distribution with shape parameters μ1 and μ2.

Examples

Create a Skellam distribution:

dist = SkellamDistribution[5, 3]

Compute the mean:

Mean[SkellamDistribution[5, 3]]
(* 2 *)

Generate random samples:

RandomVariate[SkellamDistribution[5, 3], 10]

Please visit the official Wolfram Language Reference for more details.

On this page