Class XBarSChart

    • Field Detail

      • m_StandardDeviation

        protected boolean m_StandardDeviation
        whether to generate mean or standard deviation data.
    • Constructor Detail

      • XBarSChart

        public XBarSChart()
    • Method Detail

      • setStandardDeviation

        public void setStandardDeviation​(boolean value)
        Sets whether to produce mean or standard deviation data.
        Parameters:
        value - true if to generate standard deviation data
      • getStandardDeviation

        public boolean getStandardDeviation()
        Returns whether to produce mean or standard deviation data.
        Returns:
        true if to generate standard deviation data
      • standardDeviationTipText

        public String standardDeviationTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getTechnicalInformation

        public TechnicalInformation getTechnicalInformation()
        Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
        Specified by:
        getTechnicalInformation in interface TechnicalInformationHandler
        Returns:
        the technical information about this class
      • getActualSampleSize

        protected int getActualSampleSize​(Number[][] data)
        Returns the actual sample size to use.
        Parameters:
        data - the data to base the calculation on
        Returns:
        the actual sample size
      • calculate

        public List<Limits> calculate​(Number[][] data)
        Calculates the center/lower/upper limit.
        Specified by:
        calculate in interface MatrixControlChart
        Parameters:
        data - the data to use for the calculation
        Returns:
        the limits
      • prepare

        public double[] prepare​(Number[][] data)
        Prepares the data.
        Specified by:
        prepare in interface MatrixControlChart
        Parameters:
        data - the data to prepare
        Returns:
        the processed data