|
Colt 1.2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A common base interface for IHistogram1D, IHistogram2D and IHistogram3D.
Field Summary | |
static int |
OVERFLOW
Constant specifying the overflow bin (can be passed to any method expecting a bin number). |
static long |
serialVersionUID
|
static int |
UNDERFLOW
Constant specifying the underflow bin (can be passed to any method expecting a bin number). |
Method Summary | |
int |
allEntries()
Number of all entries in all (both in-range and under/overflow) bins in the histogram. |
int |
dimensions()
Returns 1 for one-dimensional histograms, 2 for two-dimensional histograms, and so on. |
int |
entries()
Number of in-range entries in the histogram. |
double |
equivalentBinEntries()
Number of equivalent entries. |
int |
extraEntries()
Number of under and overflow entries in the histogram. |
void |
reset()
Reset contents; as if just constructed. |
double |
sumAllBinHeights()
Sum of all (both in-range and under/overflow) bin heights in the histogram. |
double |
sumBinHeights()
Sum of in-range bin heights in the histogram. |
double |
sumExtraBinHeights()
Sum of under/overflow bin heights in the histogram. |
String |
title()
Title of the histogram (will be set only in the constructor). |
Field Detail |
public static final int OVERFLOW
public static final int UNDERFLOW
public static final long serialVersionUID
Method Detail |
public int allEntries()
public int dimensions()
public int entries()
public double equivalentBinEntries()
public int extraEntries()
public void reset()
public double sumAllBinHeights()
public double sumBinHeights()
public double sumExtraBinHeights()
public String title()
|
Colt 1.2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |