standardize {dse1} | R Documentation |
Convert data to mean zero, standard deviation one. This does not remove cross correlations between series.
standardize(ser)
ser |
A vector time matrix. |
A time series matrix.
if(is.R()) data("eg1.DSE.data.diff", package="dse1") z <- standardize(outputData(eg1.DSE.data.diff))