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