In: Technology | 548 days ago
GAMMADIST() function in excel returns the gamma distribution. Syntax: GAMMADIST(x, alpha, beta, cumulative). "x" is a non-negative number at which you evaluate a distribution. "alpha" and "beta", are parameter to the distribution, which is a positive number. "cumulative" is a logical value, returns the cumulative distribution to TRUE; return the probability mass function to FALSE or omitted.
244 days ago