PLS_Toolbox Documentation: medcn | < med2top | mlpca > |
medcn
Purpose
Median center scales matrix to median zero.
Synopsis
[mcx,mx,msg] = medcn(x,options)
Description
MEDCN centers a matrix x to it’s median and returns a matrix mcx with median zero columns and a vector of medians mx used to center the data. Optional input options is discussed below.
The output msg returns any warning messages.
Options
See Also
< med2top | mlpca > |