Home > freetb4matlab > info-theory > condentr_seq.m

condentr_seq

PURPOSE ^

% Calculates information entropy of the sequence x

SYNOPSIS ^

function Hcond = condentr_seq(x,y)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} condentr_seq (@var{seq_x}, @var{seq_y})
% Calculates information entropy of the sequence x
% conditional on the sequence y:
%      H(X|Y) = H(X,Y) - H(Y)
% @example
% @group
%          X=[1, 1, 2, 1, 1];
%          Y=[2, 2, 1, 1, 2];
%          condentr_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