<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>k-kuro</author_name>
  <author_url>https://blog.hatena.ne.jp/k-kuro/</author_url>
  <blog_title>kuroの覚え書き</blog_title>
  <blog_url>https://k-kuro.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>science</anon>
  </categories>
  <description>例によってwebアプリ拡張。統計処理をするにあたって、データが正規分布しているかどうかによってその後の処理が分岐する事が多い。 なので、まずは正規分布かどうかを確定させる必要がある。 Shapiro-Wilk testで判定。Q–Q plot, quantile-quantile plotも参考に。 @app.route('/shapiro', methods=['GET', 'POST']) def shapiro_index(): user = g.user.name form=StatForm() dir = &quot;./user/&quot; + user + &quot;/ttest&quot; if os.path.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk-kuro.hatenadiary.jp%2Fentry%2F20200817%2F1597662058&quot; title=&quot;正規分布しているかの検定 - kuroの覚え書き&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/k/k-kuro/20200817/20200817195854.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-08-17 20:00:58</published>
  <title>正規分布しているかの検定</title>
  <type>rich</type>
  <url>https://k-kuro.hatenadiary.jp/entry/20200817/1597662058</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
