<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>misos</author_name>
  <author_url>https://blog.hatena.ne.jp/misos/</author_url>
  <blog_title>めも</blog_title>
  <blog_url>https://paper.hatenadiary.jp/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>データを生成 KL-divergence 実行結果 参考文献 データを生成 N=10000個だけ正規分布、パレート分布（自由度10）、べき分布からサンプルを生成。 import matplotlib.pyplot as plt import numpy as np # サンプル数 N=10000 # 各分布からサンプルをN個生成 x = np.random.normal(size=N) x2 = np.random.normal(size=N) y = np.random.pareto(10, size=N) y2 = np.random.pareto(10, size=N) z = np.r…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpaper.hatenadiary.jp%2Fentry%2F2018%2F10%2F13%2F164539&quot; title=&quot;pythonでKL距離(KLダイバージェンス) - めも&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/m/misos/20181013/20181013164603.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-10-13 16:45:39</published>
  <title>pythonでKL距離(KLダイバージェンス)</title>
  <type>rich</type>
  <url>https://paper.hatenadiary.jp/entry/2018/10/13/164539</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
