|
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.ChainCallCenterStat
public class ChainCallCenterStat
Combines the matrices of statistical probes from two call center statistical
objects. Two implementations of CallCenterStatProbes
are associated
with each instance of this class. Each time a matrix of statistical probes is
queried, this class queries the first inner call center statistic object. If
the matrix is available, it returns it, otherwise, it queries the second
inner object. This results in combining the statistics available in both
objects.
Constructor Summary | |
---|---|
ChainCallCenterStat(CallCenterStatProbes stat1,
CallCenterStatProbes stat2)
Constructs a new chained call center statistical object from inner objects stat1 and stat2. |
Method Summary | |
---|---|
DoubleMatrix2D |
getAverage(PerformanceMeasureType pm)
|
DoubleMatrix2D[] |
getConfidenceInterval(PerformanceMeasureType pm,
double level)
|
Map<PerformanceMeasureType,MatrixOfStatProbes<?>> |
getMatricesOfStatProbes()
Returns a map containing the matrix of statistical probes for each type of performance measure. |
MatrixOfFunctionOfMultipleMeansTallies<?> |
getMatrixOfFunctionOfMultipleMeansTallies(PerformanceMeasureType pm)
Returns a matrix of function of multiple means tallies corresponding to the given type pm of performance measure. |
MatrixOfStatProbes<?> |
getMatrixOfStatProbes(PerformanceMeasureType pm)
Returns a matrix of statistical probes corresponding to the given type pm of performance measure. |
MatrixOfTallies<?> |
getMatrixOfTallies(PerformanceMeasureType pm)
Returns a matrix of tallies corresponding to the given type pm of performance measure. |
MatrixOfTallies<TallyStore> |
getMatrixOfTallyStores(PerformanceMeasureType pm)
Returns a matrix of tallies corresponding to the given type pm of performance measure. |
DoubleMatrix2D |
getMax(PerformanceMeasureType pm)
|
DoubleMatrix2D |
getMin(PerformanceMeasureType pm)
|
PerformanceMeasureType[] |
getPerformanceMeasures()
Returns the types of performance measures contained into the implemented set of call center probes. |
DoubleMatrix2D |
getVariance(PerformanceMeasureType pm)
|
DoubleMatrix2D |
getVarianceOfAverage(PerformanceMeasureType pm)
|
boolean |
hasPerformanceMeasure(PerformanceMeasureType pm)
Determines if the implementing set of call center probes contains a matrix of probes for the performance measure pm. |
void |
init()
Initializes the statistical collectors contained in this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChainCallCenterStat(CallCenterStatProbes stat1, CallCenterStatProbes stat2)
stat1
- the first statistical object.stat2
- the second statistical object.Method Detail |
---|
public void init()
CallCenterStatProbes
init
in interface CallCenterStatProbes
public PerformanceMeasureType[] getPerformanceMeasures()
CallCenterStatProbes
getPerformanceMeasures
in interface CallCenterStatProbes
public boolean hasPerformanceMeasure(PerformanceMeasureType pm)
CallCenterStatProbes
CallCenterStatProbes.getPerformanceMeasures()
returns an
array containing pm.
hasPerformanceMeasure
in interface CallCenterStatProbes
pm
- the type of performance measure.
public Map<PerformanceMeasureType,MatrixOfStatProbes<?>> getMatricesOfStatProbes()
CallCenterStatProbes
getMatricesOfStatProbes
in interface CallCenterStatProbes
public MatrixOfStatProbes<?> getMatrixOfStatProbes(PerformanceMeasureType pm)
CallCenterStatProbes
NoSuchElementException
.
getMatrixOfStatProbes
in interface CallCenterStatProbes
pm
- the type of performance measure.
public MatrixOfTallies<?> getMatrixOfTallies(PerformanceMeasureType pm)
CallCenterStatProbes
CallCenterStatProbes.getMatrixOfStatProbes(PerformanceMeasureType)
and casts the
results into a matrix of tallies.
getMatrixOfTallies
in interface CallCenterStatProbes
pm
- the type of performance measure.
public MatrixOfTallies<TallyStore> getMatrixOfTallyStores(PerformanceMeasureType pm)
CallCenterStatProbes
CallCenterStatProbes.getMatrixOfStatProbes(PerformanceMeasureType)
and casts the
results into a matrix of tallies that can store their observations.
getMatrixOfTallyStores
in interface CallCenterStatProbes
pm
- the type of performance measure.
public MatrixOfFunctionOfMultipleMeansTallies<?> getMatrixOfFunctionOfMultipleMeansTallies(PerformanceMeasureType pm)
CallCenterStatProbes
CallCenterStatProbes.getMatrixOfStatProbes(PerformanceMeasureType)
and casts the
results into a matrix of tallies.
getMatrixOfFunctionOfMultipleMeansTallies
in interface CallCenterStatProbes
pm
- the type of performance measure.
public DoubleMatrix2D getAverage(PerformanceMeasureType pm)
getAverage
in interface CallCenterStatProbes
public DoubleMatrix2D getMax(PerformanceMeasureType pm)
getMax
in interface CallCenterStatProbes
public DoubleMatrix2D getMin(PerformanceMeasureType pm)
getMin
in interface CallCenterStatProbes
public DoubleMatrix2D getVariance(PerformanceMeasureType pm)
getVariance
in interface CallCenterStatProbes
public DoubleMatrix2D getVarianceOfAverage(PerformanceMeasureType pm)
getVarianceOfAverage
in interface CallCenterStatProbes
public DoubleMatrix2D[] getConfidenceInterval(PerformanceMeasureType pm, double level)
getConfidenceInterval
in interface CallCenterStatProbes
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |