Mean

Computes the mean (average) (µ) of the values in the input sequence X. Details

X is the input sequence. If the input sequence X is empty, mean is NaN.
mean is the average of the values in the input sequence X.
error returns any error or warning condition from the VI.

Mean Details

This VI uses the following formula:

where n is the number of elements in X.