Interface NumericalIntervalStatistics

    • Method Detail

      • setArithmethicMean

        void setArithmethicMean​(javax.measure.Measure value)
        Sets the value of the 'Arithmethic Mean' attribute.
        Parameters:
        value - the new value of the 'Arithmethic Mean' attribute.
        See Also:
        getArithmethicMean()
        Generated class or method.
      • getVariance

        javax.measure.Measure getVariance()
        Returns the value of the 'Variance' attribute.

        Please note that the variance is a dimensionless value. Use Dimensionless.UNIT as unit for the measure.

        Returns:
        the value of the 'Variance' attribute.
        See Also:
        setVariance(Measure), ExperimentDataPackage.getNumericalIntervalStatistics_Variance()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
      • setVariance

        void setVariance​(javax.measure.Measure value)
        Sets the value of the 'Variance' attribute.
        Parameters:
        value - the new value of the 'Variance' attribute.
        See Also:
        getVariance()
        Generated class or method.
      • getStandardDeviation

        javax.measure.Measure getStandardDeviation()
        Returns the value of the 'Standard Deviation' attribute.

        Please note that the standard deviation is a dimensionless value. Use Dimensionless.UNIT as unit for the measure.

        Returns:
        the value of the 'Standard Deviation' attribute.
        See Also:
        setStandardDeviation(Measure), ExperimentDataPackage.getNumericalIntervalStatistics_StandardDeviation()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
      • setStandardDeviation

        void setStandardDeviation​(javax.measure.Measure value)
        Sets the value of the 'Standard Deviation' attribute.
        Parameters:
        value - the new value of the 'Standard Deviation' attribute.
        See Also:
        getStandardDeviation()
        Generated class or method.
      • getSum

        javax.measure.Measure getSum()
        Returns the value of the 'Sum' attribute.
        Returns:
        the value of the 'Sum' attribute.
        See Also:
        setSum(Measure), ExperimentDataPackage.getNumericalIntervalStatistics_Sum()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.edp2.models.ExperimentData.EJSMeasure" required="true" ordered="false"
      • setSum

        void setSum​(javax.measure.Measure value)
        Sets the value of the 'Sum' attribute.
        Parameters:
        value - the new value of the 'Sum' attribute.
        See Also:
        getSum()
        Generated class or method.