public class VTProbStatistic extends VTStatistic
VTProbStatistic
provides an implementation to estimate the VT
plot of probabilities.Modifier and Type | Field and Description |
---|---|
protected double |
nextEndOfInterval |
protected int |
noOfIntervals |
protected double[] |
specialBlockSums |
protected double |
timeBase |
protected double[] |
totalBlockSums |
blockMeansSummations, EXPORT_BLOCK_MEAN, EXPORT_BLOCK_MEAN_LIST, ldMaxBlockSize, ldMinBlockSize, measuresSummations, minBlockSize, traceFile, traceFileName
sampleIndex, simNode, traceWriter
CREATE_INSTANCE_METHOD_NAME
Constructor and Description |
---|
VTProbStatistic(double timeBase,
int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
SimNode ownNode) |
Modifier and Type | Method and Description |
---|---|
static VTProbStatistic |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
void |
update(double currentTime,
boolean isSpecial) |
void |
update(double currentTime,
boolean isSpecial,
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[] totalBlockSums
protected final double[] specialBlockSums
public VTProbStatistic(double timeBase, int ldMinBlockSize, int ldMaxBlockSize, java.lang.String traceFileName, SimNode ownNode)
public static VTProbStatistic createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable
public void update(double currentTime, boolean isSpecial, double weight)
public final void update(double currentTime, boolean isSpecial)