Home > freetb4matlab > statistics > base > mahalanobis.m

mahalanobis

PURPOSE ^

% Return the Mahalanobis' D-square distance between the multivariate

SYNOPSIS ^

function retval = mahalanobis (X, Y)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} mahalanobis (@var{x}, @var{y})
% Return the Mahalanobis' D-square distance between the multivariate
% samples @var{x} and @var{y}, which must have the same number of
% components (columns), but may have a different number of observations
% (rows).
% @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