Class Limits

    • Field Detail

      • m_Lower

        protected double m_Lower
        the lower limit.
      • m_Center

        protected double m_Center
        the center.
      • m_Upper

        protected double m_Upper
        the upper limit.
    • Constructor Detail

      • Limits

        public Limits()
        Initializes the container with dummy data.
      • Limits

        public Limits​(double[] stats)
        Initializes the container.
        Parameters:
        stats - the statistics (center/lower/upper)
      • Limits

        public Limits​(double lower,
                      double center,
                      double upper)
        Initializes the container.
        Parameters:
        lower - the lower limit
        center - the center
        upper - the upper limit
    • Method Detail

      • getLower

        public double getLower()
        Returns the lower limit.
        Returns:
        the lower limit
      • getCenter

        public double getCenter()
        Returns the center.
        Returns:
        the center
      • getUpper

        public double getUpper()
        Returns the upper limit.
        Returns:
        the upper limit
      • toString

        public String toString()
        Returns a short description of the container.
        Overrides:
        toString in class Object
        Returns:
        the description