A D E F G H M N O S U W

A

area() - Method in class Histogram
Calculate area of histogram, excluding over/underflows, by summing the contents of all the bins

D

drawCurve(String, double[], double[]) - Method in class SimplePlot
Plot (x,y) points as a curve.
drawHistogram(String, double, double, double[]) - Method in class SimplePlot
Draw a histogram.

E

entries() - Method in class Histogram
Get number of entries in the histogram.

F

fill(double) - Method in class Histogram
Enter data into the histogram.

G

getArray() - Method in class Histogram
This method gives you the bin contents in the form of an array.
getDebug() - Method in class Histogram
Get debug flag.

H

Histogram - Class in <Unnamed>
A simple histogram class.
Histogram(String, int, double, double) - Constructor for class Histogram
Constructor which sets name, number of bins, and range.

M

max() - Method in class Histogram
Get upper end of histogram range
mean() - Method in class Histogram
The mean estimator is calculated from the average of the bin centres, weighted by their content.
min() - Method in class Histogram
Get lower end of histogram range

N

name() - Method in class Histogram
Get the name of the histogram.
numberOfBins() - Method in class Histogram
Get the number of bins in the histogram.

O

overflow() - Method in class Histogram
Get the height of the overflow bin.

S

setDebug(boolean) - Method in class Histogram
Set debug flag.
show() - Method in class Histogram
Print the histogram data to the console.
SimplePlot - Class in <Unnamed>
Class to simplify plotting of histograms and curves with Ptplot Uses the Ptolemy Ptplot package, by extending the Plot class.
SimplePlot() - Constructor for class SimplePlot
Constructor

U

underflow() - Method in class Histogram
Get the height of the underflow bin.

W

writeToFile(String) - Method in class Histogram
Save the histogram data to a file.

A D E F G H M N O S U W