<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Autoregressive model with random times in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Autoregressive-model-with-random-times/m-p/60109#M2781</link>
    <description>According to the PROC MIXED documentation,&lt;BR /&gt;
&lt;BR /&gt;
cov(i,j) = s^2*p^(d(i,j)) where d(i,j) is the Euclidean distance between i and j&lt;BR /&gt;
&lt;BR /&gt;
d(i,j) = sqrt( sum [over m from 1 to k](c(m,i) - c(m,j)^2).&lt;BR /&gt;
&lt;BR /&gt;
So for one dimensional data, like time series, your expression should be correct.&lt;BR /&gt;
&lt;BR /&gt;
Steve Denham</description>
    <pubDate>Wed, 04 Aug 2010 11:31:32 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2010-08-04T11:31:32Z</dc:date>
    <item>
      <title>Autoregressive model with random times</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Autoregressive-model-with-random-times/m-p/60108#M2780</link>
      <description>Hello all,&lt;BR /&gt;
&lt;BR /&gt;
I am using type=sp(pow)(time) for an AR(1) model with random times and I am getting two parameter estimates: the residual variance s^2 and correlation coef p&lt;BR /&gt;
&lt;BR /&gt;
For my example s^2=8.8771 and p=.04977&lt;BR /&gt;
&lt;BR /&gt;
Now my R matrix is a 2x2 matrix [{8.8771, 3.4493},{3.4493,8.8771}]&lt;BR /&gt;
&lt;BR /&gt;
I can see why the diagonal elements which are the variances are 8.8771 but I dont understand where the 3.4493 is coming from. Is it the covariance between to adjacent observations?&lt;BR /&gt;
&lt;BR /&gt;
Is cov(i,j)=s^2*p^|t(i)-t(j)| ????&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Wed, 04 Aug 2010 03:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Autoregressive-model-with-random-times/m-p/60108#M2780</guid>
      <dc:creator>trekvana</dc:creator>
      <dc:date>2010-08-04T03:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Autoregressive model with random times</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Autoregressive-model-with-random-times/m-p/60109#M2781</link>
      <description>According to the PROC MIXED documentation,&lt;BR /&gt;
&lt;BR /&gt;
cov(i,j) = s^2*p^(d(i,j)) where d(i,j) is the Euclidean distance between i and j&lt;BR /&gt;
&lt;BR /&gt;
d(i,j) = sqrt( sum [over m from 1 to k](c(m,i) - c(m,j)^2).&lt;BR /&gt;
&lt;BR /&gt;
So for one dimensional data, like time series, your expression should be correct.&lt;BR /&gt;
&lt;BR /&gt;
Steve Denham</description>
      <pubDate>Wed, 04 Aug 2010 11:31:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Autoregressive-model-with-random-times/m-p/60109#M2781</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2010-08-04T11:31:32Z</dc:date>
    </item>
  </channel>
</rss>

