Class StdDev

  • All Implemented Interfaces:
    Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, SizeOfHandler, Serializable

    public class StdDev
    extends AbstractZScoreOverlay
    Display a standard deviation line on the z score above and below the mean

    Valid options are:

    -D <int> (property: debugLevel)
        The greater the number the more additional info the scheme may output to
        the console (0 = off).
        default: 0
        minimum: 0
     
    -color <java.awt.Color> (property: color)
        Colour to draw the overlay
        default: #000000
     
    -line-thickness <float> (property: thickness)
        Thickness of the overlay line
        default: 2.0
        minimum: 1.0
        maximum: 5.0
     
    -standard-deviations <double> (property: standardDeviations)
        number of standard deviations from mean
        default: 1.0
        minimum: 1.0
        maximum: 5.0
     
    Version:
    $Revision$
    Author:
    msf8
    See Also:
    Serialized Form
    • Field Detail

      • m_StdDev

        protected double m_StdDev
        Number of standard deviations from the mean
    • Constructor Detail

      • StdDev

        public StdDev()
    • Method Detail

      • setStandardDeviations

        public void setStandardDeviations​(double val)
        Set the number of standard deviations for the overlay
        Parameters:
        val - Number of standard deviations from mean
      • getStandardDeviations

        public double getStandardDeviations()
        get the number of standard deviations for the overlay
        Returns:
        Number of standard deviations from mean
      • standardDeviationsTipText

        public String standardDeviationsTipText()
        return a string for the standard deviations option
        Returns:
        String for the property