<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>potisan</author_name>
  <author_url>https://blog.hatena.ne.jp/potisan/</author_url>
  <blog_title>potisanのプログラミングメモ</blog_title>
  <blog_url>https://potisan-programming-memo.hatenablog.jp/</blog_url>
  <categories>
    <anon>Python 3</anon>
    <anon>SciPy</anon>
    <anon>matplotlib</anon>
    <anon>NumPy</anon>
    <anon>まとめ未登録（管理用）</anon>
  </categories>
  <description>SciPyとmatplotlibの学習で書いたコードです。実行すると標準正規分布と下側・上側2.5%領域を描画します。 import numpy as np from scipy.stats import norm import matplotlib.pyplot as plt # 正規分布で使う平均値と標準偏差 mean_sd = (0, 1) # グラフのプロット plt.rcParams[&quot;font.family&quot;] = &quot;MS Gothic&quot; #日本語表示対応 fig, ax = plt.subplots() x = np.linspace(-5, 5, 1000) #ax.axhli…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpotisan-programming-memo.hatenablog.jp%2Fentry%2F2022%2F06%2F13%2F194844&quot; title=&quot;Python&amp;amp;SciPy&amp;amp;matplotlib 正規分布の曲線と下側・上側2.5%領域の塗りつぶし - potisanのプログラミングメモ&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/p/potisan/20220613/20220613193940.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-06-13 19:48:44</published>
  <title>Python&amp;SciPy&amp;matplotlib 正規分布の曲線と下側・上側2.5%領域の塗りつぶし</title>
  <type>rich</type>
  <url>https://potisan-programming-memo.hatenablog.jp/entry/2022/06/13/194844</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
