hep.analysis.partition
Class BasicStatisticsProvider
java.lang.Object
|
+--hep.analysis.partition.AbstractOneDFillable
|
+--hep.analysis.partition.BasicStatisticsProvider
- All Implemented Interfaces:
- OneDFillable, java.io.Serializable, StatisticsProvider
- public class BasicStatisticsProvider
- extends AbstractOneDFillable
- implements StatisticsProvider
Calculates some generic statistics for a OneD histogram
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fillW
public void fillW(double x,
double v)
- Overrides:
fillW
in class AbstractOneDFillable
fillW
public void fillW(java.util.Date x,
double v)
- Overrides:
fillW
in class AbstractOneDFillable
fillW
public void fillW(java.lang.String x,
double v)
- Overrides:
fillW
in class AbstractOneDFillable
clear
public void clear()
getEntries
public int getEntries()
getTotalWeight
public double getTotalWeight()
getStatistics
public Statistics getStatistics()
- Specified by:
getStatistics
in interface StatisticsProvider