Skip to content

gammainc

Lower incomplete gamma function (regularized).

v = gammainc(x, a, scaled)

Returns the regularized lower incomplete gamma function P(a, x) = γ(a, x) / Γ(a). With scaled = false, returns the unregularized form γ(a, x).

gammainc(1, 2) % ≈ 0.264
  • gamma — Gamma function Γ(x).
  • gammaincinv — Inverse of the regularized incomplete gamma function.