Ticket #823 (closed defect: fixed)
betainc function in scipy.special
| Reported by: | EndaKelly | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7.1 |
| Component: | scipy.special | Version: | |
| Keywords: | betainc | Cc: |
Description (last modified by cdavid) (diff)
The betainc function in scipy is not the incomplete beta function, but the regularised incomplete beta function, and is identical to the cdf of the beta distribution, which is already implemented in scipy by btdtr. To get the incomplete beta function from betainc you need to multiply it by the beta function itself. The "help" documentation is correct for the regularised incomplete beta function.
Change History
Note: See
TracTickets for help on using
tickets.
