CALC.averagea(array)

Returns the average (arithmetic mean) of the arguments. Considers text and Boolean expressions. Text is evaluated as zero, true = 1 and false = 0.

Example

CALC.averagea([1,2,3,4,'asd',true,false]);

// returns 1.5714

<< CALC.average(array) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.binomdist(number_s, trials, probability_s, cumulative) >>