<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cartman0</author_name>
  <author_url>https://blog.hatena.ne.jp/cartman0/</author_url>
  <blog_title>はしくれエンジニアもどきのメモ</blog_title>
  <blog_url>https://cartman0.hatenablog.com/</blog_url>
  <categories>
    <anon>R言語</anon>
  </categories>
  <description>正規分布の描画 １変数の標準正規分布の確率密度関数を[ -5, +5 ]の範囲で描画。 curve( dnorm( x, mean=0, sd=1 ), xlim = c( -5, 5 ), lwd = 5 ) 確率密度関数 確率密度関数：サンプル数を無限にした時に得られる曲線と横軸のなす面積が１となるように正規化した関数。 サンプルデータがたくさん集まった場合、ヒストグラムで観察することが多い。 例： rnorm(n)：正規分布に従う乱数を n 個生成 &gt; x &lt;- rnorm( n=100 )&gt; hist( x ) x &lt;- rnorm( n=10000 )hist( x ) 正規分布する…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcartman0.hatenablog.com%2Fentry%2F2014%2F06%2F29%2F004554&quot; title=&quot;	R言語で多変量解析４（正規分布、確率密度関数、正規分布の標準化） - はしくれエンジニアもどきのメモ&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://cdn-ak.f.st-hatena.com/images/fotolife/c/cartman0/20140628/20140628224924.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-06-29 00:45:54</published>
  <title>	R言語で多変量解析４（正規分布、確率密度関数、正規分布の標準化）</title>
  <type>rich</type>
  <url>https://cartman0.hatenablog.com/entry/2014/06/29/004554</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
