Interface OptionalSampleArrayStatistic

    • Method Detail

      • setIsSample

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

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

        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.