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 Duration |
nextEndOfInterval |
protected int |
noOfIntervals |
protected Duration |
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 |
---|
VTRateStatistic(Duration timeBase,
int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
SimNode ownNode) |
Modifier and Type | Method and Description |
---|---|
static VTRateStatistic |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
void |
update(PointInTime currentTime) |
void |
update(PointInTime currentTime,
double weight) |
computeMeasures, exportBatch, getBatchVariance, getConfidenceInterval, getVariance, handleStopTransientPhase, importBatch, printResults, resetBatchStatistic, resetStatistic
addResultTag, addResultTag, disableTracing, enableTracing, handleInitSimulation, handleStartBatch, handleStartTransientPhase, handleStopBatch, printComments, update, writeTraceEntry
protected final Duration timeBase
protected Duration nextEndOfInterval
protected int noOfIntervals
protected final double[] blockSums
public static VTRateStatistic createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable
public void update(PointInTime currentTime, double weight)
public final void update(PointInTime currentTime)