|
Contents | Previous | Next | Subchapters |
| Syntax |
gammainc(x, a) |
| See Also | betai , gammln , erf |
x
1 / - t (a - 1)
gammainc(x, a) = ---------- | e t dt
gamma(a) /
0
where a, b, and x
are real or double-precision matrices and
0 < x(i,j) < 1
0 < a
and gamma(a) is
the gamma function
.
clear
x = {0. : .1 : 5.}
a = 1.
gplot(x, gammainc(x, a))
returns the following plot: