Interface NumericalRatioStatistics

    • Method Detail

      • getCoefficientOfVariation

        javax.measure.Measure getCoefficientOfVariation()
        Returns the value of the 'Coefficient Of Variation' attribute.

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

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

        void setCoefficientOfVariation​(javax.measure.Measure value)
        Sets the value of the ' Coefficient Of Variation' attribute.
        Parameters:
        value - the new value of the 'Coefficient Of Variation' attribute.
        See Also:
        getCoefficientOfVariation()
        Generated class or method.
      • getGeometricMean

        javax.measure.Measure getGeometricMean()
        Returns the value of the 'Geometric Mean' attribute.

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

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

        void setGeometricMean​(javax.measure.Measure value)
        Sets the value of the ' Geometric Mean' attribute.
        Parameters:
        value - the new value of the 'Geometric Mean' attribute.
        See Also:
        getGeometricMean()
        Generated class or method.
      • getHarmonicMean

        javax.measure.Measure getHarmonicMean()
        Returns the value of the 'Harmonic Mean' attribute.

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

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

        void setHarmonicMean​(javax.measure.Measure value)
        Sets the value of the ' Harmonic Mean' attribute.
        Parameters:
        value - the new value of the 'Harmonic Mean' attribute.
        See Also:
        getHarmonicMean()
        Generated class or method.