MySQL 中的反向测试版

发布于 2024-07-27 12:52:51 字数 324 浏览 2 评论 0 原文

我需要在 MySQL 中实现反向 beta 函数(类似于 Excel 的 BETAINV)。

Wolfram MathWorld 的 Beta Distribution 页面上提供了一些相关材料。

关于从哪里开始在 MySQL 中实现此功能有任何线索吗?

I need to implement an inverted beta function in MySQL (similar to Excel's BETAINV).

There is some related material is available on Wolfram MathWorld's Beta Distribution page.

Any clues on where to start implementing this functionality in MySQL?

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

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

发布评论

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

评论(2

阳光下慵懒的猫 2024-08-03 12:52:51

查看 cephes 库,特别是 cprob.tgz。 请注意,该代码的许可情况似乎尚不清楚。 源代码只是说“免费”,这是 Debian 的问题< /a> 所以显然他们让作者根据 GPL 为他们重新授权。

Look at the cephes library, specifically cprob.tgz. Be warned that the licensing situation of that code seems to be unclear. The source code just says "free", which was a problem for Debian so apparently they got the author to relicense it under the GPL for them.

忆梦 2024-08-03 12:52:51

好的,通过将反向 beta 计算移至 PHP 并使用 PHPExcel 包。

Okay, task done by moving inverted beta calculation to PHP and using code from PHPExcel package.

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