Erlang Calculator click here
Two-Skill Calculator click here
Calculators Gerkoole.com click here
WorkloadThe amount of work on incoming call volume during a certain amount of time, usually measured in minutes. Can be measured without safety staffing (net workload) or with safety staffing (gross workload). Not to be confused with offered load. | |
WorkforceThe amount of available or required agent time when used in capacity calculations. Can be the net or gross workforce. Should match the workload. | |
AHTAverage Handling Time, the time agents spend on average on a service request, usually a call, an email or a chat. The wrap-up time is also included. See also handling time. | |
MetricsQuantitative measures, commonly used for assessing, comparing, and tracking performance of a system. In contact center, a group of metrics is often displayed in a dashboard for analysis and decision supporting. For example, Handling time, Occupancy, Shrinkage, Longest Idle Agent, etc. | |
Short AbandonA call that abandoned very quickly making it unlikely that the caller was already tired of waiting. | |
Order of OperationsWhen we speak about operations mathematically, it means things like add, subtract, multiply, divide, squaring, etc. Remember: If it isn't a number it is probably an operation.
7 + (6 × 52 + 3) ... what part should you calculate first? Start at the left and go to the right? Or go from right to left? Warning: Calculate them in the wrong order, and you will get a wrong answer ! So, long ago people agreed to follow rules when doing calculations, and they are:Do things in Parentheses First. Example:
source: mathisfun.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Real-Time Performance ManagementSee RTPM | |
Weighted MeanThe weighted mean is similar to the general mean, except that some points contribute more to the mean than some others. Mathematically if we have a set of points \(a_n\) and a set of weights \(w_n\) that belong to the points, then the weighted average is equal to \( WAV=\sum_{i=1}^{n}\frac{a_iw_i}{w_i} = \frac{a_1w_1 + a_2w_2 + \cdots + a_nw_n}{w_1+w_2+\cdots+w_n} \) for example, if we have two sets of points, 1 2 with weight 1 and 3 4 5 with weight 2, then the weighted average of all points is equal to \( \frac{1 \times 1+2 \times1+3 \times2+ 4 \times2+5 \times2}{1+1+2+2+2}=\frac{1+2+6+8+10}{1+1+2+2+2}=\frac{27}{8}=3.375 \) In excel there are two ways to calculate the weighted average. say we have the values in column A and the weights in column B. In the first method we set the product of A and B in column C. Then, the weighted average is given by WAV = SUM(C:C)/SUM(B:B) The second method uses the sumproduct function. This method doesn't require an additional column to be used. WAV = SUMPRODUCT(A:A,B:B)/SUM(B:B) | |
Decimal SeparatorThe Decimal Separator is the charactar used to indicate where the fractional part of a number begins and where the integer part ends. The symbol used for the ecimal separator differs per country and is either a dot '.' or a comma ','. Because of this, the decimal separator also differs between versions of excel. On this website we use the English version of excel, therefore we use the dot as the decimal separator. | |
ErlangDanish mathematician who created the safety staffing models. Also the dimensionless unit of load. | |
Load | |
After Call WorkSee wrap-up time | |
BPOBusiness process outsourcer, a company offering call center services, often to multiple organizations at the same time, regularly from a cheaper off-shored location such as India or the Philippines. | |
Call Center ArithmeticsBasic WFM calculations based on totals and averages, without taking fluctuations and flexibility into account. See also call center mathematics. | |
Call Center MathematicsAdvanced WFM calculations going beyond call center arithmetics, taking fluctuations and flexibility into account. | |
Handling TimeThe time spent to handle a service request, which can be calculated over the following PABX metrics: Handling time = Ring time + Talk time + Hold time + Transfer time + Wrap-up time. See also AHT. | |
Intra-Day ManagementSee RTPM. | |
Offered LoadSee load. | |
PoissonFrench mathematician (1781-1840) who discovered the Poisson distribution which mathematically describes arrivals to a call center. Also used as Poisson process, focusing on the times of arrivals, and Poisson noise, focusing on the error with respect to the forecast. | |
ProductivityThe time that an agent is available for handling calls divided by the total time that the agent is paid. It can be calculated by; gross workload / gross workforce, or net workforce / gross workforce. Not to be confused with utilization or occupancy. | |
Quality of ServiceSee SL. | |
SeasonalityA forecasting term meaning that a pattern repeats itself, in call centers
typically at intra-day, intra-week and intra-year level. | |
UtilizationThe time that an agent is handling calls (talk time plus wrap-up time) divided by the total time that the agent is paid. It can be calculated by: net workload / gross workforce. Utilization = occupancy * productivity. Not to be confused with productivity or occupancy. | |