Home > freetb4matlab > NaN > zScoreMedian.m

zScoreMedian

PURPOSE ^

zScoreMedian removes the median and standardizes by the 1.483*median absolute deviation

SYNOPSIS ^

function Z = zScoreMedian(X, DIM)

DESCRIPTION ^

 zScoreMedian removes the median and standardizes by the 1.483*median absolute deviation

 Usage:  Z = zScoreMedian(X, DIM)
 Input:  X  : data
         DIM: dimension along which z-score should be calculated (1=columns, 2=rows) 
              (optional, default=first dimension with more than 1 element
 Output: Z  : z-scores

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003