public abstract class ProbabilityStatistic extends Statistic implements Printable
For printing the results it defines the following keywords:
sampleIndex, simNode, traceWriter
Constructor and Description |
---|
ProbabilityStatistic(java.lang.String name,
SimNode owner) |
Modifier and Type | Method and Description |
---|---|
abstract double |
getBatchProbability() |
abstract double |
getConfidenceInterval() |
abstract double |
getMean() |
java.lang.String |
getResultTypeName() |
void |
printResults(ResultType type,
PrintResultWriter writer) |
abstract void |
update(int number,
boolean special) |
addResultTag, addResultTag, computeMeasures, disableTracing, enableTracing, handleInitSimulation, handleStartBatch, handleStartTransientPhase, handleStopBatch, handleStopTransientPhase, printComments, resetBatchStatistic, resetStatistic, update, writeTraceEntry
public ProbabilityStatistic(java.lang.String name, SimNode owner)
public void printResults(ResultType type, PrintResultWriter writer)
printResults
in interface Printable
public java.lang.String getResultTypeName()
getResultTypeName
in interface Printable
public abstract void update(int number, boolean special)
public abstract double getMean()
public abstract double getBatchProbability()
public abstract double getConfidenceInterval()