|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.analysis.partition.AbstractOneDFillable | +--hep.analysis.partition.OneDStatisticsProvider
Calculates some generic statistics for a OneD histogram
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 |
public void fillW(double x, double v)
fillW
in class AbstractOneDFillable
public void clear()
public int getEntries()
public double getArea()
public double getMean()
public double getRMS()
public double getMin()
public double getMax()
public Statistics getStatistics()
getStatistics
in interface StatisticsProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |