public class VTRateStatistic extends VTStatistic
TVTRateStatistic
provides an implementation to estimate the VT
plot of rates.Modifier and Type | Field and Description |
---|---|
protected double[] |
blockSums |
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
Constructor and Description |
---|
VTRateStatistic(double timeBase,
int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
java.lang.String name,
SimNode parentNode) |
Modifier and Type | Method and Description |
---|---|
void |
update(double currentTime) |
void |
update(double currentTime,
double weight) |
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 final double[] blockSums
public VTRateStatistic(double timeBase, int ldMinBlockSize, int ldMaxBlockSize, java.lang.String traceFileName, java.lang.String name, SimNode parentNode)