|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的," Z! `4 d5 V3 {: M' _7 r* C2 _; z' O0 W8 k
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.! w3 t6 j1 W! }: K7 o) X- Z( D
Loads are processed by each operator for the following time:6 d" H* F2 A- M. A/ @2 r" l
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.3 j. L0 A$ W$ w" k) q
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.. ~. e8 J& J1 s3 d" m
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.% c1 F) N6 o) i5 Q g U3 A1 M
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.7 b0 _( S& A; Y8 a, Y$ b% O
7 e8 j! Z( h6 |0 @- e1 S
问题:
7 I* E3 Y$ Z3 F7 PAfter running the model for 10,000 days, what was the average number of loads in each process?
* b' L# k B' Y0 ^ {& c" t0 L( |: U' D# V, i' B7 B
不胜感激! |
|