Home > src > gamma_pdf.m

gamma_pdf

PURPOSE ^

GAMMA_PDF Probability density function of a Gamma distribution

SYNOPSIS ^

function p = gamma_pdf(x,gam,beta,mu)

DESCRIPTION ^

GAMMA_PDF  Probability density function of a Gamma distribution

 Syntax:
   p = gamma_pdf(x,alpha,beta,mu)

 In:
   x     - Locations where to evaluate the PDF 
   alpha - Parameter of the distribution
   beta  - Parameter of the distribution
   mu    - Mean of the distribution


 Out:
   p     - Density at the given locations

 Description:
   Probability density function of a Gamma distribution

 See also:
   GAMMA_CDF

CROSS-REFERENCE INFORMATION ^

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