Class StandardDeviation

    • Field Detail

      • m_IsSample

        protected boolean m_IsSample
        whether the arrays are samples or populations.
    • Constructor Detail

      • StandardDeviation

        public StandardDeviation()
    • Method Detail

      • setIsSample

        public void setIsSample​(boolean value)
        Sets whether the columns represent samples instead of populations.
        Parameters:
        value - true if columns are samples and not populations
      • getIsSample

        public boolean getIsSample()
        Returns whether the columns represent samples instead of populations.
        Returns:
        true if columns are samples and not populations
      • isSampleTipText

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

        protected SpreadSheet postVisit​(SpreadSheet sheet,
                                        int rowIndex)
        Finishes up the stats generation after all the cells have been visited.
        Specified by:
        postVisit in class AbstractRowStatistic
        Parameters:
        sheet - the spreadsheet to generate the stats for
        rowIndex - the row index
        Returns:
        the generated stats