nextupprevious
Next:MSTL mean waiting time Up:FUNCTIONSPrevious:MEDL mean length of

DMEDL deviation of the mean length of a list

Syntax:
  DMEDL(<list name>);
Returns the value (REAL) of the standard deviation of the mean of the length as a function of time for the list (EL or IL) indicated in <list name>.

Example:

    WRITELN('Coefficient of variation for queue ',
             DMEDL(EL_Office) / MEDL(EL_Office): 7: 3);

domingo c

Mon Mar 20 17:39:21 PST 2000