Home > freetb4matlab > statistics > distributions > betacdf.m

betacdf

PURPOSE ^

% For each element of @var{x}, returns the CDF at @var{x} of the beta

SYNOPSIS ^

function cdf = betacdf (x, a, b)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} betacdf (@var{x}, @var{a}, @var{b})
% For each element of @var{x}, returns the CDF at @var{x} of the beta
% distribution with parameters @var{a} and @var{b}, i.e.,
% PROB (beta (@var{a}, @var{b}) <= @var{x}).
% @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