|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,2 v8 e' i4 S% L' l6 r% A
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.% F) k" L! k" K5 P( a
Loads are processed by each operator for the following time:
" T: h# g3 ~" ^! C6 w" Y+ ~( g4 b9 b2 s Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.7 W5 @ |2 x% A6 ^9 L C
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.
2 m4 C2 w8 O+ F, Q2 ~; C' h Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
; g# ^+ Z- X& t1 {; M. SSend 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.
0 R: T' x% A' a: b% @ }: i; i, g1 v3 I& B
问题:4 I- D3 G+ o" }! H8 R1 }" f9 A7 B$ G
After running the model for 10,000 days, what was the average number of loads in each process?
& I% e3 f/ u; x8 t/ |% X# D6 b$ ?' Y3 c
不胜感激! |
|