Home > freetb4matlab > statistics > base > studentize.m

studentize

PURPOSE ^

% If @var{x} is a vector, subtract its mean and divide by its standard

SYNOPSIS ^

function t = studentize (x, dim)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} studentize (@var{x}, @var{dim})
% If @var{x} is a vector, subtract its mean and divide by its standard
% deviation.
%
% If @var{x} is a matrix, do the above along the first non-singleton
% dimension.  If the optional argument @var{dim} 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