Class Gamma

  • All Implemented Interfaces:
    Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, ShallowCopySupporter<Paintlet>, SizeOfHandler, AntiAliasingSupporter, Paintlet, Serializable

    public class Gamma
    extends AbstractProbabilityPaintlet
    Paints the transformed gamma distribution

    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
     
    -stroke-thickness <float> (property: strokeThickness)
        The thickness of the stroke.
        default: 1.0
        minimum: 0.01
     
    -color <java.awt.Color> (property: color)
        Stroke color for the paintlet
        default: #000000
     
    -size <int> (property: size)
        Size of the data points
        default: 5
     
    -fill-point (property: fillPoint)
        Whether to fill the data point with solid color
     
    -fill-color <java.awt.Color> (property: fillColor)
        Color for filling data point
        default: #ff0000
     
    -shape <double> (property: shape)
        Shape paramter for gamma distribution
        default: 1.0
     
    -scale <double> (property: scale)
        Scale parameter for gamma distribution
        default: 1.0
     
    Version:
    $Revision$
    Author:
    msf8
    See Also:
    Serialized Form
    • Field Detail

      • m_Shape

        protected double m_Shape
        Shape parameter for the gamma distribution
      • m_Scale

        protected double m_Scale
        Scale parameter for the gamma distribution
    • Constructor Detail

      • Gamma

        public Gamma()