public class RateFairnessStatistic extends FairnessStatistic
| Modifier and Type | Field and Description |
|---|---|
protected double[][] |
blockSums |
protected double |
nextEndOfInterval |
protected int |
noOfIds |
protected int |
noOfIntervals |
protected double |
timeBase |
blockCoVSums, blockFISums, covBatchMeans, fiBatchMeans, ldMaxBlockSize, ldMinBlockSize, minBlockSize, noOfBlocks, traceFile, traceFileNamesampleIndex, simNode, traceWriter| Constructor and Description |
|---|
RateFairnessStatistic(int noOfIds,
double timeBase,
int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
java.lang.String name,
SimNode parentNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
update(double currentTime,
int id) |
void |
update(double currentTime,
int id,
double weight) |
computeMeasures, exportBatch, getBatchCoV, getCoVConfInterval, getCoVMean, getFIConfInterval, getFIMean, getResultTypeName, handleStopTransientPhase, importBatch, printResults, resetBatchStatistic, resetStatisticaddResultTag, addResultTag, disableTracing, enableTracing, handleInitSimulation, handleStartBatch, handleStartTransientPhase, handleStopBatch, printComments, update, writeTraceEntryprotected final int noOfIds
protected final double timeBase
protected double nextEndOfInterval
protected int noOfIntervals
protected final double[][] blockSums
public RateFairnessStatistic(int noOfIds,
double timeBase,
int ldMinBlockSize,
int ldMaxBlockSize,
java.lang.String traceFileName,
java.lang.String name,
SimNode parentNode)