|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
2 J6 W9 F+ Q6 q* W1 U 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.4 n+ a, J) W* Q# { G
Loads are processed by each operator for the following time:: A- S) V3 E1 a
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.8 p* K3 d K0 Z }; A$ P
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.; K: y1 Z3 `- B, q6 q2 m
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
$ N; ?, [$ P' L( x7 ^3 h' \3 S8 XSend 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 H& J- J# Z, g) y6 {% K- ~' ^. y3 { L( g2 y& O9 U4 t
问题:( ]$ C9 n, l7 H' u! @
After running the model for 10,000 days, what was the average number of loads in each process?
, @6 n" f" R9 M$ k8 V# T/ ], t0 E# ~! Y! b
不胜感激! |
|