|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.msk.CallCenterSimUtil
public class CallCenterSimUtil
Method Summary | |
---|---|
static int |
checkCpuTimeLimit(double cpuTime,
double limit,
int steps,
int nb,
boolean verbose)
Corrects the number of observations required to approximately enforce the CPU time limit. |
static double[] |
getObs(TallyStore tally)
|
static int |
getRequiredNewSteps(CallCenterStatProbes ccStat,
double targetError,
double level,
boolean onlyServiceLevel,
int mp,
boolean verbose)
|
static int |
getRequiredNewSteps(Map<PerformanceMeasureType,MatrixOfStatProbes<?>> ccStat,
List<SequentialSamplingParams> seqSamp,
boolean verbose)
Computes the number of additional replications or batches required for reaching a certain precision. |
static PerformanceMeasureType[] |
initPerformanceMeasures(SimParams simParams)
|
static PerformanceMeasureType[] |
removeVQ(PerformanceMeasureType... pms)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PerformanceMeasureType[] initPerformanceMeasures(SimParams simParams)
public static PerformanceMeasureType[] removeVQ(PerformanceMeasureType... pms)
public static int getRequiredNewSteps(Map<PerformanceMeasureType,MatrixOfStatProbes<?>> ccStat, List<SequentialSamplingParams> seqSamp, boolean verbose)
ccStat
- the statistical probes of the call center.seqSamp
- the parameters for sequential sampling.verbose
- determines if the method logs information about
the number of required additional observations, for
each tested performance measure.
public static int getRequiredNewSteps(CallCenterStatProbes ccStat, double targetError, double level, boolean onlyServiceLevel, int mp, boolean verbose)
public static int checkCpuTimeLimit(double cpuTime, double limit, int steps, int nb, boolean verbose)
nb
- the computed number of additional observations.
public static double[] getObs(TallyStore tally)
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |