|
|
刚刚开始学auto mod,这道题目搞不明白,希望大家看看 题目是这样的,5 {4 r2 A* B3 q( J: p: f
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.' l, P! k% z7 C6 D
Loads are processed by each operator for the following time:$ e6 L+ d6 F/ Q3 u/ c0 C( S
Worker_A does the job in a normally distributed time with a mean of 60 mins and a standard dev of 10 mins.
+ p0 \- o( [; r+ O' I4 ^ 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.
. r9 P3 q. u+ ^4 P U Worker_C does the job in a uniformly distributed time between 30 and 90 mins.
9 \; L# a3 ~# |3 ~3 }- b4 W' K- |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.3 [ }3 ^0 O9 `3 K6 I/ b
& j. n9 L) E- s+ ^) v
问题:
- R) @. s9 ]6 K6 V6 z) r6 z n5 MAfter running the model for 10,000 days, what was the average number of loads in each process?
% F8 |; k$ E+ X. D0 J* h# \, k
) f$ C" L5 v# `$ y1 L不胜感激! |
|