<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>aipacommander</author_name>
  <author_url>https://blog.hatena.ne.jp/aipacommander/</author_url>
  <blog_title>ITの隊長のブログ</blog_title>
  <blog_url>https://aipacommander.com/</blog_url>
  <categories>
    <anon>統計</anon>
  </categories>
  <description>統計検定３級の問題といてみた。点数ひくかったので、復習中。 データの用意 &gt;&gt;&gt; import numpy as np &gt;&gt;&gt; a = np.random.randint(0, 100, (100,)) 平均 全部の数字を足し合わせて、数字の数で割った値. &gt;&gt;&gt; a.mean() 46.100000000000001 &gt;&gt;&gt; np.sum(a) / len(a) 46.100000000000001 分散 各数値と平均値との距離のこと。データの散らばり具合を確認することができる。 全部の数字から平均で引いて２乗して足し合わせる. なんで２乗する必要があるの？ -&gt; 引いたときに負の値になる場…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faipacommander.com%2Fentry%2F2018%2F04%2F13%2F021247&quot; title=&quot;平均と分散と標準偏差 - ITの隊長のブログ&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-04-13 02:12:47</published>
  <title>平均と分散と標準偏差</title>
  <type>rich</type>
  <url>https://aipacommander.com/entry/2018/04/13/021247</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
