Interface WeibullDistribution

    • Method Detail

      • getShape

        double getShape()
        Access the shape parameter.
        Returns:
        the shape parameter.
      • getScale

        double getScale()
        Access the scale parameter.
        Returns:
        the scale parameter.
      • setShape

        @Deprecated
        void setShape​(double alpha)
        Deprecated.
        as of v2.1
        Modify the shape parameter.
        Parameters:
        alpha - The new shape parameter value.
      • setScale

        @Deprecated
        void setScale​(double beta)
        Deprecated.
        as of v2.1
        Modify the scale parameter.
        Parameters:
        beta - The new scale parameter value.