Checks if a numeric vector or matrix (column-wise) is z-scored. In other words, checks if the mean is zero and the standard deviation is one (within a specified tolerance)
See also
Other check scale functions:
is_centered(),
is_scaled(),
is_ss1()