nextupprevious
Next:DMEDL deviation of the Up:FUNCTIONSPrevious:MINL minimum number of

MEDL mean length of a list

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

 Example:

    IF MEDL(EL_Mac[1]) > 1.5 * MEDL(EL_Mac[2])
    THEN T_Mac[1] := 1.5 * M_Mac[1];



domingo c

Mon Mar 20 17:39:21 PST 2000