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

    Fields
    Modifier and Type Field Description
    double[] bin
    The histogram bins data
    double[] count
    The histogram value data
  • Constructor Summary

    Constructors
    Constructor Description
    Histogram()
    Default constructor
    Histogram​(double[] bin, double[] count)  
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • bin

      public double[] bin
      The histogram bins data
    • count

      public double[] count
      The histogram value data
  • Constructor Details

    • Histogram

      public Histogram()
      Default constructor
    • Histogram

      public Histogram​(double[] bin, double[] count)
      Parameters:
      bin - The bin value for the histogram
      count - The count value in the corresponding bin