


lyngby_bat_test - t-test using the Ardekani t-method
function t = lyngby_bat_test(P, X, PropertyName, PropertyValue)
Input: P Normalized paradigm (no mean)
X Normalized datamatrix
Property: Delay { 0 } Delay, Number of timesteps the
paradigm will be moved with reference to
the datamatrix.
Output: t t-statstics value.
This function will return the t-statistics measure using
(P' * X) / (sigma_est * sqrt(P' * P))
See also LYNGBY, LYNGBY_BAF_TEST, LYNGBY_BAF2_TEST.
$Id: lyngby_bat_test.m,v 1.7 2002/11/18 17:48:15 fnielsen Exp $