Mncn: Difference between revisions

From Eigenvector Research Documentation Wiki
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]]

Revision as of 14:25, 3 September 2008

Purpose

Mean center data matrices.

Synopsis

[mcx,mx] = mncn(x,options)

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.

See Also

auto, rescale, scale