Home > freetb4matlab > info-theory > infogain_seq.m

infogain_seq

PURPOSE ^

%

SYNOPSIS ^

function IGR = infogain_seq(x,y)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} infogain_seq (@var{seq_x}, @var{seq_y})
%
% Gives the information gain ratio (also known as the
% `uncertainty coefficient') of the sequence x
% conditional on y:
%        I(X|Y) = I(X;Y)/H(X)
%
% @example
% @group
%          X=[1, 1, 2, 1, 1];
%          Y=[2, 2, 1, 1, 2];
%          infogain_seq(X,Y)
% @end group
% @end example
% @end deftypefn
% @seealso{infoentr_seq}
%

CROSS-REFERENCE INFORMATION ^

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