public class SampleFairnessStatistic extends FairnessStatistic
Modifier and Type | Field and Description |
---|---|
protected double[][] |
blockSums |
protected int |
noOfIds |
protected int |
noOfSamples |
blockCoVSums, blockFISums, covBatchMeans, fiBatchMeans, ldMaxBlockSize, ldMinBlockSize, minBlockSize, noOfBlocks, traceFile, traceFileName
sampleIndex, simNode, traceWriter
Constructor and Description |
---|
SampleFairnessStatistic(int noOfIds,
int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
java.lang.String name,
SimNode owner) |
Modifier and Type | Method and Description |
---|---|
double |
getNoOfSamples() |
void |
update(int id,
double sample) |
computeMeasures, exportBatch, getBatchCoV, getCoVConfInterval, getCoVMean, getFIConfInterval, getFIMean, getResultTypeName, handleStopTransientPhase, importBatch, printResults, resetBatchStatistic, resetStatistic
addResultTag, addResultTag, disableTracing, enableTracing, handleInitSimulation, handleStartBatch, handleStartTransientPhase, handleStopBatch, printComments, update, writeTraceEntry
protected final int noOfIds
protected final double[][] blockSums
protected int noOfSamples
public SampleFairnessStatistic(int noOfIds, int ldMinBlockSize, int ldMaxBlockSize, java.lang.String traceFileName, java.lang.String name, SimNode owner)