Home > freetb4matlab > specfun > beta.m

beta

PURPOSE ^

% For real inputs, return the Beta function,

SYNOPSIS ^

function retval = beta (a, b)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Mapping Function} {} beta (@var{a}, @var{b})
% For real inputs, return the Beta function,
% @tex
% $$
%  B (a, b) = {\Gamma (a) \Gamma (b) \over \Gamma (a + b)}.
% $$
% @end tex
% @ifnottex
%
% @example
% beta (a, b) = gamma (a) * gamma (b) / gamma (a + b).
% @end example
% @end ifnottex
% @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