R/Lib_ImageProcess.R
center_reduce.Rd
center and reduce data matrix based on known mean and SD
center_reduce(X, m, sig)
numeric. data matrix (each column is centered/reduced)
numeric. mean of each variable in the data matrix
numeric. SD of each variable in the data matrix
X numeric. Centered matrix