Home > freetb4matlab > deprecated > hypergeometric_pdf.m

hypergeometric_pdf

PURPOSE ^

% Compute the probability density function (PDF) at @var{x} of the

SYNOPSIS ^

function pdf = hypergeometric_pdf (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} hypergeometric_pdf (@var{x}, @var{m}, @var{t}, @var{n})
% Compute the probability density function (PDF) at @var{x} of the
% hypergeometric distribution with parameters @var{m}, @var{t}, and
% @var{n}.  This is the probability of obtaining @var{x} marked items
% when randomly drawing a sample of size @var{n} without replacement
% from a population of total size @var{t} containing @var{m} marked items.
%
% The arguments must be of common size or scalar.
% @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