public abstract class BoundaryStatistic extends Statistic implements Printable
Boundary statistics can't be used with batch parallelisation.
Following keywords are defined for printing the results:
sampleIndex, simNode, traceWriter
Constructor and Description |
---|
BoundaryStatistic(java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
abstract int |
getNoOfSamples() |
abstract double |
getPercentage() |
abstract double |
getQuantile() |
java.lang.String |
getResultTypeName() |
void |
printResults(ResultType type,
PrintResultWriter writer) |
abstract void |
update(double sample) |
addResultTag, addResultTag, computeMeasures, disableTracing, enableTracing, handleInitSimulation, handleStartBatch, handleStartTransientPhase, handleStopBatch, handleStopTransientPhase, printComments, resetBatchStatistic, resetStatistic, update, writeTraceEntry
public BoundaryStatistic(java.lang.String name, SimNode parentNode)
public void printResults(ResultType type, PrintResultWriter writer)
printResults
in interface Printable
public java.lang.String getResultTypeName()
getResultTypeName
in interface Printable
public abstract void update(double sample)
public abstract double getQuantile()
public abstract double getPercentage()
public abstract int getNoOfSamples()