Home > NaN > range.m

range

PURPOSE ^

IQR calculates the range of Y

SYNOPSIS ^

function Q=range(Y,DIM)

DESCRIPTION ^

 IQR calculates the range of Y 
  Missing values (encoded as NaN) are ignored. 

  Q = range(Y)
  Q = range(Y,DIM)
     returns the range along dimension DIM of sample array Y.

  Q = range(HIS)
     returns the IQR from the histogram HIS. 
     HIS must be a HISTOGRAM struct as defined in HISTO2 or HISTO3.

 see also: IQR, MAD, HISTO2, HISTO3, PERCENTILE, QUANTILE

CROSS-REFERENCE INFORMATION ^

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