NORMALIZE
gtsThe NORMALIZE
function takes as parameter a numeric GTS or a list of numeric GTS and normalize them between 0 and 1 (i.e. it replaces X by
(X - min)/(max - min) or by 1 if max == min).
Loading
The NORMALIZE
function takes as parameter a numeric GTS or a list of numeric GTS and normalize them between 0 and 1 (i.e. it replaces X by
(X - min)/(max - min) or by 1 if max == min).