betaln
Log beta function.
Syntax
x = betaln(a,b)
Inputs
- a,b
 - Type: double | integer
 
Outputs
- x
 - betaln function values.
 
Examples
x = betaln(100,200)
      x = -192.134192x = betaln([100; 150], [200; 250])
      x = [Matrix] 2 x 1
-192.13419
-265.97599