Mncn: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Mean center data matrices. | Mean center data matrices. | ||
===Synopsis=== | ===Synopsis=== | ||
:[mcx,mx] = mncn(x,''options'') | :[mcx,mx] = mncn(x,''options'') | ||
===Description=== | ===Description=== | ||
MNCN mean centers a matrix x and returns a matrix mcx with mean zero columns and a vector of means mx used to center the data. | MNCN mean centers a matrix x and returns a matrix mcx with mean zero columns and a vector of means mx used to center the data. | ||
===See Also=== | ===See Also=== | ||
[[auto]], [[rescale]], [[scale]] | [[auto]], [[rescale]], [[scale]] |