Home > lyngby > lyngby_xcorr.m

lyngby_xcorr

PURPOSE ^

lyngby_xcorr - Cross correlation/covariance

SYNOPSIS ^

function C = lyngby_xcorr(X, P, arg1, arg2, arg3, arg4, arg5, arg6)

DESCRIPTION ^

 lyngby_xcorr         - Cross correlation/covariance

       function C = lyngby_xcorr(X, P, ...
           'PropertyName', 'PropertyValue')

       Input:    X           Datamatrix
                 P           Paradigm vector
     
       Property: Biased      Divide by the number of time steps
                 Components  Number of cross correlation components
                             returned. Should be a 
                             number. By default all components
                             are returned.
                 Type        [ biased | coeff | {none} ]

       Output:   C           Cross correlation

       This function returns the cross correlation or the
       cross-covariance between a matrix X and a vector P.

       The 'Biased' property is redundant in connection with the
       'Type' property.

       See also LYNGBY, LYNGBY_UI_MAIN.

 $Id: lyngby_xcorr.m,v 1.10 2002/05/08 14:25:56 fnielsen Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 29-Jul-2009 15:57:21 by m2html © 2003