<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ryamada22</author_name>
  <author_url>https://blog.hatena.ne.jp/ryamada22/</author_url>
  <blog_title>ryamadaの遺伝学・遺伝統計学メモ</blog_title>
  <blog_url>https://ryamada22.hatenablog.jp/</blog_url>
  <categories>
    <anon>ノンパラメトリック</anon>
    <anon>ベイズ</anon>
    <anon>R</anon>
    <anon>python</anon>
  </categories>
  <description>Non-parametric bayesian clustering Data set simulation n &lt;- 1000 d &lt;- 4 k &lt;- 5 s &lt;- sample(1:k,n,replace=TRUE) m &lt;- matrix(rnorm(d*k,sd=6),k,d) X &lt;- matrix(0,n,d) for(i in 1:k){ tmp &lt;- which(s == i) r &lt;- matrix(rnorm(d * length(tmp))) X[tmp,] &lt;- r for(j in 1:d){ X[tmp,j] &lt;- X[tmp,j] + m[i,j] } } plo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fryamada22.hatenablog.jp%2Fentry%2F20180922%2F1537589843&quot; title=&quot;ノンパラメトリック・ベイズ実践編 - ryamadaの遺伝学・遺伝統計学メモ&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/r/ryamada22/20180922/20180922131657.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-09-22 13:17:23</published>
  <title>ノンパラメトリック・ベイズ実践編</title>
  <type>rich</type>
  <url>https://ryamada22.hatenablog.jp/entry/20180922/1537589843</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
