<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>unaoya</author_name>
  <author_url>https://blog.hatena.ne.jp/unaoya/</author_url>
  <blog_title>sigma</blog_title>
  <blog_url>https://unaoya-sigma.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>今回は標本の平均と分散がどのような分布になるかをシミュレーションします。 今回やりたいこと 標準正規分布に独立に従うサイズnの標本について、その平均と分散がどのような分布になるか、nを動かして調べます。 例えば以下のコードを実行すると、平均μ=0で標準偏差σ=1の正規分布からサイズn=5の標本をランダムにサンプルできます。 set.seed(123) mu &lt;- 0 sigma &lt;- 1 n &lt;- 5 sample &lt;- rnorm(n = n, mean = mu, sd = sigma) すると、 &gt; sample [1] -0.56047565 -0.23017749 1.5587083…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Funaoya-sigma.hatenadiary.jp%2Fentry%2Fnormal_sample&quot; title=&quot;標本平均と標本分散の分布 - sigma&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>https://cdn-ak.f.st-hatena.com/images/fotolife/u/unaoya/20190116/20190116090822.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-01-16 09:17:18</published>
  <title>標本平均と標本分散の分布</title>
  <type>rich</type>
  <url>https://unaoya-sigma.hatenadiary.jp/entry/normal_sample</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
