Skip to content

betaincinv

Inverse of the regularized incomplete beta function.

v = betaincinv(x, a, b, tail)

Returns the y such that betainc(y, a, b) = x (or with the upper tail).

betaincinv(0.5, 2, 5)
  • betainc — Incomplete beta function (regularized).
  • beta_inv — Inverse beta CDF.