mean
Syntax
mean(X)
Arguments
X is a scalar/vector/matrix.
Details
Calculate the average of X.
If X is a matrix, calculate the average of each column and return a vector.
The calculation skips NULL values.
mean(X)
X is a scalar/vector/matrix.
Calculate the average of X.
If X is a matrix, calculate the average of each column and return a vector.
The calculation skips NULL values.