All Packages Class Hierarchy This Package Previous Next Index
Class hep.analysis.FixedMeanDatePartition
java.lang.Object
|
+----java.util.Observable
|
+----hep.analysis.Partition
|
+----hep.analysis.Abstract1DPartition
|
+----hep.analysis.FixedPartition
|
+----hep.analysis.FixedMeanPartition
|
+----hep.analysis.FixedMeanDatePartition
- public class FixedMeanDatePartition
- extends FixedMeanPartition
-
FixedMeanDatePartition(Date, Date)
-
-
FixedMeanDatePartition(Date, Date, int)
-
-
fill(Date, double)
- Fills the associated histogram with a date value.
-
fill(double, double)
- Fills the associated histogram with a numerical value.
-
getAxisType()
- Return a static field from Rebinnable1DHistogramData.
-
getBinAt(Date)
- Returns the bin index corresponding to the given date value.
-
getBinAt(double)
- Returns the bin index corresponding to the given numerical value.
FixedMeanDatePartition
public FixedMeanDatePartition(Date low,
Date high)
FixedMeanDatePartition
public FixedMeanDatePartition(Date low,
Date high,
int bins)
fill
public void fill(Date x,
double v)
- Fills the associated histogram with a date value.
- Overrides:
- fill in class Abstract1DPartition
fill
public void fill(double x,
double v)
- Fills the associated histogram with a numerical value.
- Overrides:
- fill in class FixedMeanPartition
getBinAt
public int getBinAt(Date x) throws NoSuchBinException
- Returns the bin index corresponding to the given date value.
- Overrides:
- getBinAt in class Abstract1DPartition
getBinAt
public int getBinAt(double x) throws NoSuchBinException
- Returns the bin index corresponding to the given numerical value.
- Overrides:
- getBinAt in class FixedPartition
getAxisType
public int getAxisType()
- Return a static field from Rebinnable1DHistogramData.
- Overrides:
- getAxisType in class Abstract1DPartition
All Packages Class Hierarchy This Package Previous Next Index