Developing an R-package for the Gamma distribution
K. Buis (TU Delft - Electrical Engineering, Mathematics and Computer Science)
P. Chen – Mentor (TU Delft - Statistics)
More Info
expand_more
Other than for strictly personal use, it is not permitted to download, forward or distribute the text or part of it, without the consent of the author(s) and/or copyright holder(s), unless the work is under an open content license such as Creative Commons.
Abstract
Since the gamma distribution is one of the most important models, and no convenient statistical tools for this distribution are available, the aim of this project is to construct an R package for the gamma distribution. In this package five functions are created, that can be used to either generate gamma distributed random variables, to estimate the parameters of a gamma distribution and to construct statistical limits for the gamma distribution. In this report, the methods to do so are explained, implemented in R, and the performance of the methods have
been tested. Lastly, an example is given to illustrate the application of the package.