gammainc
gammainc(
a,x):number
Defined in: special.js:133
Regularized lower incomplete gamma P(a, x) = γ(a, x) / Γ(a).
Parameters
a
number
Shape, a > 0
x
number
x >= 0
Returns
number
P(a, x) in [0, 1]
gammainc(
a,x):number
Defined in: special.js:133
Regularized lower incomplete gamma P(a, x) = γ(a, x) / Γ(a).
number
Shape, a > 0
number
x >= 0
number
P(a, x) in [0, 1]