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 doublegetCoefficientOfVariance()de.uka.ipd.sdq.statistics.estimation.ConfidenceIntervalgetConfidenceInterval(org.opt4j.core.Criterion criterion)doublegetMeanValue()doublegetMedianValue()longgetNumberOfObservations()doublegetStandardDeviation()-
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()
-
-