Special Math Functions_avg

Netica

             

avg

(function for equations)

 

Usage:

avg (x1, x2, ... xn)

Definition:

(x1 + x2 + ... + xn) / n

Required:

xi are unrestricted reals

Returns the average (i.e. mean) of x1, x2, … xn.

At least one argument must be passed.

See also max.

 

Example:

min (10, 6.6, 3.4, 126, 3.4) returns 3.4