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, traceWriterCREATE_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, 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,
SimNode ownNode)
public static VTSampleStatistic createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructablepublic void update(double sample)
public double getNoOfSamples()