What is the average number of customers

Assignment Help MATLAB Programming
Reference no: EM131268480

Simulation and Modeling Lab Assignment

Assignment 1-

Question 1:  The following is the number of incoming calls (each hour for 80 successive hours) to a call center setup for serving customers of a certain internet service provider.  Use Stat::Fit to analyze the data and fit an appropriate discrete distribution.  What are the parameters for this distribution?

12

12

11

13

12

16

11

10

9

13

14

10

14

9

13

12

12

12

11

13

12

16

11

10

10

8

17

12

10

7

13

11

11

11

12

8

15

14

15

13

9

13

14

10

14

9

13

12

12

12

11

13

12

16

11

10

10

8

17

12

10

7

13

11

11

10

13

10

11

12

14

15

10

8

17

12

10

7

13

11

Question 2: Customers visit the neighborhood barber shop fantastic Dan for a haircut.  Among the customers are 30 percent children, 50 percent women and 20 percent men. The customer inter-arrival time is triangularly distributed with a minimum, mode and maximum of 8, 11 and 14 minutes, respectively. The hair cut time (in minutes) depends on the type of customer as shown in the Table below.

Uniform distribution

Haircut Mean

Time (min) Half-width

Children

8

2

Women

12

3

Men

10

2

The initial signing and greetings in take Normal (2,0.2) minutes, and the transaction of money at the end of the haircut takes Normal (3.0.3) minutes.  Run the simulation for 2000 hrs. (250 - 8hr days)

a) About how many of each type of customer does Dan process per day?

b) What is the average number of customers of each type waiting to get a haircut? What is the maximum?

c) What is the average time spent by a customer of each type in the salon? What is the maximum?

You will need to create attributes and variables.  This model can be created 2 ways, results will differ.

Question 3: Two types of jobs (regular and high priority) arrive at two identical assembly machines.  Regular jobs arrive according to an exponential distribution with a mean inter-arrival time of 10 minutes.  High priority jobs arrive according to an exponential distribution with a mean inter-arrival time of 20 minutes. One of two machines is selected by turn.  Processing either entity is uniformly U(8, 2) minutes.  Upon completion, jobs are sent to a third machine where they wait for final assembly, which requires 5 minutes normally distributed with a standard deviation of 2 minutes.  Jobs are selected from the waiting line for assembly based on the estimated assembly time (jobs with shorter assembly times having a high priority over jobs with longer assembly times).  Completed jobs are promptly shipped to the customer.

 The final assembly machine is unreliable.  It fails at intervals that may be described by an exponential distribution with a mean of 60 minutes.  Repair time is uniformly distributed over the range 10 to 20 minutes.  The high priority jobs have higher priority over regular jobs in terms of processing on the three assembly machines.  The processing times are identical for both types of jobs.  Simulate for 2,000 hours and determine:  

a) Utilization of the three machines.

b) Average time in the shop for both types (average and max values).

c) Average number of jobs (regular and high priority) processed per hour.

Assignment 2 -

Question 1: An average of 100 customers per hour arrive to the Picayune Mutual Bank.  It takes a teller an average of two minutes to serve a customer.  Inter-arrival and service times are exponentially distributed. The bank currently has four tellers working.  Bank manager Rick Gold wants to compare the following two systems with regard to the average time customers spend in the bank.

(Arrival rate:  e(?)hr (Use hr unit) what is the value in the brackets)?  It should be used for both models.

System 1

A separate queue is provided for each teller. Assume that customers choose the shortest queue when entering the banks, and that customer cannot jockey between queues (jump to another queue).

System 2

A single queue is provided for customers to wait for the first available teller.

Assume that there is no move time within the queues. Run 15 replications of an eight hour simulation to complete the following:

a) For each system, record the 90% confidence interval using a 0.10 level of significance for the average time customers spend in the bank.  (Your data is from the statistics tab. Look at average time in system).

b) Estimate the number of replications needed to reduce the half width of each confidence interval by 25 percent.  Run the additional, replications for each system and compute new confidence intervals using 0.10 level of significance.  (Use equation show in the lab book page 170).

c) Based on the results from part 'b', would you recommend one system over the other? Explain.

Assignment 3 -

Question: Increase the capacity of the Pickup_Q location in the Spuds-n-More3 model from three to six.  Call this Model Spuds-n-More4.  Using the Common Random Numbers (CRN) technique with ProModel Streams 1,2,3 and 4 assigned as in Figure L9.3, see if spuds-n-More4 processes more customers per day on average than does Spuds-n-More3.  Use a paired-t confidence interval with a 0.02 significance level.  Run each model simulation model for 25 replications.

Reference no: EM131268480

Questions Cloud

Determine the spreading bandwidth required : A DS spread spectrum system transmits at a rate of 1000 bits/s in the presence of a tone jammer. The jammer power is 20 dB greater than the desired signal, and the required Eb/J0 to achieve satisfactory performance is 10 dB.
Determining the historical data : As the owner of a tennis club in a wealty community, you must decide on membership dues and fees for court time. Based on historical data, you understand that there are two types of tennis players in your community. "Serious" players with demand
Describe the current operational environment : Describe the Current Operational Environment. What are the impacts and what would be your military solution to obtaining the goals of the national security strategy?
Treated in the process of raising and slaughtering animals : Should people be vegetarian? If so, why? If not, is it relevant how animals are treated in the process of raising and slaughtering animals? Do we violate nature itself when we do acts such as mountaintop removal for coal, strip-mining, clear-cutting ..
What is the average number of customers : ENIN 331 - Simulation and Modeling Lab Assignment. About how many of each type of customer does Dan process per day? What is the average number of customers of each type waiting to get a haircut? What is the maximum
Implement a fastdefaultlist class that represent : Implement a FastDefaultList class that represents an infinite list with indices 0,1,2,3,...,∞ When we start, every value in this list is assigned the default value null.
Find the error probability for an fh spread spectrum : The interference on the channel is AWGN. The FSK demodulator outputs are square-law-detected and passed to the decoder, which performs optimum soft-decision Viterbi decoding as described in Chapter 8. Assume that the hopping rate is 1 hop per code..
Social marketing focuses on changing individual behavior : Social Marketing focuses on changing individual behavior rather than changing the system, which is currently the more dominant CQI approach (see Berwick). Argue the pros and cons of individual versus systems change
What are the three levels of the federal court system : What are the three levels of the federal court system? Does the United States Supreme Court hear every case that is appealed to it from the State and Federal Courts?

Reviews

len1268480

11/7/2016 1:31:46 AM

In this assignments Report using promodel software. Clearly state the problem and questions to be answered. Provide a written statement for each answer. Provide a text view of the program. Cut and paste from notepad. In word use the Font Lucida and Console size 8. It will then format properly for easier reading.

Write a Review

MATLAB Programming Questions & Answers

  Implement euler integration scheme

Implement Euler integration scheme and implement Runge-Kutta integration scheme. The latter phenomenon is known as the butterfly effect.

  What strategies are addressed for the project

Identification of the professional accounting, management and/or public relations issues in your workplace - How do you applied knowledge from this degree study in solving your workplace problems, including appropriate analysis and justification

  The gauss-newton method

Write up your results using our standard format. Show and discuss the results of Steps 1-3 in some detail, including the observed convergence rates of steepest descent versus the Gauss-Newton method

  Program the rank order cluster algorithm with a matrix

Program the rank order cluster algorithm with a matrix with x rows and x columns in any plataform (that the person inputs). I prefer visual studio or visual basic

  Create function called hallpetch that requires three inputs

Then plot a graph with the calculated yield strength versus diameter in MATLAB. Create a function called HallPetch that requires three inputs σo, K and d and calculates the value of yield strength.

  Matlab polyfit and polyval functions

Include the original photograph of your selected profile with your assignment. Trace your drawing on a graph paper. For convenience you can rotate the given profile.

  Mat lab programming problem

In case the problem in the code I want you to modify it give the correct temperature.

  Write a script that will loop through values of n

Write a script that will loop through values of n until the difference between the approximation and the actual value is less than 0.0001.

  Integration and random numbers

assemble 1,000 bolt + hole combinations. The bolts have a mean diameter of 1.000 cm, normally distributed with standard deviation of 0.010 cm. The holes have a mean diameter of 1.030 cm, normally distributed with standard deviation of 0.015 cm.

  Generate and plot a continuous time signal

1.Generate and plot a continuous-time signal and a train of unit impulses using MATLAB 2. Generate samples of a given signal using a train of unit impulses using  MATLAB 3. Investigate the effect of sampling analogue signals

  Derive the formulae for the slope and curvature

ENG3104 Engineering Simulations and Computations - Derive the formulae for the slope ( v'), curvature (v'') and v''' of the beam from Eq. (1) and Estimate the value of the slope at the second measurement point using backward, forward and central diff..

  Draw the set x on a two-dimensional plane

Draw the set X on a two-dimensional plane and draw the set Yon a two-dimensional plane. Comment on the mapping - Draw the set Z on a two-dimensional plane.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd