{"id":5528,"date":"2025-04-20T11:55:17","date_gmt":"2025-04-20T03:55:17","guid":{"rendered":"http:\/\/192.168.1.29\/?p=5528"},"modified":"2025-04-20T11:55:18","modified_gmt":"2025-04-20T03:55:18","slug":"python%e7%bb%98%e5%88%b6%e6%ad%a3%e6%80%81%e5%88%86%e5%b8%83%e5%92%8ct%e5%88%86%e5%b8%83%e5%9b%be%e5%bd%a2","status":"publish","type":"post","link":"http:\/\/xc.ipyingshe.net:5347\/?p=5528","title":{"rendered":"python\u7ed8\u5236\u6b63\u6001\u5206\u5e03\u548ct\u5206\u5e03\u56fe\u5f62"},"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","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":[10,5],"tags":[],"class_list":["post-5528","post","type-post","status-publish","format-standard","hentry","category-python","category-statistics"],"_links":{"self":[{"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/5528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5528"}],"version-history":[{"count":1,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/5528\/revisions"}],"predecessor-version":[{"id":5529,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/5528\/revisions\/5529"}],"wp:attachment":[{"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5528"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/xc.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}