To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75279
------- Additional comments from [email protected] Sat Jan 22 23:05:44 +0000 2011 ------- In theory it should work with PushDouble(GetBetaDistPDF(p, x+1.0, n-x+1.0)/(n+1)); in probability mass function case and with PushDouble(GetBetaDist(1.0-p,n-x,x+1)); in cumulative distribution function case. For probability mass function that works well, but for cumulative distribution function there are some zeros, where there should not be zeros, although this solution is already better than the current implementation. I suspect an underflow, likely in lcl_GetBetaHelperContFrac, but I have not investigate it yet. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
