<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rare_Remrin</author_name>
  <author_url>https://blog.hatena.ne.jp/rare_Remrin/</author_url>
  <blog_title>Remrinのpython攻略日記</blog_title>
  <blog_url>https://python-remrin.hatenadiary.jp/</blog_url>
  <categories>
    <anon>numpy</anon>
    <anon>ライブラリ</anon>
    <anon>python</anon>
    <anon>統計</anon>
  </categories>
  <description>NumPyの統計関数の使い方 ndarray配列全体、あるいは特定の軸についての統計処理をする。 sumやmeanなどの集計処理は次元削減になる。 axis=0 縦方向にreduce axis=1 横方向にredece sum 和。 長さ0の配列では0を返す。 mean 平均。長さ0の配列ではNaNを返す。 var 分散 std 標準偏差 min 最小値, aminも同じ max 最大値, amaxも同じ nanmin NaNを無視した最小値 nanmax NaNを無視した最大値 minimun 2つの配列を比較して小さい要素、NaNを優先 maximun 2つの配列を比較して大きい要素、Na…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpython-remrin.hatenadiary.jp%2Fentry%2F2017%2F05%2F12%2F004112&quot; title=&quot;NumPyの使い方（７）　統計関数、最大・最小 - Remrinのpython攻略日記&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>2017-05-12 00:41:12</published>
  <title>NumPyの使い方（７）　統計関数、最大・最小</title>
  <type>rich</type>
  <url>https://python-remrin.hatenadiary.jp/entry/2017/05/12/004112</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
