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
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.dsexplore.analysis.AbstractPerformanceAnalysisResult
results
-
Constructor Summary
ConstructorDescriptionLQNNotConvergedResult
(org.palladiosimulator.solver.models.PCMInstance model) -
Method Summary
Modifier and TypeMethodDescriptiondouble
de.uka.ipd.sdq.statistics.estimation.ConfidenceInterval
getConfidenceInterval
(org.opt4j.core.Criterion criterion) double
double
long
double
double
double
getValueFor
(org.opt4j.core.Criterion criterion) Get the value of an analysis result.double
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
-
Constructor Details
-
LQNNotConvergedResult
public LQNNotConvergedResult(org.palladiosimulator.solver.models.PCMInstance model)
-
-
Method Details
-
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
-