Statistics for Beginners in Excel – Gamma Distribution

(Basic Statistics for Citizen Data Scientist)

Gamma Distribution

The gamma distribution has the same relationship to the Poisson distribution that the negative binomial distribution has to the binomial distribution. We aren’t going to study the gamma distribution directly, but it is related to the exponential distribution and especially to the chi-square distribution which will receive a lot more attention in this website.

Definition 1: The gamma distribution has probability density function (pdf) given by

Gamma Distribution PDF

Excel Function: Excel provides the following functions:

GAMMADIST(x, α, βcum) where α, β are the parameters in Definition 1 and cum = TRUE or FALSE

GAMMADIST(x, α, β, FALSE) = f(x) where f is the pdf as defined above

GAMMADIST(x, α, β, TRUE) =  F(x) where F is the cumulative distribution function corresponding to above

GAMMAINV(p, α, β) = x such that GAMMADIST(x, α, β, TRUE) = p. Thus GAMMAINV is the inverse of the cumulative distribution version of GAMMADIST.

Excel 2010/2013/2016 also provide the following additional functions: GAMMA.DIST which is equivalent to GAMMADIST and GAMMA.INV which is equivalent to GAMMAINV.

Example 1: Suppose that sending a money order is a random event and that at a particular shop someone sends a money order on average every 15 minutes. What is the probability that the shop sends a total of 10 money orders in less than 3 hours?

For this problem λ = 4 money orders per hour. Let x = the time to send 10 money orders and let F(x) be the cumulative gamma distribution function with α = k = 10 and β = 1/λ = .25. Thus

P(x<3) = F(3) = GAMMADIST(3, 10, .25, TRUE) = .7586

and so the probability is 75.86%.

 

Statistics with R for Business Analysts – Normal Distribution

 

Statistics for Beginners in Excel – Gamma Distribution

Personal Career & Learning Guide for Data Analyst, Data Engineer and Data Scientist

Applied Machine Learning & Data Science Projects and Coding Recipes for Beginners

A list of FREE programming examples together with eTutorials & eBooks @ SETScholars

95% Discount on “Projects & Recipes, tutorials, ebooks”

Projects and Coding Recipes, eTutorials and eBooks: The best All-in-One resources for Data Analyst, Data Scientist, Machine Learning Engineer and Software Developer

Topics included: Classification, Clustering, Regression, Forecasting, Algorithms, Data Structures, Data Analytics & Data Science, Deep Learning, Machine Learning, Programming Languages and Software Tools & Packages.
(Discount is valid for limited time only)

Disclaimer: The information and code presented within this recipe/tutorial is only for educational and coaching purposes for beginners and developers. Anyone can practice and apply the recipe/tutorial presented here, but the reader is taking full responsibility for his/her actions. The author (content curator) of this recipe (code / program) has made every effort to ensure the accuracy of the information was correct at time of publication. The author (content curator) does not assume and hereby disclaims any liability to any party for any loss, damage, or disruption caused by errors or omissions, whether such errors or omissions result from accident, negligence, or any other cause. The information presented here could also be found in public knowledge domains.

Learn by Coding: v-Tutorials on Applied Machine Learning and Data Science for Beginners

Please do not waste your valuable time by watching videos, rather use end-to-end (Python and R) recipes from Professional Data Scientists to practice coding, and land the most demandable jobs in the fields of Predictive analytics & AI (Machine Learning and Data Science).

The objective is to guide the developers & analysts to “Learn how to Code” for Applied AI using end-to-end coding solutions, and unlock the world of opportunities!