Interface IStatisticAnalysisResult

    • Method Detail

      • getMedianValue

        double getMedianValue()
      • getMeanValue

        double getMeanValue()
      • getStandardDeviation

        double getStandardDeviation()
      • getCoefficientOfVariance

        double getCoefficientOfVariance()
      • getConfidenceInterval

        de.uka.ipd.sdq.statistics.estimation.ConfidenceInterval getConfidenceInterval​(org.opt4j.core.Criterion criterion)
      • getNumberOfObservations

        long getNumberOfObservations()