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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.