Class AbstractOptionalSampleArrayStatistic<T extends Serializable>

    • Field Detail

      • m_IsSample

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

      • AbstractOptionalSampleArrayStatistic

        public AbstractOptionalSampleArrayStatistic()
    • Method Detail

      • setIsSample

        public void setIsSample​(boolean value)
        Sets whether the arrays represent samples instead of populations.
        Specified by:
        setIsSample in interface OptionalSampleArrayStatistic
        Parameters:
        value - true if arrays are samples and not populations
      • getIsSample

        public boolean getIsSample()
        Returns whether the arrays represent samples instead of populations.
        Specified by:
        getIsSample in interface OptionalSampleArrayStatistic
        Returns:
        true if arrays are samples and not populations
      • isSampleTipText

        public String isSampleTipText()
        Returns the tip text for this property.
        Specified by:
        isSampleTipText in interface OptionalSampleArrayStatistic
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.