|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
" @+ T% z* x: L- Z0 }' Y! o9 M! R 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.. i9 _. W' k! N0 k' X5 g5 t
Loads are processed by each operator for the following time:: f2 G7 o7 w0 R5 z _: Y( M/ y' F
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
- H: |! Y# S2 L. m 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.
* x- |# r) p& E, b Worker_C does the job in a uniformly distributed time between 30 and 90 mins.1 ?4 m' z. M5 f6 n( H0 u
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. _1 L: a& R! k/ E( n, x
) _' c) U2 c2 o2 S( l" k8 |
问题:
# Z8 i$ C. k; I" {4 OAfter running the model for 10,000 days, what was the average number of loads in each process?
/ a0 O/ |& W% A; X
: g% A( J: N9 ]2 K! Z3 k9 l; u+ W7 S不胜感激! |
|