If X is a vector, return the zscore for all elements of X.
If X is a matrix, the zscore calculation is conducted within each column of X.
As with all aggregate functions, null values are not included in the calculation.
- Parameters:
X (Constant) – A vector/matrix