Mean
Compute the arithmetic mean of element values.
double vector::Mean();
|
Parameters
axis
[in] Axis. 0 — horizontal axis, 1 — vertical axis.
Return Value
Arithmetic mean of element values.
Example
matrixf matrix_a={{10,3,2},{1,8,12},{6,5,4},{7,11,9}};
|