Home > NaN > trimean.m

trimean

PURPOSE ^

TRIMEAN evaluates basic statistics of a data series

SYNOPSIS ^

function y=trimean(x,DIM)

DESCRIPTION ^

 TRIMEAN evaluates basic statistics of a data series
    m = TRIMEAN(y).

 The trimean is  m = (Q1+2*MED+Q3)/4
    with quartile Q1 and Q3 and median MED   

 N-dimensional data is supported
 
 REFERENCES:
 [1] http://mathworld.wolfram.com/Trimean.html

CROSS-REFERENCE INFORMATION ^

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