生成数字

发布于 2024-09-15 04:46:17 字数 75 浏览 4 评论 0原文

我想生成一些分布模式的数字,例如指数、正态、三角形等。请帮我解决这个问题?有没有什么软件可以生成数字?

问候, 尼拉尼。

I want to generate numbers in some distribution patterns such as Exponential,Normal,Triangular etc. Please help me to this? are there any software to generate numbers?

regards,
nilani.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

听风吹 2024-09-22 04:46:19

Excel 可以做到这一点

http://office.microsoft. com/en-us/excel-help/statistical-functions-HP005203066.aspx

或者,您可以查找分布的表达式,并使用您最喜欢的编程语言使用一系列随机变量来实现它们。应该很简单

Excel can do that

http://office.microsoft.com/en-us/excel-help/statistical-functions-HP005203066.aspx

Alternatively, you can look up the expression for the distributions and implement them in your favourite programming language with a range of random variables. Should be simple

巴黎夜雨 2024-09-22 04:46:18

《非均匀随机变量生成》(已绝版)一书可在线免费获取:

http://luc. devroye.org/rnbookindex.html

它包含特定分布的算法以及您可能会觉得有用的一般定理。

此外,可能有一些库可以为您执行此操作。如果您指定您使用的语言,有人可能会为您指明正确的方向。

The book Non-Uniform Random Variate Generation (out of print) is available freely online:

http://luc.devroye.org/rnbookindex.html

It contains algorithms for specific distributions as well as general theorems that you might find useful.

Also, there are probably libraries that will do this for you. If you specify what language you're using, someone may be able to point you in the right direction.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文