|
Returns the gamma distribution. You can use this function to study variables that may have a skewed distribution. The gamma distribution is commonly used in queuing analysis.
Parameters :
 | x | is the value at which you want to evaluate the distribution. |  | Alpha | is a parameter to the distribution. |  | Beta | is a parameter to the distribution. If beta = 1, GAMMADIST returns the standard gamma distribution. |
|