mean_y

Format:
mean_y( scan_id)
Result:
Number
Description:
Returns the mean y value of a SCAN. It is calculated using this formula:

\begin{displaymath}
\overline{y} = \frac{\sum_{i=1}^{n} y_i}{ n}
\end{displaymath}

$n$ is the current index of the SCAN.