<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>syou6162</author_name>
  <author_url>https://blog.hatena.ne.jp/syou6162/</author_url>
  <blog_title>yasuhisa's blog</blog_title>
  <blog_url>https://www.yasuhisay.info/</blog_url>
  <categories>
    <anon>計量時系列分析</anon>
    <anon>R</anon>
  </categories>
  <description>習ったついでに遊んでみるテスト。この前ここで定常時系列データを作ったが、あれはARモデルに沿って作ったようなやり方になっているらしい。で、今日は時系列分析における相関係数、自己相関係数を習ったのでそれを使ってみる。定常時系列データを作る関数。再掲。パラメータと作るデータセットの数を指定(指定しなくてもいいけど)。 teijyou&lt;-function(b=0.5,n=100){ x&lt;-rnorm(1) for(i in 2:n){ x[i]&lt;-b*x[i-1]+rnorm(1) } return(x) } 標本自己共分散はで、標本自己相関係数はであるが、わざわざ自分で作らなくてもRにはこれを求め…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.yasuhisay.info%2Fentry%2F20070918%2F1190118401&quot; title=&quot;ARモデルと自己相関係数で遊んでみるテスト - yasuhisa&amp;#39;s blog&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://farm2.static.flickr.com/1071/1401307731_b1668c1436.jpg?v=0</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-09-18 21:26:41</published>
  <title>ARモデルと自己相関係数で遊んでみるテスト</title>
  <type>rich</type>
  <url>https://www.yasuhisay.info/entry/20070918/1190118401</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
