View source: R/fit_distribution.R
select_distribution | R Documentation |
Fits up to 8 different distributions to a set of data and recommends the best-fitting distribution, where best-fitting is considered to be the distribution with the smallest AIC value. Prints the distribution parameters and R instructions for sampling the recommended distribution. Outputs a histogram of the data overlayed by the density function of the recommended distribution.
select_distribution(.data)
.data |
Data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.