hep.analysis.partition
Class OneDStatisticsProvider

java.lang.Object
  |
  +--hep.analysis.partition.AbstractOneDFillable
        |
        +--hep.analysis.partition.OneDStatisticsProvider
All Implemented Interfaces:
OneDFillable, java.io.Serializable, StatisticsProvider

public class OneDStatisticsProvider
extends AbstractOneDFillable
implements StatisticsProvider

Calculates some generic statistics for a OneD histogram

See Also:
Serialized Form

Method Summary
 void clear()
           
 void fillW(double x, double v)
           
 double getArea()
           
 int getEntries()
           
 double getMax()
           
 double getMean()
           
 double getMin()
           
 double getRMS()
           
 Statistics getStatistics()
           
 
Methods inherited from class hep.analysis.partition.AbstractOneDFillable
fill, fill, fill, fill, fillW, fillW, 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 v)
Overrides:
fillW in class AbstractOneDFillable

clear

public void clear()

getEntries

public int getEntries()

getArea

public double getArea()

getMean

public double getMean()

getRMS

public double getRMS()

getMin

public double getMin()

getMax

public double getMax()

getStatistics

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