Class LQNNotConvergedResult
- java.lang.Object
-
- de.uka.ipd.sdq.dsexplore.analysis.AbstractPerformanceAnalysisResult
-
- de.uka.ipd.sdq.dsexplore.analysis.lqn.LQNNotConvergedResult
-
- All Implemented Interfaces:
IAnalysisResult
,IPerformanceAnalysisResult
,IStatisticAnalysisResult
,ILQNResult
public class LQNNotConvergedResult extends AbstractPerformanceAnalysisResult implements ILQNResult
-
-
Field Summary
-
Fields inherited from class de.uka.ipd.sdq.dsexplore.analysis.AbstractPerformanceAnalysisResult
results
-
-
Constructor Summary
Constructors Constructor Description LQNNotConvergedResult(org.palladiosimulator.solver.models.PCMInstance model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCoefficientOfVariance()
de.uka.ipd.sdq.statistics.estimation.ConfidenceInterval
getConfidenceInterval(org.opt4j.core.Criterion criterion)
double
getMeanValue()
double
getMedianValue()
long
getNumberOfObservations()
double
getSquaredCoefficientOfVariance()
double
getStandardDeviation()
double
getValueFor(org.opt4j.core.Criterion criterion)
Get the value of an analysis result.double
getVariance()
-
Methods inherited from class de.uka.ipd.sdq.dsexplore.analysis.AbstractPerformanceAnalysisResult
getComputedAggregatedUsage, getResults, solveDependencies
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.lqn.ILQNResult
getResults
-
Methods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IPerformanceAnalysisResult
getComputedAggregatedUsage
-
-
-
-
Method Detail
-
getCoefficientOfVariance
public double getCoefficientOfVariance()
- Specified by:
getCoefficientOfVariance
in interfaceILQNResult
- Specified by:
getCoefficientOfVariance
in interfaceIStatisticAnalysisResult
-
getConfidenceInterval
public de.uka.ipd.sdq.statistics.estimation.ConfidenceInterval getConfidenceInterval(org.opt4j.core.Criterion criterion)
- Specified by:
getConfidenceInterval
in interfaceIStatisticAnalysisResult
-
getMedianValue
public double getMedianValue()
- Specified by:
getMedianValue
in interfaceILQNResult
- Specified by:
getMedianValue
in interfaceIStatisticAnalysisResult
-
getNumberOfObservations
public long getNumberOfObservations()
- Specified by:
getNumberOfObservations
in interfaceIStatisticAnalysisResult
-
getStandardDeviation
public double getStandardDeviation()
- Specified by:
getStandardDeviation
in interfaceILQNResult
- Specified by:
getStandardDeviation
in interfaceIStatisticAnalysisResult
-
getMeanValue
public double getMeanValue()
Description copied from interface:ILQNResult
- Specified by:
getMeanValue
in interfaceILQNResult
- Specified by:
getMeanValue
in interfaceIStatisticAnalysisResult
-
getValueFor
public double getValueFor(org.opt4j.core.Criterion criterion)
Description copied from interface:IAnalysisResult
Get the value of an analysis result. For more information on the type of value useIStatisticAnalysisResult
- Specified by:
getValueFor
in interfaceIAnalysisResult
- Returns:
- value calculated from this analysis result
-
getSquaredCoefficientOfVariance
public double getSquaredCoefficientOfVariance()
- Specified by:
getSquaredCoefficientOfVariance
in interfaceILQNResult
-
getVariance
public double getVariance()
- Specified by:
getVariance
in interfaceILQNResult
-
-