Home > freetb4matlab > statistics > base > statistics.m

statistics

PURPOSE ^

% If @var{x} is a matrix, return a matrix with the minimum, first

SYNOPSIS ^

function S = statistics (X, dim)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} statistics (@var{x})
% If @var{x} is a matrix, return a matrix with the minimum, first
% quartile, median, third quartile, maximum, mean, standard deviation,
% skewness and kurtosis of the columns of @var{x} as its columns.
%
% If @var{x} is a vector, calculate the statistics along the 
% non-singleton 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