Betainc

Parent Previous Next

Betainc


Incomplete Beta function (wiki)



Syntax


Betainc(x, a, b)

x, a, and b are real scalars

Return a scalar which is the incomplete Beta function of for x based on a and b


x, a, and b are real row/column vectors of the same size

Return a vector in which the element is the incomplete Beta function of for x[i] based on a[i] and b[i]


Example


Input

Output

betainc(0.65, 7.4, 2.3)

betainc([0.21;0.05;0.89;0.43;0.52],[2.5;2.9;4.0;0.2;11.3], [2.6;9.6;152.3;1.2;1.0])


See Also


Created with the Personal Edition of HelpNDoc: Free EPub producer