summary.mean Function (GPL)
Syntax
summary.mean(<algebra>)
or
summary.mean(<binning function>)
or
summary.mean(<statistic function>)
<algebra>. Graph algebra, such as x*y
.
Refer to Brief Overview of GPL Algebra for an introduction to graph algebra.
<binning function>. A binning function.
<statistic function>. Another statistic function.
The result of the embedded statistic is used to calculate summary.mean
.
Description
Calculates the arithmetic mean. If the function is evaluating graph algebra, the mean of the analysis variable is returned. For more information about analysis variables, see the discussion in Brief Overview of GPL Algebra .
Examples
ELEMENT: interval(position(summary.mean(jobcat*salary)))
Statistic Functions
See GPL Functions .