min-max normalization
normalization(x, z = 0.2)
x
z
normalized vector
normalization(runif(100,min = -100, max = 100))
Useful links