|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
% g; j# a8 q; V! l* H; N 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.) F- Y3 S, x$ {! ]
Loads are processed by each operator for the following time:
+ i6 W: _# e5 A- L9 I6 V5 t Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
; r4 N+ K+ E/ X' z7 R7 B' v! a 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.
* J/ h4 D; a/ ^' g, p, a* [ Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
5 [2 S4 W5 F3 FSend 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.
5 b4 o: D& d% j5 r/ c9 P Y; {. F" m! ]) u8 d5 Z
问题:
& A5 f- W, B3 u1 Z9 jAfter running the model for 10,000 days, what was the average number of loads in each process?/ T Y' F" g. d6 D
4 o$ @) y8 m8 t
不胜感激! |
|