Documentation of 'hep.aida.ref.dataset.binner.GaussianBinError' Java class
GaussianBinError
hep.aida.ref.dataset.binner

Class GaussianBinError

  • All Implemented Interfaces:
    BinError


    public class GaussianBinError
    extends java.lang.Object
    implements BinError
    This class calculates the error on the bin assuming a gaussian distribution.
    • Constructor Summary

      Constructors 
      Constructor and Description
      GaussianBinError() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GaussianBinError

        public GaussianBinError()
    • Method Detail

      • minusError

        public double minusError(int entries,
                                 double height)
        Get the minus error on a bin.
        Specified by:
        minusError in interface BinError
        Parameters:
        entries - The entries in the bin.
        height - The height of the bin.
        Returns:
        The minus error.
      • plusError

        public double plusError(int entries,
                                double height)
        Get the plus error on a bin.
        Specified by:
        plusError in interface BinError
        Parameters:
        entries - The entries in the bin.
        height - The height of the bin.
        Returns:
        The plus error.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.