<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>todays_mitsui</author_name>
  <author_url>https://blog.hatena.ne.jp/todays_mitsui/</author_url>
  <blog_title>無駄と文化</blog_title>
  <blog_url>https://blog.mudatobunka.org/</blog_url>
  <categories>
    <anon>統計</anon>
    <anon>Stan</anon>
  </categories>
  <description>MCMC サンプリングの練習をしよう。 Stan を使う。実行環境は Google Colab 、よってローカル環境でのセットアップは一切不要。 colab.research.google.com ここにノートブックがある。 モデル定義 シンプルにただのベータ分布からサンプリングするだけをやってみよう。 data { real&lt;lower=0&gt; alpha; real&lt;lower=0&gt; beta; } parameters { real&lt;lower=0, upper=1&gt; theta; } model { theta ~ beta(alpha, beta); } やってることは だけ。この を…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.mudatobunka.org%2Fentry%2F2025%2F08%2F17%2F100000&quot; title=&quot;StanによるMCMCサンプリング/素振り/ベータ分布 - 無駄と文化&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/t/todays_mitsui/20250816/20250816220141.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-08-17 10:00:00</published>
  <title>StanによるMCMCサンプリング/素振り/ベータ分布</title>
  <type>rich</type>
  <url>https://blog.mudatobunka.org/entry/2025/08/17/100000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
