Home > freetb4matlab > specfun > betaln.m

betaln

PURPOSE ^

% Return the log of the Beta function,

SYNOPSIS ^

function retval = betaln (a, b)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Mapping Function} {} betaln (@var{a}, @var{b})
% Return the log of the Beta function,
% @tex
% $$
%  B (a, b) = \log {\Gamma (a) \Gamma (b) \over \Gamma (a + b)}.
% $$
% @end tex
% @ifnottex
%
% @example
% betaln (a, b) = gammaln (a) + gammaln (b) - gammaln (a + b)
% @end example
% @end ifnottex
% @seealso{beta, betainc, gammaln}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003