betaIncompleteInverse

Inverse of incomplete beta integral

Given y, the function finds x such that

betaIncomplete(a, b, x) == y

Newton iterations or interval halving is used.

pure nothrow @safe @nogc
real
betaIncompleteInverse
(
real a
,
real b
,
real y
)

Meta