Home > eeg > egis > meg_code > stderr.m

stderr

PURPOSE ^

SYNOPSIS ^

function errors = stderr(coh,ntrial);

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function errors = stderr(coh,ntrial);
0002 
0003 rtcoh = sqrt(coh);
0004 errors = sqrt(2)*(ones(size(coh,1),size(coh,2))-coh)./rtcoh;
0005 errors = errors/sqrt(ntrial);

Generated on Wed 20-Sep-2023 04:00:50 by m2html © 2003