HistDat                 The constructor function for the HistDat class.
                        This is the only official way to create an
                        instance of this class.
HistDat-class           S4 class for histogram data
HistDat-package         'HistDat': Summary statistics for
                        histogram/count data
[,HistDat,ANY,ANY,ANY-method
                        Index the histogram data
as.ecdf                 Converts an object to an empirical cumulative
                        density function. This is a generic function.
as.ecdf,HistDat-method
                        Converts this histogram to an instance of the
                        "ecdf" class, allowing the calculation of
                        cumulative densities, and quantiles
as.vector,HistDat-method
                        Converts this histogram to a vector. Not
                        recommended if there are many counts as this
                        would result in an incredibly long vector
c,HistDat-method        Concatenate observations into this instance
length,HistDat-method   Calculates the total number of observations in
                        a histogram dataset
max,HistDat-method      Calculates the largest observation in the
                        histogram dataset
mean,HistDat-method     Calculates the mean value of all observations
                        in the histogram dataset
median,HistDat-method   Calculates the median value of the observations
                        in the histogram dataset
min,HistDat-method      Calculates the smallest observation in the
                        histogram dataset
quantile,HistDat-method
                        Returns the empirical quantiles of the
                        observations represented by this class
range,HistDat-method    Calculates the range of values of the
                        observations in the histogram dataset
sd,HistDat-method       Calculates the standard deviation of the
                        observations in the histogram dataset
sort,HistDat-method     This is a dummy method so that sort can be
                        applied to HistDat entries However it does
                        nothing, because the values in a HistDat are
                        sorted at the time of creation.
sum,HistDat-method      Calculates the sum of all observations in the
                        histogram dataset
var,HistDat-method      Calculates the variance of observations in the
                        histogram dataset
