Interface IStatisticAnalysisResult
-
- All Superinterfaces:
IAnalysisResult
- All Known Subinterfaces:
ILQNResult
- All Known Implementing Classes:
LQNNotConvergedResult
,LQNResult
,LQNSolverAnalysisResult
,LQSimAnalysisResult
,SimuComAnalysisEDP2Result
,SimuComAnalysisResult
,SimuComAnalysisSensorFrameworkResult
,SimulizarAnalysisResult
public interface IStatisticAnalysisResult extends IAnalysisResult
-
-
Method Summary
All Methods Instance Methods Abstract 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
getStandardDeviation()
-
Methods inherited from interface de.uka.ipd.sdq.dsexplore.analysis.IAnalysisResult
getValueFor
-
-
-
-
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()
-
-