Qurak

Visualize the multivariate Poisson distribution in 3D

Example 1 step, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
DiscretePlot3D[PDF[MultivariatePoissonDistribution[8, {2, 3}], {x, y}], {x, 0, 15}, {y, 0, 15}, PlotMarkers -> "Sphere", ExtentSize -> {{0, 0.75}, {0, 0.75}}, PlotRange -> All, ColorFunction -> "Rainbow", PlotLabel -> Row[{"μ = ", 8}], ImageSize -> Medium]
Output
-Graphics3D-

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client