Medcn: Difference between revisions
Jump to navigation
Jump to search
imported>Scott |
imported>Scott |
||
Line 18: | Line 18: | ||
* '''display''': [ {'off'} | 'on'] Governs screen display. | * '''display''': [ {'off'} | 'on'] Governs screen display. | ||
* '''matrix_threshold''': | * '''matrix_threshold''': [.15] Error threshold based on fraction of missing data in whole matrix. | ||
* '''column_threshold''': | * '''column_threshold''': [.25] Error threshold based on fraction of missing data in single column. | ||
===See Also=== | ===See Also=== | ||
[[auto]], [[mncn]], [[percentile]], [[rescale]], [[scale]] | [[auto]], [[mncn]], [[percentile]], [[rescale]], [[scale]] |
Revision as of 14:49, 7 October 2008
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
options = a structure array with the following fields.
- display: [ {'off'} | 'on'] Governs screen display.
- matrix_threshold: [.15] Error threshold based on fraction of missing data in whole matrix.
- column_threshold: [.25] Error threshold based on fraction of missing data in single column.
See Also
auto, mncn, percentile, rescale, scale