Home > NaN > trimmean.m

trimmean

PURPOSE ^

TRIMMEAN calculates the trimmed mean by removing the upper and lower

SYNOPSIS ^

function Q=trimmean(Y,p,DIM)

DESCRIPTION ^

 TRIMMEAN calculates the trimmed mean by removing the upper and lower
 (p/2)% samples. Missing values (encoded as NaN) are also removed. 

  Q = trimmean(Y,p)
  Q = trimmean(Y,p,DIM)
     returns the TRIMMEAN along dimension DIM of sample array Y.

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

CROSS-REFERENCE INFORMATION ^

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