(defn incomplete-beta " Returns the non-regularized incomplete beta value. References: http://incanter.org/docs/parallelcolt/api/cern/jet/stat/tdouble/Gamma.html " ([x a b] (* (Gamma/incompleteBeta a b x) (Gamma/beta a b))))
Comments top
No comments for incomplete-beta. Log in to add a comment.