<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE id=ridTitle>Glaciar</TITLE><BASE 
href="file://C:\Archivos de programa\Archivos comunes\Microsoft Shared\Stationery\">
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE>BODY {
        MARGIN-TOP: 20px; FONT-SIZE: 10pt; MARGIN-LEFT: 50px; COLOR: #006666; FONT-FAMILY: Arial, Helvetica
}
</STYLE>

<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY id=ridBody bgColor=#ffffff 
background=cid:00cf01c64108$4b106fb0$6601a8c0@BIOEF.ORG>
<DIV>Dear R-users,&nbsp;</DIV>
<DIV>Thanks Spencer for your suggestion, i think we are near but still that is 
not what i&nbsp;am looking for. <BR>I think I was not clear using that notation 
for the impact: <STRONG>(yt= d * yt-1 + w * It ), </STRONG>this yt is not my 
original series, it is only the impact, </DIV>
<DIV>the series would be modeled as <STRONG>Yt=yt +Nt</STRONG>, with<STRONG> 
yt</STRONG> the impact written above and <STRONG>Nt the ARIMA part</STRONG> of 
the model. Hence,&nbsp;<STRONG>Yt</STRONG> is the series (your lh), and 
<STRONG>yt </STRONG>the impact. </DIV>
<DIV>&nbsp;</DIV>
<DIV>With your suggestion</DIV>
<DIV><FONT color=#ff0000>IntReg &lt;- cbind(It=(1:48)&gt;20, 
It.w=((1:48)&gt;20)*(1:48),&nbsp; It.lh=((1:48)&gt;20)*c(0, lh[-48]) 
)<BR>arima(lh, order = c(1,0,0), xreg=IntReg)</FONT></DIV><FONT color=#ff0000>
<DIV><BR></FONT><FONT color=#008080>&nbsp;I would have for the original series 
Yt=lh(t)</FONT></DIV>
<DIV><FONT color=#008080></FONT>&nbsp;</DIV>
<DIV><FONT color=#ff0000>lh(20)=0 + Nt.</FONT></DIV>
<DIV><FONT color=#ff0000>lh(21)=w + beta1*21 + beta2*lh(20) + Nt</FONT></DIV>
<DIV><FONT color=#ff0000>lh(22)=w + beta1*22 + beta2*lh(21) + Nt</FONT></DIV>
<DIV><FONT color=#ff0000>etc. </FONT></DIV>
<DIV><FONT color=#ff0000>&nbsp;</DIV></FONT>
<DIV>What I am trying to model is a gradual permanent impact, which would lead 
to:</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#0000ff>lh(t)= impact(t) + Nt</FONT></DIV>
<DIV>
<DIV><FONT color=#0000ff>lh(t)=&nbsp;w*It + d*yt-1&nbsp;+ Nt</FONT></DIV></DIV>
<DIV><FONT color=#0000ff></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff>lh(20)= 0+ Nt </FONT></DIV>
<DIV><FONT color=#0000ff>lh(21)= w + Nt</FONT></DIV>
<DIV><FONT color=#0000ff>lh(22)= d*w + w +&nbsp;Nt</FONT></DIV>
<DIV>
<DIV><FONT color=#0000ff>lh(22)= (d^2)*w + d*w + w + Nt</FONT></DIV></DIV>
<DIV><FONT color=#0000ff>...</FONT></DIV>
<DIV><FONT color=#0000ff>lh(n)=(d^n)*w&nbsp;+(d^(n-1))*w +....+(d^2)*w + d*w + w 
+ Nt, which asymptoticaly would be =&nbsp;w/(1-d) + Nt.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>In that way, I can model the impact not only as an abrupt permanent impact 
(like a "step") but also&nbsp;as a gradual permanent impact (which grows 
gradually, as a linear trend or as a&nbsp;parabolic grow trend, or whatever) 
with just two parameters. &nbsp;In SAS they are called denominator factors for 
transfer functions for an input series. I also would like to modelize an abrupt 
temporary impact (a high pick in the moment of the impact decreasing gradually 
after it), but&nbsp;hopefully that will be easy after knowing the 
first.....</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any suggestion for implementing this would be very very well 
received!!<BR>Thank a lot in advance,</DIV>
<DIV><BR>Berta.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>################ answer of Spencer .####################</DIV>Does the 
following illustrate the kind of interevention model you want<BR><BR>IntReg 
&lt;- cbind(It=(1:48)&gt;20, 
It.w=((1:48)&gt;20)*(1:48),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
It.lh=((1:48)&gt;20)*c(0, lh[-48]) )<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; arima(lh, 
order = c(1,0,0), xreg=IntReg)<BR>&nbsp; hope this helps.<BR>&nbsp; spencer 
graves<BR><BR>Berta wrote:<BR><BR>&gt; Hi R-users,<BR>&gt;&nbsp; <BR>&gt; I am 
using arima to fit a time series. Now I <BR>would like to include an 
intervention component<BR>"It (0 before intervention, 1 after)" 
using<BR>different types of impacts, that is, not only<BR>trying the simple 
abrupt permanent impact (yt =<BR>w It ) with the xreg option but also trying 
with<BR>a gradual permanent impact (yt= d * yt-1 + w * It ),<BR>following the 
filosophy of Box and Tiao (1975).<BR>Intervention analysis with applications to 
economic<BR>and environmental problems. JASA 70: 70-92.<BR>&gt; <BR>&gt; Does 
anybody know where could I find how to <BR>incorporate them using the arima 
comand (or other),<BR>or a statistical package which can incorporate it?<BR>&gt; 
<BR>&gt; Thanks, <BR>&gt; <BR>&gt; Berta.<BR>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>