0

One that would, for example, allow me to create a Poisson random variable with specified lambda and generate random numbers with it, or to calculate the marginals from a discrete joint probability distribution function?

Or should I roll my own? (This is just for fun, I just want to play around with probability a bit, so no practical uses yet :) )

4

1 に答える 1

6

Commons MathにはPoissonDistributionというクラスがあり、そこからランダムな値をサンプリングできますsample()

また、確率をいじりたい場合は、確率プログラミング用にカスタムビルドされた言語であるRを確認する必要があります (かなり活気のある SO の存在もあるようです) 。

于 2013-01-16T04:12:09.507 に答える