public class ProbFairnessStatistic extends FairnessStatistic
Modifier and Type | Field and Description |
---|---|
protected double |
nextEndOfInterval |
protected int |
noOfIds |
protected int |
noOfIntervals |
protected double[][] |
specialBlockSums |
protected double |
timeBase |
protected double[][] |
totalBlockSums |
blockCoVSums, blockFISums, covBatchMeans, fiBatchMeans, ldMaxBlockSize, ldMinBlockSize, minBlockSize, noOfBlocks, traceFile, traceFileName
sampleIndex, simNode, traceWriter
Constructor and Description |
---|
ProbFairnessStatistic(int noOfIds,
double timeBase,
int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
java.lang.String name,
SimNode owner) |
Modifier and Type | Method and Description |
---|---|
void |
update(double currentTime,
int id,
boolean isSpecial) |
void |
update(double currentTime,
int id,
boolean isSpecial,
double weight) |
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 timeBase
protected double nextEndOfInterval
protected int noOfIntervals
protected final double[][] totalBlockSums
protected final double[][] specialBlockSums
public ProbFairnessStatistic(int noOfIds, double timeBase, int ldMinBlockSize, int ldMaxBlockSize, java.lang.String traceFileName, java.lang.String name, SimNode owner)