|
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.stat.AbstractCallCenterStatProbes
umontreal.iro.lecuyer.contactcenters.msk.stat.SimCallCenterStat
public class SimCallCenterStat
Represents call center statistics obtained directly via call center measures.
An instance of this class is created using an instance of
CallCenterMeasureManager
.
Each time the addObs()
method is called,
the counters are read from the call center measures, and
added to associated collectors.
Field Summary |
---|
Fields inherited from class umontreal.iro.lecuyer.contactcenters.msk.stat.AbstractCallCenterStatProbes |
---|
fmmTallyMap, tallyMap |
Constructor Summary | |
---|---|
SimCallCenterStat(CallCenter cc,
CallCenterMeasureManager ccm,
boolean keepObs,
boolean normalizeToDefaultUnit,
PerformanceMeasureType... pms)
Constructs a new simulation-based call center statistics object. |
Method Summary | |
---|---|
void |
addObs()
Adds new observations obtained via measure matrices. |
void |
addObs(int startingMainPeriod,
int endingMainPeriod)
|
void |
addObsRawStatistics()
|
CallCenterMeasureManager |
getCallCenterMeasureManager()
Returns the call center measures used for to collect observations. |
void |
initRawStatistics()
|
void |
recomputeTimeAggregates()
Recomputes time-aggregate statistics in a setting where the number of observations in statistical collectors differs from periods to periods. |
Methods inherited from class umontreal.iro.lecuyer.contactcenters.msk.stat.AbstractCallCenterStatProbes |
---|
getAverage, getConfidenceInterval, getMatricesOfStatProbes, getMatrixOfFunctionOfMultipleMeansTallies, getMatrixOfStatProbes, getMatrixOfTallies, getMatrixOfTallyStores, getMax, getMin, getPerformanceMeasures, getVariance, getVarianceOfAverage, hasPerformanceMeasure, init, initPerformanceMeasures |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimCallCenterStat(CallCenter cc, CallCenterMeasureManager ccm, boolean keepObs, boolean normalizeToDefaultUnit, PerformanceMeasureType... pms)
ccm
- the simulation logic.Method Detail |
---|
public CallCenterMeasureManager getCallCenterMeasureManager()
public void addObs()
CallCenterMeasureManager.getValues(umontreal.iro.lecuyer.contactcenters.msk.stat.MeasureType, boolean)
to convert every available matrix of measures
into matrices of double-precision values, and adds the resulting matrices
to matrices of Tallies.
public void initRawStatistics()
public void addObsRawStatistics()
public void addObs(int startingMainPeriod, int endingMainPeriod)
public void recomputeTimeAggregates()
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |