|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,4 L: _8 k5 S9 g& F$ @& y
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 \2 @1 M" Y! N8 P/ E: T
Loads are processed by each operator for the following time:
7 W9 G" [5 r ]9 I' Q! l1 m Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
9 ` X; t: m# I4 T 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." B/ I6 n5 }3 L& a; k \
Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
% j) J/ y( b+ i- x! y7 O" MSend 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.
+ ]% U+ W, L/ T2 W9 p, g, T# A" H! C
问题:. v8 {0 x R7 ]5 d) z
After running the model for 10,000 days, what was the average number of loads in each process?
& {, c% |0 I7 S! m4 l# ?1 O* D/ z
' Q5 d4 q5 t& Q# I" v; `& L" S不胜感激! |
|