create
Create a histogram with lower limit set to zero
Return
the histogram
Parameters
the upper limit of the last bin, cannot be positive infinity
the number of bins to create, must be greater than 0
Create a histogram
Return
the histogram
Parameters
lower limit of first bin, cannot be negative infinity
the upper limit of the last bin, cannot be positive infinity
the number of bins to create, must be greater than 0
Create a histogram with the given name based on the provided values
Return
the histogram
Parameters
lower limit of first bin, cannot be negative infinity
the upper limit of the last bin, cannot be positive infinity
the number of bins to create, must be greater than zero
the name of the histogram
Return
the created histogram
Parameters
the number of bins to make, must be greater than zero
the lower limit of the first bin, cannot be negative infinity
the width of each bin, must be greater than zero
Creates a default histogram based on default break points for the supplied data