Histogram Ifc
Inheritors
Properties
Returns an array of Bins based on the current state of the histogram
Returns a List of Bins based on the current state of the histogram
A simple estimate of the "density" function for each bin using bin fraction/bin width values for each bin The bin width must be constant across the bins and not equal to 0.0
The first bin's lower limit
The last bin's upper limit
The number of observations that fell past the last bin's upper limit
Total number of observations collected including overflow and underflow
The number of observations that fell below the first bin's lower limit
Functions
The bin that x falls in. The bin is a copy. It will not reflect observations collected after this call.
Returns an instance of a Bin for the supplied bin number The bin does not reflect changes to the histogram after this call. May throw IndexOutOfBoundsException
Returns the fraction of the data relative to those tabulated in the bins for the bin number associated with the x
Returns the fraction of the data relative to those tabulated in the bins for the supplied bin number
Returns the probability for each bin of the histogram based on a continuous interval interpretation of the bin. The distribution, cdf must implement the ContinuousDistributionIfc interface
Returns the probability for each bin of the histogram based on an open integer range interpretation of the bin. The discrete distribution, discreteCDF must implement the ProbInRangeIfc interface
The breakpoints must be finite.
The breakpoints must be finite.
Returns the cumulative count of all bins up to and including the bin containing the value x
Returns the cumulative count of all the bins up to and including the indicated bin number
Returns the cumulative fraction of the data up to and including the bin containing the value of x
Returns the cumulative fraction of the data up to and including the indicated bin number
Returns the cumulative count of all the data (including underflow and overflow) for all bins up to and including the bin containing x
Returns the cumulative count of all the data (including underflow and overflow) up to and including the indicated bin
Returns the cumulative fraction of all the data up to an including the bin containing the value x, (includes over and under flow)
Returns the cumulative fraction of all the data up to and including the supplied bin (includes over and under flow)
Returns the expected count for each bin of the histogram based on a continuous interval interpretation of the bin. The distribution, cdf must implement the ContinuousDistributionIfc interface
Returns the expected count for each bin of the histogram based on a continuous interval interpretation of the bin. The discrete distribution, discreteCDF must implement the ProbInRangeIfc interface
The data of the histogram bins
Creates a plot for the histogram. The parameter, proportions indicates whether proportions (true) or frequencies (false) will be shown on the plot. The default is true.
Converts the histogram bin data into a dataframe representation