Remove mean and normalize variance to one.
normalize(x)
x
## The function is currently defined as function (x) { (x - mean(x))/sqrt(var(x)) }