|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,! O6 Q, B; }1 {/ g1 c
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.( c1 h; M1 [; k) Q' W+ f
Loads are processed by each operator for the following time:
/ o7 P! k3 G1 \+ k$ J/ Z Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.( m; N8 ]7 _6 K
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.3 f; L& Y- l" K2 l- F: t2 L$ q& w
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
1 l2 e5 ]5 X. Y" _6 CSend 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.
- W# t B3 M% \! ~' G" _3 ~7 m& T a) E8 H4 F
问题:
$ |, q& f, r. K7 n9 r( N6 B- @, K1 ]After running the model for 10,000 days, what was the average number of loads in each process?
8 w7 S( ` o' H1 e9 V9 u
2 |0 C: X- R. m$ Y8 b不胜感激! |
|