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:
naninsttest NANINSTTEST checks whether the functions from NaN-toolbox have been