Interface GammaDistribution

    • Method Detail

      • getAlpha

        double getAlpha()
        Returns the value of the 'Alpha' attribute.

        If the meaning of the 'Alpha' attribute isn't clear, there really should be more of a description here...

        Shape parameter
        Returns:
        the value of the 'Alpha' attribute.
        See Also:
        setAlpha(double), ProbfunctionPackage.getGammaDistribution_Alpha()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setAlpha

        void setAlpha​(double value)
        Sets the value of the 'Alpha' attribute.
        Parameters:
        value - the new value of the 'Alpha' attribute.
        See Also:
        getAlpha()
        Generated class or method.
      • getTheta

        double getTheta()
        Returns the value of the 'Theta' attribute. Scale parameter, which is the inverse of the rate parameter beta which is also sometimes given to characterise a Gamma distribution.
        Returns:
        the value of the 'Theta' attribute.
        See Also:
        setTheta(double), ProbfunctionPackage.getGammaDistribution_Theta()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setTheta

        void setTheta​(double value)
        Sets the value of the 'Theta' attribute.
        Parameters:
        value - the new value of the 'Theta' attribute.
        See Also:
        getTheta()
        Generated class or method.