<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1522" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff><FONT face=Arial size=2> </FONT>
<DIV>Hi all, I have some questions regarding confidence intervals for 
timelocked data in FieldTrip. I noted that a field .var is returned by 
timelockanalysis</DIV>
<DIV> </DIV>
<DIV>line 510 timelockanalysis<BR>% compute the variance<BR>tmp1 = 
repmat(dofvec(:)', [nchan 1]);<BR>tmp2 = repmat(dofvec(:)', [nchan 1])-1;<BR>var 
= (ss - (s.^2)./tmp1) ./ tmp2;</DIV>
<DIV> </DIV>
<DIV>Assuming that the sampling distribution is normal I can presumably use this 
field for computation of confidence intervals of the .avg field? <BR>Is 
nonparametric estimation of variance using a bootstrap or jackknife also 
implemented somewhere? In general I'm just curious to know how others compute 
confidence intervals for evoked potentials in FieldTrip, for example to get an 
idea at what point in time two conditions start to differ, </DIV>
<DIV> </DIV>
<DIV>best regards, Jasper</DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>