| Download a pdf copy of this help file here |

Format: VoseHistogram(min, max, {fi}, U)
The Histogram distribution takes three parameters: a minimum; a maximum; and a list (array) of frequencies (or relative frequencies) for a number of equally spaced bands between the minimum and maximum.
The figure below plots an example.
Histogram(2,9,{1,2,4,6,3,2,1})

The distribution is useful in a non-parametric technique for replicating the distribution shape of a large set of data. The technique is simply to collate the data into a number of equal bands between a minimum and maximum you determine, calculate the number of data values that fall into each band, and then use this information to define the distribution. It has the disadvantage of 'squaring off' into the histogram shape, but with a lot of data and small bands the technique is a transparent and practical way of fitting a distribution to data.
VoseHistogram generates values from this distribution or calculates a percentile.
VoseHistogramObject constructs a distribution object for this distribution. Professional and Industrial editions only.
VoseHistogramProb returns the probability density or cumulative distribution function for this distribution. Professional and Industrial editions only.
VoseHistogramProb10 returns the log10 of the probability density or cumulative distribution function. Professional and Industrial editions only.
VoseHistogramFit generates values from this distribution fitted to data, or calculates a percentile from the fitted distribution. Professional and Industrial editions only.
VoseHistogramFitObject constructs a distribution object of this distribution fitted to data. Professional and Industrial editions only.
VoseHistogramFitP returns the parameters of this distribution fitted to data. Professional and Industrial editions only.