Home > freetb4matlab > statistics > base > meansq.m

meansq

PURPOSE ^

% For vector arguments, return the mean square of the values.

SYNOPSIS ^

function y = meansq (x, dim)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} meansq (@var{x})
% @deftypefnx {Function File} {} meansq (@var{x}, @var{dim})
% For vector arguments, return the mean square of the values.
% For matrix arguments, return a row vector containing the mean square
% of each column.  With the optional @var{dim} argument, returns the
% mean squared of the values 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