<p>I Think cross spectral methods (the phase spectrum in particular) is</p>
<p>very powerfull. See the working paper 'Spectral Analysis for</p>
<p>Economic Time Series' by Alessandra Iacobucci avalaible</p>
<p>in the web.</p>
<p> </p>
<p>Hope this helps</p>
<p> </p>
<p>Washington Santos Silva<br />Diretoria de Graduação e Pós-Graduação<br />CEFET-Bambuí/MG<br />Tel.: (37)3431:4922<br />e-mail: wss@cefetbambui.edu.br</p>
<p><br /><br />Em 22/01/2009 02:38, <strong><span title="Matthieu Stigler&lt;matthieu.stigler@gmail.com&gt;">Matthieu Stigler </span></strong> escreveu:</p>
<blockquote style="border-left: 2px solid #6868cc; margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br />Michael a écrit :<br />&gt; Hi all,<br />&gt;<br />&gt; Is there a way to study the lead and lag relation of two time series?<br />&gt;<br />&gt; Let's say I have two time series, At and Bt. Is there a systematic way<br />&gt; of concluding whether it's A leading B or B leading A and by how much?<br />&gt;<br />&gt; Thanks!<br />&gt;<br />&gt; _______________________________________________<br />&gt; R-SIG-Finance@stat.math.ethz.ch mailing list<br />&gt; https://stat.ethz.ch/mailman/listinfo/r-sig-finance<br />&gt; -- Subscriber-posting only.<br />&gt; -- If you want to post, subscribe first.<br />&gt;   <br />You can use cross-correlation:<br />a&lt;-rnorm(100)<br /> &gt; b&lt;-runif(100)<br /> &gt; ccf&lt;-ccf(a,b)<br />plot(ccf)<br />ccf$acf<br /><br />Or use some VAR from package vars.<br /><br />Bests Mat<br /><br />_______________________________________________<br /
 >R-SIG-Finance@stat.math.ethz.ch mailing list<br />https://stat.ethz.ch/mailman/listinfo/r-sig-finance<br />-- Subscriber-posting only.<br />-- If you want to post, subscribe first.<br /><br /></blockquote>