/mean_operator

Compute the mean of a set of data points.

Primary LanguageR

mean operator

Description

mean operator computes the mean of a set of data points.

Usage
Data Projection .
y-axis is the input data for the mean, per cell
Data Output .
value numeric, mean of the input values
Details

The operator takes all the values of a cell and calculates their mean. The computation is done per cell. There is one value calculated and returned for each of the input cell.

See Also

product_operator, sum_operator