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, traceFileNamesampleIndex, simNode, traceWriter| Constructor and Description |
|---|
VTSampleStatistic(int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
java.lang.String name,
SimNode parentNode) |
| Modifier and Type | Method and Description |
|---|---|
double |
getNoOfSamples() |
void |
update(double sample) |
computeMeasures, exportBatch, getBatchVariance, getConfidenceInterval, getResultTypeName, getVariance, handleStopTransientPhase, importBatch, printResults, resetBatchStatistic, resetStatisticaddResultTag, addResultTag, disableTracing, enableTracing, handleInitSimulation, handleStartBatch, handleStartTransientPhase, handleStopBatch, printComments, update, writeTraceEntrypublic VTSampleStatistic(int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
java.lang.String name,
SimNode parentNode)