|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
' L9 {& M0 f( o9 S. s. \ 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.
6 E5 H! S# d7 R T ~, v8 B Loads are processed by each operator for the following time:
+ d7 f' W& J( [. E; C Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.9 B4 e0 u9 @* f. s0 W
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.# q+ b+ E& ^7 X1 ~0 U. o" Q- z; P
Worker_C does the job in a uniformly distributed time between 30 and 90 mins., h* _1 O& p, R, n- Z& `" }0 r1 j
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.5 _ K! a) F9 T7 _3 v
% V" X! O* A1 T- e3 G
问题:
8 i' a- J$ }! c: u' |After running the model for 10,000 days, what was the average number of loads in each process?
! ~; ]5 A- a3 ]1 x. g$ D( g" c2 X8 s8 ]% Z3 p8 C0 y
不胜感激! |
|