All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.FixedMeanPartition

java.lang.Object
   |
   +----java.util.Observable
           |
           +----hep.analysis.Partition
                   |
                   +----hep.analysis.Abstract1DPartition
                           |
                           +----hep.analysis.FixedPartition
                                   |
                                   +----hep.analysis.FixedMeanPartition

public class FixedMeanPartition
extends FixedPartition

Constructor Index

 o FixedMeanPartition(double, double)
 o FixedMeanPartition(double, double, int)

Method Index

 o clear()
Resets the partition to default settings.
 o fill(double, double)
Fills the associated histogram with a numerical value.
 o getBins()
Return an array containing the sizes of all the bins.
 o getErrors()
Return an array containing the errors for all the bins.

Constructors

 o FixedMeanPartition
 public FixedMeanPartition(double low,
                           double high)
 o FixedMeanPartition
 public FixedMeanPartition(double low,
                           double high,
                           int bins)

Methods

 o clear
 public void clear()
Resets the partition to default settings.

Overrides:
clear in class FixedPartition
 o fill
 public void fill(double x,
                  double v)
Fills the associated histogram with a numerical value.

Overrides:
fill in class FixedPartition
 o getBins
 public double[] getBins()
Return an array containing the sizes of all the bins.

Overrides:
getBins in class FixedPartition
 o getErrors
 protected double[] getErrors()
Return an array containing the errors for all the bins.

Overrides:
getErrors in class FixedPartition

All Packages  Class Hierarchy  This Package  Previous  Next  Index