All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----tests_of_fit.Histo
This class provides the x,y pairs needed by a graphics routine to produce a histogram.
It assumes that the data has already been sorted.
public int ifail
public double xpl[]
public double ypl[]
public double xmin
public double xmax
public double ymin
public double ymax
public int npts
public Histo()
public void generate(double sorted_data[],
int n,
int numcells,
int norm,
Histo histo)
All Packages Class Hierarchy This Package Previous Next Index