Documentation of 'visad.math.Histogram' Java class
Histogram
visad.math

Class Histogram



  • public class Histogram
    extends java.lang.Object
    Histogram is the VisAD class for creating histograms of Field values.

    • Constructor Summary

      Constructors 
      Constructor and Description
      Histogram() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      static FlatField makeHistogram(Data[] datums)
      invoke in SpreadSheet by: link(visad.math.Histogram.makeHistogram(A1, A2))
      static FlatField makeHistogram(Field field, Set set)
      return a histogram of field range values in "bins" defined by the samples of set
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Histogram

        public Histogram()
    • Method Detail

      • makeHistogram

        public static FlatField makeHistogram(Data[] datums)
        invoke in SpreadSheet by: link(visad.math.Histogram.makeHistogram(A1, A2))
      • makeHistogram

        public static FlatField makeHistogram(Field field,
                                              Set set)
                                       throws VisADException,
                                              java.rmi.RemoteException
        return a histogram of field range values in "bins" defined by the samples of set
        Throws:
        VisADException
        java.rmi.RemoteException
      • main

        public static void main(java.lang.String[] args)
                         throws VisADException,
                                java.rmi.RemoteException
        Throws:
        VisADException
        java.rmi.RemoteException

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.