Inverted beta in MySQL

空扰寡人 提交于 2019-12-11 02:14:50

问题


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?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/1153960/inverted-beta-in-mysql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!