README.md

FindDistribution

An R package to identify the best distribution that fits a given data sample. Using Chi-squared Goodness of Fit the distribution is identified and using Method of Moments the parameters are identified. A detailed description can be found in the .PDF file.

To install the package: install.packages('devtools') devtools::install_github("PrasangshaG/FindDistribution") library('FindDistribution') distributionPG(data_vector)



PrasangshaG/FindDistribution documentation built on Aug. 7, 2020, 9:46 a.m.