Home > freetb4matlab > statistics > base > iqr.m

iqr

PURPOSE ^

% If @var{x} is a vector, return the interquartile range, i.e., the

SYNOPSIS ^

function y = iqr (x, dim)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} iqr (@var{x}, @var{dim})
% If @var{x} is a vector, return the interquartile range, i.e., the
% difference between the upper and lower quartile, of the input data.
%
% If @var{x} is a matrix, do the above for first non-singleton
% dimension of @var{x}.  If the option @var{dim} argument is given,
% then operate along this dimension.
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

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