Fitting Distributions in R
In this notebook we are going to look at how to fit distributions to data in R. Here we examine continuous distributions, but analogous methods work in the discrete setting. Our goal is to show how to do these tasks manually first, and then show how the process can be done quickly and easily using the fitdistrplus package.
Link to Jupyter Notebook