PLS_Toolbox Documentation: rescale< replace residuallimit >

rescale

Purpose

Scales data back to original scaling.

Synopsis

 

rx = rescale(x,means,stds)

Description

rx = rescale(x,means) rescales a mean centered matrix x using a vector of means.

rx = rescale(x,means,stds) rescales an autoscaled matrix x using a vector of means, and vector of standard deviations stds.

See Also

auto, medcn, mncn, npreprocess, preprocess, scale


< replace residuallimit >