{"id":5597,"date":"2025-05-15T10:52:44","date_gmt":"2025-05-15T02:52:44","guid":{"rendered":"http:\/\/cnliutz.pgrm.cc\/?p=5597"},"modified":"2025-05-15T10:52:44","modified_gmt":"2025-05-15T02:52:44","slug":"python%e7%bb%98%e5%88%b6%e6%ad%a3%e6%80%81%e5%88%86%e5%b8%83%e5%9b%be","status":"publish","type":"post","link":"http:\/\/cnliutz.wicp.vip\/?p=5597","title":{"rendered":"python\u7ed8\u5236\u6b63\u6001\u5206\u5e03\u56fe"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>import numpy as np\nimport matplotlib.pyplot as mp\nfrom scipy import stats\n\nx=np.linspace(-4,4,500)\nmp.figure('Normal and t Distribution',facecolor='lightgray')\nmp.title('Normal Distribution',fontsize=20)\nmp.xlabel('x',fontsize=14)\nmp.ylabel('y',fontsize=14)\nmp.tick_params(labelsize=10)\nmp.grid(linestyle=':')\nmp.plot(x,stats.norm.pdf(x),label='Normal')\nmp.show()\n\nmp.title('t Distribution',fontsize=20)\nmp.plot(x,stats.t.pdf (x,5),label='n=5')\nmp.plot(x,stats.t.pdf (x,30),label='n=30')\nmp.legend()\nmp.show()\n<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,10],"tags":[],"class_list":["post-5597","post","type-post","status-publish","format-standard","hentry","category-2","category-python"],"_links":{"self":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/5597","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5597"}],"version-history":[{"count":1,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/5597\/revisions"}],"predecessor-version":[{"id":5598,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/5597\/revisions\/5598"}],"wp:attachment":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5597"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5597"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5597"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}