Beta

Parent Previous Next

Beta


Beta function (wiki)



Syntax


Beta(x, t)

x and t are real scalars

Return a scalar which is the Beta function of for x based on t


x and t are real row/column vectors of the same size

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


Example


Input

Output

beta(2, 9)

beta([1.2;6.9;145.3;2.0;1.0], [2.6;9.6;152.3;1.2;1.0])


See Also


Created with the Personal Edition of HelpNDoc: Easy EBook and documentation generator