{"id":838,"date":"2023-07-28T14:27:08","date_gmt":"2023-07-28T14:27:08","guid":{"rendered":"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/"},"modified":"2023-07-28T14:27:08","modified_gmt":"2023-07-28T14:27:08","slug":"python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1","status":"publish","type":"post","link":"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/","title":{"rendered":"Python \u4e2d\u7684\u7b49\u9891\u5206\u7bb1"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\u5728\u7edf\u8ba1\u5b66\u4e2d\uff0c<strong>\u5206\u7ec4<\/strong>\u662f\u5c06\u6570\u503c<em>\u5206\u7ec4<\/em>\u7684\u8fc7\u7a0b\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\">\u6700\u5e38\u89c1\u7684\u805a\u7c7b\u5f62\u5f0f\u79f0\u4e3a<strong>\u7b49\u5bbd\u805a\u7c7b<\/strong>\uff0c\u5176\u4e2d\u6211\u4eec\u5c06\u6570\u636e\u96c6\u5212\u5206\u4e3a<em>k \u4e2a<\/em>\u7b49\u5bbd\u7684\u7ec4\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\">\u4e00\u79cd\u4e0d\u592a\u5e38\u7528\u7684\u805a\u7c7b\u5f62\u5f0f\u79f0\u4e3a<strong>\u7b49\u9891\u805a\u7c7b<\/strong>\uff0c\u5176\u4e2d\u6211\u4eec\u5c06\u6570\u636e\u96c6\u5206\u4e3a<em>k \u4e2a<\/em>\u7ec4\uff0c\u6240\u6709\u7ec4\u90fd\u5177\u6709\u76f8\u540c\u7684\u9891\u7387\u6570\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\">\u672c\u6559\u7a0b\u4ecb\u7ecd\u5982\u4f55\u5728 python \u4e2d\u6267\u884c\u7b49\u9891\u805a\u7c7b\u3002<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Python \u4e2d\u7684\u7b49\u9891\u5206\u7bb1<\/strong><\/span><\/h3>\n<p><span style=\"color: #000000;\">\u5047\u8bbe\u6211\u4eec\u6709\u4e00\u4e2a\u5305\u542b 100 \u4e2a\u503c\u7684\u6570\u636e\u96c6\uff1a<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #107d3f;\">import<\/span> numpy <span style=\"color: #107d3f;\">as<\/span> np\n<span style=\"color: #107d3f;\">import<\/span> matplotlib.pyplot <span style=\"color: #107d3f;\">as<\/span> plt\n\n<span style=\"color: #008080;\">#create data<\/span>\nnp.random.seed(1)\ndata = np.random.randn(100)\n\n<span style=\"color: #008080;\">#view first 5 values\n<\/span><\/strong><b>data[:5]\n\narray([ 1.62434536, -0.61175641, -0.52817175, -1.07296862, 0.86540763])\n<\/b><\/pre>\n<p><span style=\"color: #000000;\"><strong>\u7b49\u5bbd\u5206\u7ec4\uff1a<\/strong><\/span><\/p>\n<p><span style=\"color: #000000;\">\u5982\u679c\u6211\u4eec\u521b\u5efa\u4e00\u4e2a\u76f4\u65b9\u56fe\u6765\u663e\u793a\u8fd9\u4e9b\u503c\uff0cPython \u5c06\u9ed8\u8ba4\u4e3a\u7b49\u5bbd\u5206\u7ec4\uff1a<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\">#create histogram with equal-width bins<\/span>\nn, bins, patches = plt.hist(data, edgecolor='black')\nplt.show()\n\n<span style=\"color: #008080;\">#display bin boundaries and frequency per bin<\/span> \nbins, n\n\n(array([-2.3015387 , -1.85282729, -1.40411588, -0.95540447, -0.50669306,\n        -0.05798165, 0.39072977, 0.83944118, 1.28815259, 1.736864,\n         2.18557541]),\n array([ 3., 1., 6., 17., 19., 20., 14., 12., 5., 3.]))\n<\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-9246 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/egalfreqbinningpython1.png\" alt=\"\" width=\"406\" height=\"262\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p><span style=\"color: #000000;\">\u6bcf\u4e2a\u7ec4\u7684\u5bbd\u5ea6\u76f8\u7b49\uff0c\u7ea6\u4e3a 0.4487\uff0c\u4f46\u6bcf\u4e2a\u7ec4\u5305\u542b\u7684\u89c2\u6d4b\u503c\u6570\u91cf\u4e0d\u540c\u3002\u4f8b\u5982\uff1a<\/span><\/p>\n<ul>\n<li><span style=\"color: #000000;\">\u7b2c\u4e00\u4e2a bin \u4ece -2.3015387 \u5ef6\u4f38\u5230 -1.8528279\uff0c\u5305\u542b 3 \u4e2a\u89c2\u6d4b\u503c\u3002<\/span><\/li>\n<li><span style=\"color: #000000;\">\u7b2c\u4e8c\u4e2a bin \u4ece -1.8528279 \u5ef6\u4f38\u5230 -1.40411588\uff0c\u5305\u542b 1 \u4e2a\u89c2\u6d4b\u503c\u3002<\/span><\/li>\n<li><span style=\"color: #000000;\">\u7b2c\u4e09\u4e2a bin \u4ece -1.40411588 \u5ef6\u4f38\u5230 -0.95540447\uff0c\u5305\u542b 6 \u4e2a\u89c2\u6d4b\u503c\u3002<\/span><\/li>\n<\/ul>\n<p><span style=\"color: #000000;\">\u7b49\u7b49\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\"><strong>\u7b49\u9891\u5206\u7ec4\uff1a<\/strong><\/span><\/p>\n<p><span style=\"color: #000000;\">\u8981\u521b\u5efa\u5305\u542b\u76f8\u540c\u6570\u91cf\u89c2\u6d4b\u503c\u7684\u5b58\u50a8\u6876\uff0c\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u51fd\u6570\uff1a<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #107d3f;\"><span style=\"color: #008080;\">#define function to calculate equal-frequency bins<\/span> \ndef<\/span> equalObs(x, nbin):\n    nlen = len(x)\n    <span style=\"color: #107d3f;\">return<\/span> np.interp(np.linspace(0, nlen, nbin + 1),\n                     np.arange(nlen),\n                     np.sort(x))\n\n<span style=\"color: #008080;\">#create histogram with equal-frequency bins<\/span> \nn, bins, patches = plt.hist(data, equalObs(data, 10), edgecolor='black')\nplt.show()\n\n<span style=\"color: #008080;\">#display bin boundaries and frequency per bin<\/span> \nbins, n\n\n(array([-2.3015387 , -0.93576943, -0.67124613, -0.37528495, -0.20889423,\n         0.07734007, 0.2344157, 0.51292982, 0.86540763, 1.19891788,\n         2.18557541]),\n array([10., 10., 10., 10., 10., 10., 10., 10., 10., 10.]))<\/strong> <\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-9247\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/egalfreqbinningpython2.png\" alt=\"Python\u4e2d\u7684\u7b49\u9891\u5206\u7ec4\u793a\u4f8b\" width=\"395\" height=\"267\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p><span style=\"color: #000000;\">\u6bcf\u4e2a\u7ec4\u7684\u5bbd\u5ea6\u4e0d\u76f8\u7b49\uff0c\u4f46\u6bcf\u4e2a\u7ec4<i>\u5305\u542b<\/i>\u7b49\u91cf\u7684\u89c2\u5bdf\u503c\u3002\u4f8b\u5982\uff1a<\/span><\/p>\n<ul>\n<li><span style=\"color: #000000;\">\u7b2c\u4e00\u4e2a bin \u4ece -2.3015387 \u5ef6\u4f38\u5230 -0.93576943\uff0c\u5305\u542b 10 \u4e2a\u89c2\u6d4b\u503c\u3002<\/span><\/li>\n<li><span style=\"color: #000000;\">\u7b2c\u4e8c\u4e2a bin \u4ece -0.93576943 \u5ef6\u4f38\u5230 -0.67124613\uff0c\u5305\u542b 10 \u4e2a\u89c2\u6d4b\u503c\u3002<\/span><\/li>\n<li><span style=\"color: #000000;\">\u7b2c\u4e09\u4e2a bin \u4ece -0.67124613 \u5ef6\u4f38\u5230 -0.37528495\uff0c\u5305\u542b 10 \u4e2a\u89c2\u6d4b\u503c\u3002<\/span><\/li>\n<\/ul>\n<p><span style=\"color: #000000;\">\u7b49\u7b49\u3002<\/span><\/p>\n<p><span style=\"color: #000000;\">\u4ece\u76f4\u65b9\u56fe\u4e2d\u6211\u4eec\u53ef\u4ee5\u770b\u5230\uff0c\u6bcf\u4e2a bin \u7684\u5bbd\u5ea6\u663e\u7136\u4e0d\u4e00\u6837\uff0c\u4f46\u662f\u6bcf\u4e2a bin \u5305\u542b\u76f8\u540c\u6570\u91cf\u7684\u89c2\u6d4b\u503c\uff0c\u6bcf\u4e2a bin \u7684\u9ad8\u5ea6\u76f8\u7b49\u8fd9\u4e00\u4e8b\u5b9e\u8bc1\u5b9e\u4e86\u8fd9\u4e00\u70b9\u3002<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728\u7edf\u8ba1\u5b66\u4e2d\uff0c\u5206\u7ec4\u662f\u5c06\u6570\u503c\u5206\u7ec4\u7684\u8fc7\u7a0b\u3002 \u6700\u5e38\u89c1\u7684\u805a\u7c7b\u5f62\u5f0f\u79f0\u4e3a\u7b49\u5bbd\u805a\u7c7b\uff0c\u5176\u4e2d\u6211\u4eec\u5c06\u6570\u636e\u96c6\u5212\u5206\u4e3ak \u4e2a\u7b49\u5bbd\u7684\u7ec4\u3002 \u4e00 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-838","post","type-post","status-publish","format-standard","hentry","category-11"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Python \u4e2d\u7684\u7b49\u9891\u5206\u7bb1 - Statory<\/title>\n<meta name=\"description\" content=\"\u7b80\u5355\u89e3\u91ca\u5982\u4f55\u5728Python\u4e2d\u8fdb\u884c\u7b49\u9891\u805a\u7c7b\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/cn\/python-\u7b49\u9891\u5206\u7bb1\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Python \u4e2d\u7684\u7b49\u9891\u5206\u7bb1 - Statory\" \/>\n<meta property=\"og:description\" content=\"\u7b80\u5355\u89e3\u91ca\u5982\u4f55\u5728Python\u4e2d\u8fdb\u884c\u7b49\u9891\u805a\u7c7b\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/cn\/python-\u7b49\u9891\u5206\u7bb1\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-28T14:27:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/egalfreqbinningpython1.png\" \/>\n<meta name=\"author\" content=\"\u672c\u6770\u660e\u00b7\u5b89\u5fb7\u68ee\u535a\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u672c\u6770\u660e\u00b7\u5b89\u5fb7\u68ee\u535a\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/\",\"url\":\"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/\",\"name\":\"Python \u4e2d\u7684\u7b49\u9891\u5206\u7bb1 - Statory\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/cn\/#website\"},\"datePublished\":\"2023-07-28T14:27:08+00:00\",\"dateModified\":\"2023-07-28T14:27:08+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/cn\/#\/schema\/person\/124e4e5b7c9f8dc0f1f95cc8c1db3261\"},\"description\":\"\u7b80\u5355\u89e3\u91ca\u5982\u4f55\u5728Python\u4e2d\u8fdb\u884c\u7b49\u9891\u805a\u7c7b\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u5bb6\",\"item\":\"https:\/\/statorials.org\/cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Python \u4e2d\u7684\u7b49\u9891\u5206\u7bb1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/cn\/#website\",\"url\":\"https:\/\/statorials.org\/cn\/\",\"name\":\"Statorials\",\"description\":\"\u60a8\u7684\u7edf\u8ba1\u7d20\u517b\u6307\u5357\uff01\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/cn\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/cn\/#\/schema\/person\/124e4e5b7c9f8dc0f1f95cc8c1db3261\",\"name\":\"\u672c\u6770\u660e\u00b7\u5b89\u5fb7\u68ee\u535a\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/statorials.org\/cn\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/cn\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/cn\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\u672c\u6770\u660e\u00b7\u5b89\u5fb7\u68ee\u535a\"},\"description\":\"\u5927\u5bb6\u597d\uff0c\u6211\u662f\u672c\u6770\u660e\uff0c\u4e00\u4f4d\u9000\u4f11\u7684\u7edf\u8ba1\u5b66\u6559\u6388\uff0c\u540e\u6765\u6210\u4e3a Statorials \u7684\u70ed\u5fc3\u6559\u5e08\u3002 \u51ed\u501f\u5728\u7edf\u8ba1\u9886\u57df\u7684\u4e30\u5bcc\u7ecf\u9a8c\u548c\u4e13\u4e1a\u77e5\u8bc6\uff0c\u6211\u6e34\u671b\u5206\u4eab\u6211\u7684\u77e5\u8bc6\uff0c\u901a\u8fc7 Statorials \u589e\u5f3a\u5b66\u751f\u7684\u80fd\u529b\u3002\u4e86\u89e3\u66f4\u591a\",\"sameAs\":[\"https:\/\/statorials.org\/cn\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Python \u4e2d\u7684\u7b49\u9891\u5206\u7bb1 - Statory","description":"\u7b80\u5355\u89e3\u91ca\u5982\u4f55\u5728Python\u4e2d\u8fdb\u884c\u7b49\u9891\u805a\u7c7b\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/cn\/python-\u7b49\u9891\u5206\u7bb1\/","og_locale":"zh_CN","og_type":"article","og_title":"Python \u4e2d\u7684\u7b49\u9891\u5206\u7bb1 - Statory","og_description":"\u7b80\u5355\u89e3\u91ca\u5982\u4f55\u5728Python\u4e2d\u8fdb\u884c\u7b49\u9891\u805a\u7c7b\u3002","og_url":"https:\/\/statorials.org\/cn\/python-\u7b49\u9891\u5206\u7bb1\/","og_site_name":"Statorials","article_published_time":"2023-07-28T14:27:08+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/egalfreqbinningpython1.png"}],"author":"\u672c\u6770\u660e\u00b7\u5b89\u5fb7\u68ee\u535a","twitter_card":"summary_large_image","twitter_misc":{"\u4f5c\u8005":"\u672c\u6770\u660e\u00b7\u5b89\u5fb7\u68ee\u535a","\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"1 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/","url":"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/","name":"Python \u4e2d\u7684\u7b49\u9891\u5206\u7bb1 - Statory","isPartOf":{"@id":"https:\/\/statorials.org\/cn\/#website"},"datePublished":"2023-07-28T14:27:08+00:00","dateModified":"2023-07-28T14:27:08+00:00","author":{"@id":"https:\/\/statorials.org\/cn\/#\/schema\/person\/124e4e5b7c9f8dc0f1f95cc8c1db3261"},"description":"\u7b80\u5355\u89e3\u91ca\u5982\u4f55\u5728Python\u4e2d\u8fdb\u884c\u7b49\u9891\u805a\u7c7b\u3002","breadcrumb":{"@id":"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/cn\/python-%e7%ad%89%e9%a2%91%e5%88%86%e7%ae%b1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u5bb6","item":"https:\/\/statorials.org\/cn\/"},{"@type":"ListItem","position":2,"name":"Python \u4e2d\u7684\u7b49\u9891\u5206\u7bb1"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/cn\/#website","url":"https:\/\/statorials.org\/cn\/","name":"Statorials","description":"\u60a8\u7684\u7edf\u8ba1\u7d20\u517b\u6307\u5357\uff01","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/cn\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"zh-Hans"},{"@type":"Person","@id":"https:\/\/statorials.org\/cn\/#\/schema\/person\/124e4e5b7c9f8dc0f1f95cc8c1db3261","name":"\u672c\u6770\u660e\u00b7\u5b89\u5fb7\u68ee\u535a","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/statorials.org\/cn\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/cn\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/cn\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\u672c\u6770\u660e\u00b7\u5b89\u5fb7\u68ee\u535a"},"description":"\u5927\u5bb6\u597d\uff0c\u6211\u662f\u672c\u6770\u660e\uff0c\u4e00\u4f4d\u9000\u4f11\u7684\u7edf\u8ba1\u5b66\u6559\u6388\uff0c\u540e\u6765\u6210\u4e3a Statorials \u7684\u70ed\u5fc3\u6559\u5e08\u3002 \u51ed\u501f\u5728\u7edf\u8ba1\u9886\u57df\u7684\u4e30\u5bcc\u7ecf\u9a8c\u548c\u4e13\u4e1a\u77e5\u8bc6\uff0c\u6211\u6e34\u671b\u5206\u4eab\u6211\u7684\u77e5\u8bc6\uff0c\u901a\u8fc7 Statorials \u589e\u5f3a\u5b66\u751f\u7684\u80fd\u529b\u3002\u4e86\u89e3\u66f4\u591a","sameAs":["https:\/\/statorials.org\/cn"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/cn\/wp-json\/wp\/v2\/posts\/838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/cn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/cn\/wp-json\/wp\/v2\/comments?post=838"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/cn\/wp-json\/wp\/v2\/posts\/838\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/cn\/wp-json\/wp\/v2\/media?parent=838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/cn\/wp-json\/wp\/v2\/categories?post=838"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/cn\/wp-json\/wp\/v2\/tags?post=838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}