|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,/ Z) [* f ^3 M. i" t
Create a new model containing three independent processes, each with one operator. In each process, loads first move into an infinite capacity waiting queue, then into a single-capacity processing queue.
8 t6 j4 N1 j/ v, R7 G( d Loads are processed by each operator for the following time:
2 j( F, |5 \: T Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.) x- f. f- T ?9 {
Worker_B does the job according to a triangular distribution with a min of 30 mins, most likely value of 60 mins, and a max of 90 mins.
! K% q. }. v% s1 ^6 y3 w% h4 d/ _ Worker_C does the job in a uniformly distributed time between 30 and 90 mins.9 Z0 R+ w. l. j3 W; t2 T* j1 a
Send loads to each pocess at the same rate (an exponentially distributed inter-arrival time with a mean of 68 mins) to understand the difference in the processing times of the three workers.* n8 F t* Z: l
& d1 Y- p1 |% C' ]2 e9 r
问题:
' a* h+ B: C8 ~' Q8 k- O9 rAfter running the model for 10,000 days, what was the average number of loads in each process?
3 z3 e" Q; \8 }8 ~9 j4 d, i3 s" [3 t
不胜感激! |
|