Histogram with a distribution fit
histfit(
plots
a histogram of values in data
)data
using the number
of bins equal to the square root of the number of elements in data
and
fits a normal density function.
histfit
uses fitdist
to fit a distribution to data. Use fitdist
to
obtain parameters used in fitting.
distributionFitter
| fitdist
| histogram
| normfit
| paramci