PLS_Toolbox Documentation: snv | < simpls | spcreadr > |
snv
Purpose
Standard Normal Variate scaling.
Synopsis
[xcorr,mns,sds] = snv(x,options); %perform snv scaling
x = snv(xcorr,mns,sds); %undo snv
Description
Scales rows of the input x to be mean zero and unit standard deviation. This is the same as autoscaling the transpose of x.
INPUT:
OPTIONAL INPUTS:
OUTPUTS:
To rescale or “undo” SNV, inputs are xcorr, mns, and sds from a previous SNV call. The output will be the original x.
See Also
< simpls | spcreadr > |