|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
& P- _; p$ ^6 h8 i, Q! u5 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.9 d; m- i3 y0 {, B8 q; W
Loads are processed by each operator for the following time:2 H$ u8 I, D: j7 \, k2 c% t8 x
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
2 r1 z. _1 @! H3 ?; F 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.0 r/ q/ e/ j7 _: B) }7 p; {1 |/ w& l- F
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.% B7 h; G7 c6 o4 [2 E6 w' ~" y
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.
4 f. p+ p6 e1 \0 i1 j/ o+ t
1 s- X+ f0 k% h3 @6 v! W5 n问题:" c$ ^9 X3 ]7 W5 w
After running the model for 10,000 days, what was the average number of loads in each process?* v9 o/ N/ _+ E! B* ?' p* c
* c* p9 v3 |3 Y! \0 F
不胜感激! |
|