Interface XYSequencePointWithErrors

    • Method Detail

      • getMinX

        double getMinX()
        Returns the minimum for X.
        Returns:
        the minimum
      • getMaxX

        double getMaxX()
        Returns the maximum for X.
        Returns:
        the maximum
      • hasErrorX

        boolean hasErrorX()
        Checks whether error information for X is available.
        Returns:
        true if available
      • getErrorX

        Double[] getErrorX()
        Returns the error information for X.
        Returns:
        the error information, null if not available
      • getMinY

        double getMinY()
        Returns the minimum for Y.
        Returns:
        the minimum
      • getMaxY

        double getMaxY()
        Returns the maximum for Y.
        Returns:
        the maximum
      • hasErrorY

        boolean hasErrorY()
        Checks whether error information for Y is available.
        Returns:
        true if available
      • getErrorY

        Double[] getErrorY()
        Returns the error information for Y.
        Returns:
        the error information, null if not available