| 
 | FreeHEP API Version current | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthep.aida.ref.dataSet.binner.GaussianBinError
This class calculates the error on the bin assuming a gaussian distribution.
| Constructor Summary | |
| GaussianBinError() | |
| Method Summary | |
|  double | minusError(int entries,
           double height)Get the minus error on a bin. | 
|  double | plusError(int entries,
          double height)Get the plus error on a bin. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public GaussianBinError()
| Method Detail | 
public double minusError(int entries,
                         double height)
minusError in interface BinErrorentries - The entries in the bin.height - The height of the bin.
public double plusError(int entries,
                        double height)
plusError in interface BinErrorentries - The entries in the bin.height - The height of the bin.
| 
 | FreeHEP API Version current | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||