incbeta icon indicating copy to clipboard operation
incbeta copied to clipboard

Incomplete Beta Function (Student's t cumulative distribution function)

Results 2 incbeta issues
Sort by recently updated
recently updated
newest added

Why make such a choice to use a `return 1.0 / 0.0;`

Hi @codeplea, I [made use of](https://github.com/MRtrix3/mrtrix3/blob/3.0.4/core/math/betainc.cpp) this function in [the *MRtrix3* software](https://www.mrtrix.org/) to deal with compilation on systems where our primary mathematics library dependency, [Eigen](https://eigen.tuxfamily.org/), is missing [the corresponding function](https://eigen.tuxfamily.org/dox/unsupported/namespaceEigen.html#title18)....