


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
