|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
+ H j. e* D9 D* ]+ q# U/ v 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 U+ n$ \6 I) E5 E- B6 V Loads are processed by each operator for the following time:2 S: I3 E" E' B6 [# U, B& @
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
( _- g( K! z3 F6 P0 ?6 X+ R 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./ Y4 ]$ R% e( o, s* \7 y
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
# r! X3 @7 e& z5 USend 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.) s+ y) m' g% z
! D7 i& _5 }0 ?% g/ _4 {
问题:2 D9 h) Q" W* o# L7 @
After running the model for 10,000 days, what was the average number of loads in each process?, P3 m- d2 `# W& ]- B9 Q0 Y
. e1 w. u0 N" t1 Q7 ^* R
不胜感激! |
|