Package jhd.PointFunctions
Class PointFunctions.Histogram
java.lang.Object
jhd.PointFunctions.PointFunctions.Histogram
- Enclosing class:
- PointFunctions
public class PointFunctions.Histogram
extends java.lang.Object
Class for holding histogram bin andvalue data
- Author:
- John
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
bin
public double[] binThe histogram bins data -
count
public double[] countThe histogram value data
-
-
Constructor Details
-
Histogram
public Histogram()Default constructor -
Histogram
public Histogram(double[] bin, double[] count)- Parameters:
bin
- The bin value for the histogramcount
- The count value in the corresponding bin
-