|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
' E( m/ ] d4 D/ N" G 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.' O. n- Z; F# _* e' m, r( o
Loads are processed by each operator for the following time:
4 Q$ G1 i. G0 W, }6 o q8 J% w Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
5 F+ v- ~0 u, k+ M' v 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.! z; p/ ^1 C* W# A$ F
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
( _+ e/ O- H3 R- @% L7 hSend 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.
6 z4 w0 R% ?9 g4 H# ^) R
; t% }. r# }8 m1 y问题:
' \) |" b+ }7 U) i7 DAfter running the model for 10,000 days, what was the average number of loads in each process?
; [' S! D! D: S( s
/ l3 R1 {) U6 T/ s不胜感激! |
|