Tutorial 2 - Data Entry

The first step in analyzing the check-in process is to enter the available data, as shown below.

It is important to choose an appropriate time unit and use it consistently throughout the analysis.  As you can see, from row 8 down, a minute is used consistently as the time unit.

It is good practice to distinguish between spreadsheet cells that contain numbers (the "data") and cells that contain formulas.  We have done this by using boldface font for cells that contain numbers.

Converting the data into a format that is suitable for the QTP functions requires the following preliminary calculations.

We have organized the arrival rate, service rate, number of servers, the standard deviation of the interarrival times, and the standard deviation of the service times in a contiguous block of cells (starting in row 5), because these are the five arguments that will be needed by the QTP functions we will be using.  It is not necessary to do this, but it will make it easier to enter some of the later formulas.

Back | Continue

Home