public class VTBurstLevelRateStatistic extends VTStatistic
VTBurstLevelRateStatistic
provides an implementation to estimate
the VT plot of rates on burst level.Modifier and Type | Field and Description |
---|---|
protected double[] |
blockSums |
protected double |
currentRate |
protected double |
lastUpdateTime |
protected double |
nextEndOfInterval |
protected int |
noOfIntervals |
protected double |
timeBase |
blockMeansSummations, EXPORT_BLOCK_MEAN, EXPORT_BLOCK_MEAN_LIST, ldMaxBlockSize, ldMinBlockSize, measuresSummations, minBlockSize, traceFile, traceFileName
sampleIndex, simNode, traceWriter
CREATE_INSTANCE_METHOD_NAME
Constructor and Description |
---|
VTBurstLevelRateStatistic(double timeBase,
int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
SimNode ownNode) |
Modifier and Type | Method and Description |
---|---|
static VTBurstLevelRateStatistic |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
void |
update(double currentTime,
double newRate) |
computeMeasures, exportBatch, getBatchVariance, getConfidenceInterval, getResultTypeName, getVariance, handleStopTransientPhase, importBatch, printResults, resetBatchStatistic, resetStatistic
addResultTag, addResultTag, disableTracing, enableTracing, handleInitSimulation, handleStartBatch, handleStartTransientPhase, handleStopBatch, printComments, update, writeTraceEntry
protected final double timeBase
protected double nextEndOfInterval
protected int noOfIntervals
protected double currentRate
protected double lastUpdateTime
protected final double[] blockSums
public VTBurstLevelRateStatistic(double timeBase, int ldMinBlockSize, int ldMaxBlockSize, java.lang.String traceFileName, SimNode ownNode)
public static VTBurstLevelRateStatistic createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable
public void update(double currentTime, double newRate)