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