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