<?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>統計学３級取るぞ！！！ 親の顔より何度もみた分散と標準偏差 $ python &gt;&gt;&gt; a = [5, 3, 4, 10, 3] &gt;&gt;&gt; a_ = sum(a) / len(a) # 平均 &gt;&gt;&gt; a_ 5.0 &gt;&gt;&gt; s = sum([(i - a_)**2 for i in a]) / len(a) # 分散 &gt;&gt;&gt; s 6.8 &gt;&gt;&gt; import math &gt;&gt;&gt; math.sqrt(s) # 分散をルートでかけると標準偏差 2.6076809620810595 www.youtube.com もう１つの方法でとく &gt;&gt;&gt; x2_ = sum([i ** 2 for i in a]) /…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faipacommander.com%2Fentry%2F2018%2F07%2F24%2F014855&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-07-24 01:48:55</published>
  <title>分散・標準偏差</title>
  <type>rich</type>
  <url>https://aipacommander.com/entry/2018/07/24/014855</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
