gamma_dist
Gamma-distribution PDF or CDF.
Syntax
Section titled “Syntax”v = gamma_dist(x, alpha, beta, cumulative)Description
Section titled “Description”Returns the gamma PDF or CDF at x for shape parameter alpha and scale parameter beta. Generalizes both exponential and chi-squared distributions.
Example
Section titled “Example”gamma_dist(10, 9, 2, true)See also
Section titled “See also”chisq_dist— Chi-squared left-tail PDF or CDF.expon_dist— Exponential-distribution PDF or CDF.beta_dist— Beta-distribution PDF or CDF.