Home > src > bin_pdf.m

bin_pdf

PURPOSE ^

BIN_PDF Probability density function of a Binomial distribution.

SYNOPSIS ^

function p = bin_pdf(x,rho,n)

DESCRIPTION ^

BIN_PDF  Probability density function of a Binomial distribution.

 Syntax:
    p = bin_pdf(x,rho,n)

 In:
   x   - Location where to evaluate the PDF.
   rho - 'Probability' parameter 
   n   - 'Sample size' parameter

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 19-Feb-2008 17:08:22 by m2html © 2003