histfit
Histogram with a distribution fit
Description
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.
Examples
Input Arguments
Output Arguments
Algorithms
histfit
uses fitdist
to fit a distribution to data. Use fitdist
to
obtain parameters used in fitting.
Extended Capabilities
Version History
Introduced before R2006a