Skip to content

Call Center Simulator

Description

The program will simulate a call center based on the information gathered from a data file. The program will output the data of a call center running for X amount of hours with Y number of servers. X and Y will be provided by the user in the GUI. The data output will include the number of callers within X hours, the number of callers who were successfully served, the number of callers who balked, the number of callers who reneged, and the number of callers still in the queue by the end of the simulation. The program will also generate a Poisson distribution of the service times of the callers and a table to better show which callers left the queue early and why they did so.

Contributors

Matthew Tobino Justin Pitera Sean Pandolfo Andy Pham

Input

GUI Input Image

The GUI will take in the information necessary

Output

GUI Output Image

Program Output Displayed on the GUI

GUI Table Image

Deeper Look at the Customers Table

Documentation and Report

The final report and documentation to the project can be downloaded or viewed below.

Download/View Report

Project is open and available to the public.

Project Link