Documentation of 'org.apache.commons.math.distribution.WeibullDistribution' Java class
WeibullDistribution
org.apache.commons.math.distribution

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.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.