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
ConstructorsConstructorDescriptionLQNNotConvergedResult(org.palladiosimulator.solver.core.models.PCMInstance model) -
Method Summary
Modifier and TypeMethodDescriptiondoublede.uka.ipd.sdq.statistics.estimation.ConfidenceIntervalgetConfidenceInterval(org.opt4j.core.Criterion criterion) doubledoublelongdoubledoubledoublegetValueFor(org.opt4j.core.Criterion criterion) Get the value of an analysis result.doubleMethods inherited from class de.uka.ipd.sdq.dsexplore.analysis.AbstractPerformanceAnalysisResult
getComputedAggregatedUsage, getResults, solveDependenciesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.lqn.ILQNResult
getResultsMethods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IPerformanceAnalysisResult
getComputedAggregatedUsage
-
Constructor Details
-
LQNNotConvergedResult
public LQNNotConvergedResult(org.palladiosimulator.solver.core.models.PCMInstance model)
-
-
Method Details
-
getCoefficientOfVariance
public double getCoefficientOfVariance()- Specified by:
getCoefficientOfVariancein interfaceILQNResult- Specified by:
getCoefficientOfVariancein interfaceIStatisticAnalysisResult
-
getConfidenceInterval
public de.uka.ipd.sdq.statistics.estimation.ConfidenceInterval getConfidenceInterval(org.opt4j.core.Criterion criterion) - Specified by:
getConfidenceIntervalin interfaceIStatisticAnalysisResult
-
getMedianValue
public double getMedianValue()- Specified by:
getMedianValuein interfaceILQNResult- Specified by:
getMedianValuein interfaceIStatisticAnalysisResult
-
getNumberOfObservations
public long getNumberOfObservations()- Specified by:
getNumberOfObservationsin interfaceIStatisticAnalysisResult
-
getStandardDeviation
public double getStandardDeviation()- Specified by:
getStandardDeviationin interfaceILQNResult- Specified by:
getStandardDeviationin interfaceIStatisticAnalysisResult
-
getMeanValue
public double getMeanValue()Description copied from interface:ILQNResult- Specified by:
getMeanValuein interfaceILQNResult- Specified by:
getMeanValuein interfaceIStatisticAnalysisResult
-
getValueFor
public double getValueFor(org.opt4j.core.Criterion criterion) Description copied from interface:IAnalysisResultGet the value of an analysis result. For more information on the type of value useIStatisticAnalysisResult- Specified by:
getValueForin interfaceIAnalysisResult- Returns:
- value calculated from this analysis result
-
getSquaredCoefficientOfVariance
public double getSquaredCoefficientOfVariance()- Specified by:
getSquaredCoefficientOfVariancein interfaceILQNResult
-
getVariance
public double getVariance()- Specified by:
getVariancein interfaceILQNResult
-