Serving the Quantitative Finance Community

 
User avatar
Manishs
Topic Author
Posts: 3
Joined: September 13th, 2002, 4:42 am

beta cumulative distribution function

November 5th, 2004, 6:27 am

Can some one provide me the equation of beta cumulative distribution function. The same function in excel is BETADIST(X,a,b).I need to implement this in a java program.RegardsManish
 
User avatar
spursfan
Posts: 2
Joined: October 7th, 2001, 3:43 pm

beta cumulative distribution function

November 5th, 2004, 7:48 am

numerical recipes is the best place to look first
 
User avatar
Manishs
Topic Author
Posts: 3
Joined: September 13th, 2002, 4:42 am

beta cumulative distribution function

November 5th, 2004, 9:45 am

I am unable to get it.
 
User avatar
Jim
Posts: 1
Joined: February 1st, 2002, 5:20 pm

beta cumulative distribution function

November 5th, 2004, 5:10 pm

There are a bunch of probability distributions implemented in Java here: Java Distribution Functions
 
User avatar
janickg
Posts: 0
Joined: August 3rd, 2004, 1:13 pm

beta cumulative distribution function

November 10th, 2004, 9:36 pm

Look here explicitly for the mathematical equationshttp://www.itl.nist.gov/div898/handbook/eda/se ... da366h.htm
 
User avatar
mrowell
Posts: 4
Joined: July 14th, 2002, 3:00 am

beta cumulative distribution function

November 11th, 2004, 8:15 am

PDfs of the chapters of the NR books are available on the nr websiteNumerical Recipes in C PDF chaptersMark