hep.analysis.partition
Class TwoDStatisticsProvider

java.lang.Object
  |
  +--hep.analysis.partition.AbstractTwoDFillable
        |
        +--hep.analysis.partition.TwoDStatisticsProvider
All Implemented Interfaces:
java.io.Serializable, StatisticsProvider, TwoDFillable

public class TwoDStatisticsProvider
extends AbstractTwoDFillable
implements StatisticsProvider

See Also:
Serialized Form

Method Summary
 void clear()
           
 void fillW(double x, double y, double v)
           
 int getEntries()
           
 Statistics getStatistics()
           
 double getXMax()
           
 double getXMean()
           
 double getXMin()
           
 double getXRMS()
           
 double getYMax()
           
 double getYMean()
           
 double getYMin()
           
 double getYRMS()
           
 
Methods inherited from class hep.analysis.partition.AbstractTwoDFillable
fill, fill, fillW
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fillW

public void fillW(double x,
                  double y,
                  double v)
Overrides:
fillW in class AbstractTwoDFillable

clear

public void clear()

getEntries

public int getEntries()

getXMean

public double getXMean()

getXRMS

public double getXRMS()

getXMin

public double getXMin()

getXMax

public double getXMax()

getYMean

public double getYMean()

getYRMS

public double getYRMS()

getYMin

public double getYMin()

getYMax

public double getYMax()

getStatistics

public Statistics getStatistics()
Specified by:
getStatistics in interface StatisticsProvider