Qurak

Visualize the multivariate Poisson distribution in 3D

示例 1 步,在同一个会话中按顺序运行。每一步都在引擎上执行过,下面的输出就是它实际产生的。

第 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]
输出
-Graphics3D-

用到的函数

相关操作示例

全部操作示例 · 函数参考 · 从 MCP 客户端使用