|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,
. Y* {9 \ ? O" K- c 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.
$ Y+ |' R' E8 s1 ?" d0 V+ _4 o* I Loads are processed by each operator for the following time:) G2 x7 K, o# I1 k
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.9 @# ?6 Z5 j( L* m: A
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.
% D7 J8 k8 r+ n Worker_C does the job in a uniformly distributed time between 30 and 90 mins.5 u( U' A8 |( T3 O; b
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.% C/ F& \ M( ?- `" I5 r' k7 R2 n. i
" V8 O! I$ \4 i9 e1 v, L! M. ?$ L
问题:
0 e9 A0 `1 x: hAfter running the model for 10,000 days, what was the average number of loads in each process?& a2 J S; D2 ^
% K, v7 S: |' P3 N
不胜感激! |
|