Qurak

Visualize the multivariate Poisson distribution in 3D

1 ステップを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クライアントから使う