Calculating the inverse of the beta cumulative probability density in JavaScript

864 Views Asked by At

I need to duplicate the functionality of this EXCEL function in JavaScript - the inverse of the beta cumulative probability density http://office.microsoft.com/en-gb/excel-help/beta-inv-function-HP010335670.aspx.

Is there a JS library which offers this? I've tried Jstat (http://www.jstat.org/) but it does not appear to have this particular calculation.

2

There are 2 best solutions below

0
On BEST ANSWER

I've solved this by building a more up to date version of the jStat Library from here: https://github.com/jstat/jstat

1
On

I'm not sure what it is that you want, but did you heard of RGraph?