Gamma distribution functions
PDFGamma(x,a,b)
PDFGamma(x,a,b) returns the probability density at the value x of the Gamma distribution with parameters a and b.
Calculator
Graph
CDFGamma(x,a,b)
CDFGamma(x,a,b) returns the value at x of the cumulative Gamma distribution with parameters a and b.
Calculator
Graph
RndGamma(a,b)
RndGamma(a,b) returns a random number of the Gamma distribution with parameters a and b.
Calculator