<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yamaimo0625</author_name>
  <author_url>https://blog.hatena.ne.jp/yamaimo0625/</author_url>
  <blog_title>いものやま。</blog_title>
  <blog_url>https://yamaimo.hatenablog.jp/</blog_url>
  <categories>
    <anon>技術</anon>
    <anon>Python</anon>
    <anon>統計</anon>
  </categories>
  <description>前回は分析用のテーブルを作った。 今回はそれを使って実際の分析を進めていく。 出目の分析 まずは出目の分布がどうなっているか。 分析用のテーブルから出目を抽出して分析する： # 対象のプレイヤーの出目だけ抽出する def extract_dices(log_table: pd.DataFrame, player: Player) -&gt; pd.Series: dices_series = log_table.loc[log_table[&quot;player&quot;] == player, &quot;dices&quot;] dice_list = [] for dices in dices_series: # 数値を10進数…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyamaimo.hatenablog.jp%2Fentry%2F2025%2F08%2F24%2F220000&quot; title=&quot;ルドー分析の裏側の話。（その2） - いものやま。&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/y/yamaimo0625/20250818/20250818094252.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-08-24 22:00:00</published>
  <title>ルドー分析の裏側の話。（その2）</title>
  <type>rich</type>
  <url>https://yamaimo.hatenablog.jp/entry/2025/08/24/220000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
