Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一个模拟,我需要计算多项分布的卷积。
有这样做的图书馆吗?最好,我希望能够准确计算随机变量的数量何时变小而近似值变大。
模拟代码是用 Java 编写的,但我对其他语言持开放态度。
在 MATLAB 中,您有以下命令:
mnrnd(生成多项式随机分布) http://www.mathworks.com/help/toolbox/stats/mnrnd.html
和
conv(卷积两个数组) http://www.mathworks.com/help/techdoc/ref/conv.html