Interface ConfidenceInterval

    • Method Detail

      • getConfidenceLevel

        double getConfidenceLevel()
        Returns the value of the 'Confidence Level' attribute. the confidence level. Use values between 0 and 1. For instance use 0.95 to estimate the 95% confidence interval.
        Returns:
        the value of the 'Confidence Level' attribute.
        See Also:
        setConfidenceLevel(double), qualitypropertiesPackage.getConfidenceInterval_ConfidenceLevel()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setConfidenceLevel

        void setConfidenceLevel​(double value)
        Sets the value of the 'Confidence Level' attribute.
        Parameters:
        value - the new value of the 'Confidence Level' attribute.
        See Also:
        getConfidenceLevel()
        Generated class or method.
      • setMean

        void setMean​(double value)
        Sets the value of the 'Mean' attribute.
        Parameters:
        value - the new value of the 'Mean' attribute.
        See Also:
        getMean()
        Generated class or method.
      • setUpperBound

        void setUpperBound​(double value)
        Sets the value of the 'Upper Bound' attribute.
        Parameters:
        value - the new value of the 'Upper Bound' attribute.
        See Also:
        getUpperBound()
        Generated class or method.
      • setLowerBound

        void setLowerBound​(double value)
        Sets the value of the 'Lower Bound' attribute.
        Parameters:
        value - the new value of the 'Lower Bound' attribute.
        See Also:
        getLowerBound()
        Generated class or method.