From 1e7bb0247227779022b9744019a2d36f07ccfbb7 Mon Sep 17 00:00:00 2001 From: Chunlin Qin Date: Sat, 6 Jan 2024 20:40:04 +0800 Subject: [PATCH] publish --- 404.html | 4 +- assets/js/13c8bae1.6affd959.js | 1 + assets/js/22c5a16b.3fa40fb6.js | 1 + assets/js/5229e094.c1d71800.js | 1 + assets/js/58918f7f.f928b04a.js | 1 + assets/js/70f2435b.662b8e3b.js | 1 + assets/js/785e6384.847818c9.js | 1 + assets/js/7e4301df.1419246e.js | 1 + assets/js/935f2afb.87d9f87f.js | 1 + assets/js/9893b9fa.0d729bfb.js | 1 + assets/js/9e3f7841.cf69739e.js | 1 + assets/js/a52467ec.7d28b888.js | 1 + assets/js/b4a50465.1c89ea13.js | 1 + assets/js/d0f3f30b.947f05af.js | 1 + assets/js/d1aacdf7.ad1d39ff.js | 1 + assets/js/d53a280a.dfa4dd57.js | 1 + assets/js/ea1f7600.6df46472.js | 1 + assets/js/f02c7a5a.851e8361.js | 1 + assets/js/f3f3680d.da8493ad.js | 1 + assets/js/f6750d1b.6f46e848.js | 1 + assets/js/main.076aae83.js | 2 + assets/js/main.076aae83.js.LICENSE.txt | 64 + assets/js/runtime~main.e09f578a.js | 1 + blog/archive/index.html | 4 +- blog/first-blog-post/index.html | 4 +- blog/index.html | 4 +- blog/long-blog-post/index.html | 4 +- blog/mdx-blog-post/index.html | 4 +- blog/tags/docusaurus/index.html | 4 +- blog/tags/facebook/index.html | 4 +- blog/tags/hello/index.html | 4 +- blog/tags/hola/index.html | 4 +- blog/tags/index.html | 4 +- blog/welcome/index.html | 4 +- docs/distance-field-gi/index.html | 6 +- docs/hardware/cpu/index.html | 12 +- docs/hardware/gpu/index.html | 30 +- docs/hardware/index.html | 8 +- docs/hardware/parallel-computing/index.html | 54 +- docs/instant-radiosity/index.html | 6 +- docs/introduction/index.html | 14 +- docs/introduction/intro-sampling/index.html | 42 +- .../intro-the-rendering-equation/index.html | 8 +- docs/introduction/offline-and-rt/index.html | 8 +- docs/introduction/pbr/index.html | 60 +- docs/introduction/radiometry/index.html | 8 +- docs/introduction/shading/index.html | 20 +- docs/introduction/what-is-gi/index.html | 16 +- docs/mlt/index.html | 6 +- docs/monte-carlo/index.html | 15 +- docs/monte-carlo/markov-chain/index.html | 158 ++ docs/monte-carlo/monte-carlo/index.html | 71 + docs/monte-carlo/probability/index.html | 89 + docs/monte-carlo/sampling/index.html | 93 + .../monte-carlo/variance-reduction/index.html | 191 ++ docs/path-tracing/index.html | 6 +- docs/photon-mapping/index.html | 6 +- docs/precomputed-radiance-transfer/index.html | 6 +- docs/preface/index.html | 28 +- docs/radiosity/index.html | 6 +- docs/shading/index.html | 6 +- .../index.html | 6 +- img/figures/mc/cdf.svg | 143 ++ img/figures/mc/chebyshev.svg | 244 +++ img/figures/mc/corput.svg | 1624 +++++++++++++++++ img/figures/mc/discrepancy.svg | 186 ++ img/figures/mc/expected-value.svg | 122 ++ img/figures/mc/halton-1.svg | 1152 ++++++++++++ img/figures/mc/halton-2.svg | 1112 +++++++++++ img/figures/mc/inversion-method.svg | 143 ++ img/figures/mc/markov-chain-example.svg | 158 ++ img/figures/mc/markov-chain.svg | 156 ++ img/figures/mc/mc-finite-integration.svg | 300 +++ img/figures/mc/metropolis-1.svg | 264 +++ img/figures/mc/mis.svg | 149 ++ img/figures/mc/uniform-cdf.svg | 398 ++++ img/figures/mc/uniform-pdf.svg | 319 ++++ index.html | 4 +- markdown-page/index.html | 4 +- sitemap.xml | 2 +- 80 files changed, 7377 insertions(+), 216 deletions(-) create mode 100644 assets/js/13c8bae1.6affd959.js create mode 100644 assets/js/22c5a16b.3fa40fb6.js create mode 100644 assets/js/5229e094.c1d71800.js create mode 100644 assets/js/58918f7f.f928b04a.js create mode 100644 assets/js/70f2435b.662b8e3b.js create mode 100644 assets/js/785e6384.847818c9.js create mode 100644 assets/js/7e4301df.1419246e.js create mode 100644 assets/js/935f2afb.87d9f87f.js create mode 100644 assets/js/9893b9fa.0d729bfb.js create mode 100644 assets/js/9e3f7841.cf69739e.js create mode 100644 assets/js/a52467ec.7d28b888.js create mode 100644 assets/js/b4a50465.1c89ea13.js create mode 100644 assets/js/d0f3f30b.947f05af.js create mode 100644 assets/js/d1aacdf7.ad1d39ff.js create mode 100644 assets/js/d53a280a.dfa4dd57.js create mode 100644 assets/js/ea1f7600.6df46472.js create mode 100644 assets/js/f02c7a5a.851e8361.js create mode 100644 assets/js/f3f3680d.da8493ad.js create mode 100644 assets/js/f6750d1b.6f46e848.js create mode 100644 assets/js/main.076aae83.js create mode 100644 assets/js/main.076aae83.js.LICENSE.txt create mode 100644 assets/js/runtime~main.e09f578a.js create mode 100644 docs/monte-carlo/markov-chain/index.html create mode 100644 docs/monte-carlo/monte-carlo/index.html create mode 100644 docs/monte-carlo/probability/index.html create mode 100644 docs/monte-carlo/sampling/index.html create mode 100644 docs/monte-carlo/variance-reduction/index.html create mode 100644 img/figures/mc/cdf.svg create mode 100644 img/figures/mc/chebyshev.svg create mode 100644 img/figures/mc/corput.svg create mode 100644 img/figures/mc/discrepancy.svg create mode 100644 img/figures/mc/expected-value.svg create mode 100644 img/figures/mc/halton-1.svg create mode 100644 img/figures/mc/halton-2.svg create mode 100644 img/figures/mc/inversion-method.svg create mode 100644 img/figures/mc/markov-chain-example.svg create mode 100644 img/figures/mc/markov-chain.svg create mode 100644 img/figures/mc/mc-finite-integration.svg create mode 100644 img/figures/mc/metropolis-1.svg create mode 100644 img/figures/mc/mis.svg create mode 100644 img/figures/mc/uniform-cdf.svg create mode 100644 img/figures/mc/uniform-pdf.svg diff --git a/404.html b/404.html index 4d4deda..95d87ff 100644 --- a/404.html +++ b/404.html @@ -9,8 +9,8 @@ - - + +
Skip to main content

Page Not Found

We could not find what you were looking for.

Please contact the owner of the site that linked you to the original URL and let them know their link is broken.

diff --git a/assets/js/13c8bae1.6affd959.js b/assets/js/13c8bae1.6affd959.js new file mode 100644 index 0000000..76c1adb --- /dev/null +++ b/assets/js/13c8bae1.6affd959.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[4051],{5311:(s,e,a)=>{a.r(e),a.d(e,{assets:()=>c,contentTitle:()=>m,default:()=>x,frontMatter:()=>i,metadata:()=>t,toc:()=>r});var l=a(5893),n=a(1151);const i={title:"4.5 \u65b9\u5dee\u7f29\u51cf"},m=void 0,t={id:"monte-carlo/variance-reduction",title:"4.5 \u65b9\u5dee\u7f29\u51cf",description:"\u901a\u8fc7\u524d\u9762\u7684\u5185\u5bb9\uff0c\u6211\u4eec\u5df2\u7ecf\u719f\u6089\u4e86\u4f7f\u7528\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6c42\u79ef\u5206\u7684\u57fa\u672c\u65b9\u6cd5\uff0c\u8fd9\u91cc\u518d\u603b\u7ed3\u4e00\u904d\uff0c\u5b83\u57fa\u672c\u4e0a\u53ef\u4ee5\u5206\u4e3a\u4e09\u4e2a\u6b65\u9aa4\uff1a\u9996\u5148\uff0c\u4f7f\u7528\u524d\u9762\u8bb2\u8ff0\u7684\u4e00\u4e9b\u91c7\u6837\u65b9\u6cd5\uff08\u5982\u9006\u5411\u53d8\u6362\u7b97\u6cd5\uff09\u4ece\u4e00\u4e2a\u76ee\u6807\u6982\u7387\u5206\u5e03\u4e2d\u91c7\u6837\u4ea7\u751f\u4e00\u7cfb\u5217\u968f\u673a\u6570$xi$\uff1b\u63a5\u7740\uff0c\u5c06\u6bcf\u4e2a\u968f\u673a\u6570\u4ee3\u5165\u5f0f$ \\cfrac{f(xi)}{p(x_i)}$\u4e2d\u6c42\u5f97\u6bcf\u4e2a\u6837\u672c\u7684\u7edf\u8ba1\u503c\uff1b\u6700\u540e\uff0c\u6c42\u51fa\u8fd9\u4e9b\u7edf\u8ba1\u503c\u7684\u5e73\u5747\u503c\u7528\u6765\u8fd1\u4f3c\uff08\u4f30\u8ba1\uff09\u51fd\u6570$f(x)$\u7684\u79ef\u5206\u3002",source:"@site/docs/4-monte-carlo/5-variance-reduction.md",sourceDirName:"4-monte-carlo",slug:"/monte-carlo/variance-reduction",permalink:"/docs/monte-carlo/variance-reduction",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/4-monte-carlo/5-variance-reduction.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",sidebarPosition:5,frontMatter:{title:"4.5 \u65b9\u5dee\u7f29\u51cf"},sidebar:"tutorialSidebar",previous:{title:"4.4 \u9a6c\u5c14\u53ef\u592b\u94fe\u8499\u7279\u5361\u6d1b\u65b9\u6cd5",permalink:"/docs/monte-carlo/markov-chain"},next:{title:"6 \u8def\u5f84\u8ffd\u8e2a\u6280\u672f",permalink:"/docs/path-tracing/"}},c={},r=[{value:"\u91cd\u8981\u6027\u91c7\u6837",id:"\u91cd\u8981\u6027\u91c7\u6837",level:3},{value:"\u590d\u5408\u91cd\u8981\u6027\u91c7\u6837",id:"sec-mc-mis",level:3},{value:"\u5e73\u8861\u542f\u53d1\u5f0f",id:"sec-mc-balance-heuristic",level:4},{value:"\u5206\u5c42\u91c7\u6837",id:"\u5206\u5c42\u91c7\u6837",level:3},{value:"\u62df\u8499\u7279\u5361\u6d1b\u65b9\u6cd5",id:"sec-quasi-monte-carlo",level:3},{value:"\u4f4e\u5dee\u5f02\u5e8f\u5217",id:"\u4f4e\u5dee\u5f02\u5e8f\u5217",level:4},{value:"\u5012\u6839\u51fd\u6570",id:"\u5012\u6839\u51fd\u6570",level:5},{value:"\u79d1\u666e\u7279\u5e8f\u5217",id:"\u79d1\u666e\u7279\u5e8f\u5217",level:5},{value:"\u970d\u5c14\u987f\u5e8f\u5217}",id:"\u970d\u5c14\u987f\u5e8f\u5217",level:5}];function h(s){const e={annotation:"annotation",h3:"h3",h4:"h4",h5:"h5",li:"li",math:"math",mfrac:"mfrac",mi:"mi",mn:"mn",mo:"mo",mover:"mover",mpadded:"mpadded",mrow:"mrow",mspace:"mspace",msqrt:"msqrt",mstyle:"mstyle",msub:"msub",msubsup:"msubsup",msup:"msup",mtable:"mtable",mtd:"mtd",mtext:"mtext",mtr:"mtr",munder:"munder",munderover:"munderover",p:"p",path:"path",semantics:"semantics",span:"span",svg:"svg",ul:"ul",...(0,n.a)(),...s.components},{Eq:a,Figure:i}=e;return a||d("Eq",!0),i||d("Figure",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsxs)(e.p,{children:["\u901a\u8fc7\u524d\u9762\u7684\u5185\u5bb9\uff0c\u6211\u4eec\u5df2\u7ecf\u719f\u6089\u4e86\u4f7f\u7528\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6c42\u79ef\u5206\u7684\u57fa\u672c\u65b9\u6cd5\uff0c\u8fd9\u91cc\u518d\u603b\u7ed3\u4e00\u904d\uff0c\u5b83\u57fa\u672c\u4e0a\u53ef\u4ee5\u5206\u4e3a\u4e09\u4e2a\u6b65\u9aa4\uff1a\u9996\u5148\uff0c\u4f7f\u7528\u524d\u9762\u8bb2\u8ff0\u7684\u4e00\u4e9b\u91c7\u6837\u65b9\u6cd5\uff08\u5982\u9006\u5411\u53d8\u6362\u7b97\u6cd5\uff09\u4ece\u4e00\u4e2a\u76ee\u6807\u6982\u7387\u5206\u5e03\u4e2d\u91c7\u6837\u4ea7\u751f\u4e00\u7cfb\u5217\u968f\u673a\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"x_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\uff1b\u63a5\u7740\uff0c\u5c06\u6bcf\u4e2a\u968f\u673a\u6570\u4ee3\u5165\u5f0f",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:" \\cfrac{f(x_i)}{p(x_i)}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.526em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})})]}),"\u4e2d\u6c42\u5f97\u6bcf\u4e2a\u6837\u672c\u7684\u7edf\u8ba1\u503c\uff1b\u6700\u540e\uff0c\u6c42\u51fa\u8fd9\u4e9b\u7edf\u8ba1\u503c\u7684\u5e73\u5747\u503c\u7528\u6765\u8fd1\u4f3c\uff08\u4f30\u8ba1\uff09\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u7684\u79ef\u5206\u3002"]}),"\n",(0,l.jsx)(e.p,{children:"\u7531\u4e8e\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u662f\u4e00\u4e2a\u7edf\u8ba1\u8fc7\u7a0b\uff0c\u56e0\u6b64\u65b9\u5dee\u59cb\u7ec8\u5b58\u5728\uff0c\u8bbe\u8ba1\u66f4\u6709\u6548\u7684\u4f30\u8ba1\u662f\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7814\u7a76\u4e2d\u7684\u4e3b\u8981\u9886\u57df\uff0c\u4ece\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u8bde\u751f\u81f3\u4eca\u5df2\u51fa\u73b0\u975e\u5e38\u591a\u7684\u65b9\u5dee\u7f29\u51cf\uff08variance reduction\uff09\u7684\u65b9\u6cd5\uff0c\u4f46\u662f\u7531\u4e8e\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u5728\u56fe\u5f62\u5b66\u4e2d\u7684\u8fd0\u7528\u5f80\u5f80\u90fd\u662f\u8981\u6c42\u8ba1\u7b97\u4e0d\u8981\u592a\u590d\u6742\uff0c\u6240\u4ee5\u672c\u8282\u4ec5\u4ecb\u7ecd\u5c11\u6570\u51e0\u79cd\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\u5e38\u7528\u7684\u65b9\u5dee\u7f29\u51cf\u65b9\u6cd5\u3002"}),"\n",(0,l.jsx)(e.h3,{id:"\u91cd\u8981\u6027\u91c7\u6837",children:"\u91cd\u8981\u6027\u91c7\u6837"}),"\n",(0,l.jsx)(e.p,{children:"\u91cd\u8981\u6027\u91c7\u6837\uff08importance sampling\uff09\u662f\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u4e2d\u6700\u57fa\u7840\u4e5f\u662f\u975e\u5e38\u91cd\u8981\u548c\u6709\u6548\u7684\u65b9\u5dee\u7f29\u51cf\u65b9\u6cd5\uff0c\u5b83\u901a\u8fc7\u9009\u62e9\u5bf9\u4e00\u4e2a\u4e0e\u76ee\u6807\u6982\u7387\u5206\u5e03\u5177\u6709\u76f8\u4f3c\u5f62\u72b6\u7684\u5206\u5e03\u51fd\u6570\u8fdb\u884c\u91c7\u6837\u6765\u51cf\u5c11\u65b9\u5dee\u3002\u76f4\u89c2\u4e0a\u770b\uff0c\u91cd\u8981\u6027\u91c7\u6837\u8bd5\u56fe\u5728\u88ab\u79ef\u51fd\u6570\u4e2d\u8d21\u732e\u66f4\u9ad8\u7684\u533a\u57df\u653e\u7f6e\u66f4\u591a\u7684\u91c7\u6837\u70b9\uff0c\u4ee5\u4f53\u73b0\u8fd9\u90e8\u5206\u533a\u57df\u7684\u91cd\u8981\u6027\u3002"}),"\n",(0,l.jsxs)(e.p,{children:["\u7ed9\u5b9a\u4e00\u4e2a\u6982\u7387\u5206\u5e03",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u4ee5\u53ca\u4ece\u8be5\u5206\u5e03\u91c7\u6837\u5f97\u5230\u7684",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u4e2a\u968f\u673a\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"x_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\uff0c\u6839\u636e\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\uff0c\u88ab\u79ef\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u7684\u79ef\u5206",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"I"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"I"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})]})})]}),"\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u5f0f\u6765\u8fdb\u884c\u4f30\u8ba1\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tI_N= \\cfrac{1}{N}\\sum_{i=1}^{N} \\cfrac{f(x_i)}{p(x_i)}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3283em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"3.106em",verticalAlign:"-1.2777em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.8283em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"1"}),"\n",(0,l.jsxs)(e.p,{children:["\u4e00\u4e2a\u5b8c\u7f8e\u4f30\u8ba1\uff08perfect estimator\uff09\u7684\u65b9\u5dee\u5e94\u8be5\u4e3a0\uff0c\u7531\u6b64\uff0c\u76f8\u5bf9\u7406\u60f3\u7684\u91c7\u6837\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u53ef\u4ee5\u4ece\u4e0b\u5f0f\u63a8\u5bfc\u51fa\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mn,{children:"0"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.msup,{children:[(0,l.jsx)(e.mi,{children:"\u03c3"}),(0,l.jsx)(e.mn,{children:"2"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(e.mo,{children:"\u2212"}),(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsxs)(e.msup,{children:[(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mn,{children:"2"})]}),(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"x"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\t0=\\sigma^2= \\cfrac{1}{N}{\\rm \\int}( \\cfrac{f(x)}{p(x)}-I)^2p(x){\\rm d}x"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(e.span,{className:"mord",children:"0"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8641em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(e.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.526em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(e.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.1141em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsxs)(e.span,{className:"mclose",children:[(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(e.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})]})]})}),"\n",(0,l.jsx)(a,{num:"2"}),"\n",(0,l.jsxs)(e.p,{children:["\u56e0\u4e3a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u662f\u975e\u96f6\u7684\uff0c\u6240\u4ee5\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u2223"})]}),(0,l.jsx)(e.mi,{children:"I"})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tp(x)= \\cfrac{|f(x)|}{I}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.276em",verticalAlign:"-0.686em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:"\u2223"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"3"}),"\n",(0,l.jsxs)(e.p,{children:["\u5982\u679c\u6211\u4eec\u4f7f\u7528\u8fd9\u6837\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u8fdb\u884c\u91c7\u6837\uff0c\u5176\u65b9\u5dee\u4f1a\u88ab\u5b8c\u7f8e\u5730\u6d88\u9664\uff0c\u7136\u800c\uff0c\u8fd9\u4e2a\u7406\u60f3\u7684",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u8981\u6c42\u6211\u4eec\u9996\u5148\u8ba1\u7b97\u51fa",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"I"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"I"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})]})})]}),"\u7684\u503c\uff0c\u800c\u8fd9\u6b63\u662f\u6211\u4eec\u8bd5\u56fe\u53bb\u6c42\u89e3\u7684\uff0c\u56e0\u6b64\u627e\u5230\u8fd9\u6837\u7406\u60f3\u7684",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u662f\u5b8c\u5168\u4e0d\u53ef\u80fd\u7684\u3002"]}),"\n",(0,l.jsxs)(e.p,{children:["\u4e0d\u8fc7\uff0c\u6211\u4eec\u53ef\u4ee5\u9009\u62e9\u548c\u88ab\u79ef\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u5177\u6709\u76f8\u4f3c\u5f62\u72b6\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u6765\u51cf\u5c11\u65b9\u5dee\uff0c\u76f4\u89c2\u4e0a\u7406\u89e3\uff0c\u5b83\u4f7f\u5f97\u6bcf\u4e2a\u6837\u672c\u503c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:" \\cfrac{f(x_i)}{p(x_i)}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.526em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})})]}),"\u8d8b\u8fd1\u4e8e\u4e00\u4e2a\u5e38\u6570\uff0c\u4e5f\u5373\u662f\u901a\u8fc7\u51cf\u5c11\u6bcf\u4e2a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:" \\cfrac{f(x_i)}{p(x_i)}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.526em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})})]}),"\u503c\u7684\u53d8\u5316\u8303\u56f4\u6765\u51cf\u5c11\u65b9\u5dee\uff0c\u56e0\u4e3a\u5e38\u6570\u7684\u65b9\u5dee\u4e3a0\u3002"]}),"\n",(0,l.jsx)(i,{num:"1",id:"f:mc-importance-sampling",caption:"\u91cd\u8981\u6027\u91c7\u6837\uff08\u53f3\u56fe\uff09\u901a\u8fc7\u9009\u62e9\u548c\u88ab\u79ef\u51fd\u6570\u5177\u6709\u76f8\u4f3c\u5f62\u72b6\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u6765\u8fdb\u884c\u91c7\u6837\uff0c\u4ee5\u51cf\u5c0f\u7edf\u8ba1\u65b9\u6cd5\u5bfc\u81f4\u7684\u65b9\u5dee\uff1b\u6b64\u5916\uff0c\u4efb\u610f\u9009\u62e9\u7684\u5206\u5e03\uff08\u5de6\u56fe\uff09\u53ef\u80fd\u6bd4\u5747\u5300\u5206\u5e03\uff08\u4e2d\u56fe\uff09\u5177\u6709\u66f4\u5927\u7684\u65b9\u5dee",children:(0,l.jsx)("img",{src:"/img/figures/mc/mc-11.png",width:"650"})}),"\n",(0,l.jsxs)(e.p,{children:["\u56fe\uff081\uff09\u5c55\u793a\u4e86\u9009\u62e9\u4e0d\u540c\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u5bf9\u88ab\u79ef\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u4f30\u8ba1\u7684\u5dee\u5f02\uff0c\u53f3\u8fb9\u5c0f\u56fe\u7684\u91cd\u8981\u6027\u91c7\u6837\u4f1a\u6bd4\u5de6\u56fe\u4efb\u610f\u5206\u5e03\u91c7\u6837\u4ee5\u53ca\u4e2d\u95f4\u5c0f\u56fe\u7684\u5747\u5300\u91c7\u6837\u62e5\u6709\u66f4\u5c0f\u7684\u65b9\u5dee\uff0c\u6b64\u56fe\u4e5f\u8bf4\u660e\u4efb\u610f\u9009\u62e9\u7684\u91c7\u6837\uff08\u5de6\u8fb9\u5c0f\u56fe\uff09\u53ef\u80fd\u6bd4\u4f7f\u7528\u5747\u5300\u5206\u5e03\uff08\u4e2d\u95f4\u5c0f\u56fe\uff09\u7684\u65b9\u5dee\u8981\u5927\u5f88\u591a\u3002\u6240\u4ee5\u4ece\u8fd9\u91cc\u53ef\u4ee5\u770b\u51fa\u9009\u62e9\u7528\u4e8e\u4ea7\u751f\u91c7\u6837\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u7684\u91cd\u8981\u6027\uff0c\u5c3d\u7ba1\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u672c\u8eab\u6ca1\u6709\u9650\u5236\u5bf9\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u7684\u9009\u62e9\uff0c\u4f46\u662f\u9009\u62e9\u4e0d\u597d\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u4f1a\u5927\u5927\u589e\u52a0\u8499\u7279\u5361\u6d1b\u4f30\u8ba1\u7684\u65b9\u5dee\u3002"]}),"\n",(0,l.jsx)(e.h3,{id:"sec-mc-mis",children:"\u590d\u5408\u91cd\u8981\u6027\u91c7\u6837"}),"\n",(0,l.jsx)(e.p,{children:"\u5728\u5b9e\u9645\u7684\u60c5\u666f\u4e2d\uff0c\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\u7684\u88ab\u79ef\u51fd\u6570\u901a\u5e38\u662f\u5177\u6709\u975e\u5e38\u590d\u6742\uff0c\u4e0d\u6b63\u5e38\u7684\u5206\u5e03\u7684\uff0c\u5b83\u4eec\u53ef\u80fd\u662f\u4e0d\u8fde\u7eed\u7684\uff0c\u901a\u5e38\u5728\u5c11\u6570\u533a\u57df\u62e5\u6709\u5947\u70b9\uff08singularities\uff09\u6216\u8005\u4e00\u4e9b\u8f83\u5927\u7684\u503c\uff0c\u6240\u4ee5\u5f88\u96be\u627e\u5230\u4e00\u4e2a\u7b80\u5355\u7684\u4e0e\u5176\u88ab\u79ef\u51fd\u6570\u76f8\u4f3c\u7684\u5206\u5e03\u7528\u6765\u8fdb\u884c\u91cd\u8981\u6027\u91c7\u6837\u3002"}),"\n",(0,l.jsx)(e.p,{children:"\u4f8b\u5982\uff0c\u8003\u8651\u6e32\u67d3\u4e2d\u6700\u666e\u901a\u7684\u76f4\u63a5\u5149\u6e90\u7684\u8ba1\u7b97\uff0c\u5176\u516c\u5f0f\u5982\u4e0b\uff1a"}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"L"}),(0,l.jsx)(e.mi,{children:"o"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{mathvariant:"bold",children:"v"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mi,{children:"r"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{mathvariant:"bold",children:"l"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{mathvariant:"bold",children:"v"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mo,{children:"\u2297"}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"L"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{mathvariant:"bold",children:"l"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{children:"cos"}),(0,l.jsx)(e.mo,{children:"\u2061"}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03b8"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mi,{children:"i"})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tL_o({p},\\mathbf{v})={\\rm \\int}_{\\Omega}f_r(\\mathbf{l},\\mathbf{v})\\otimes L_i({p},\\mathbf{l})\\cos\\theta_i {\\rm d}\\omega_i"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"L"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"o"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"})}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord mathbf",style:{marginRight:"0.01597em"},children:"v"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.2719em",verticalAlign:"-0.9119em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"-0.4336em"},children:(0,l.jsxs)(e.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"\u03a9"})})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.9119em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.1076em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.02778em"},children:"r"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathbf",children:"l"}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord mathbf",style:{marginRight:"0.01597em"},children:"v"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(e.span,{className:"mbin",children:"\u2297"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"L"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"})}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord mathbf",children:"l"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop",children:"cos"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.02778em"},children:"\u03b8"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0278em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"4"}),"\n",(0,l.jsxs)(e.p,{children:["\u6211\u4eec\u53ef\u80fd\u9009\u62e9",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"L"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"L_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"L"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u6216",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mi,{children:"r"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f_r"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.1076em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.02778em"},children:"r"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u6765\u8fdb\u884c\u91cd\u8981\u6027\u91c7\u6837\uff0c\u4f46\u662f\u8fd9\u4e24\u8005\u90fd\u4f1a\u4ea7\u751f\u7cdf\u7cd5\u7684\u7ed3\u679c\uff0c\u56e0\u4e3a\u4e00\u4e2a\u4e0d\u597d\u7684\u5206\u5e03\u6bd4\u5747\u5300\u5206\u5e03\u7684\u65b9\u5dee\u8981\u66f4\u5927\u3002\u8003\u8651\u4e00\u4e2a\u63a5\u8fd1\u955c\u9762\u7684BRDF\u7684\u8868\u9762\u88ab\u4e00\u4e2a\u9762\u79ef\u5149\u7167\u5c04\u7684\u4f8b\u5b50\uff0c\u5982\u56fe\uff082\uff09\u6240\u793a\uff0c\u8fd9\u91cc\u9762\u79ef\u5149\u6e90\u7684\u5206\u5e03",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"L"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"L_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"L"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u88ab\u7528\u6765\u4f5c\u4e3a\u91c7\u6837\u51fd\u6570\uff0c\u56e0\u4e3aBRDF\u662f\u51e0\u4e4e\u955c\u9762\u7684\uff0c\u6240\u4ee5\u9664\u4e86\u6cbf\u955c\u9762\u53cd\u5c04\u5149\u65b9\u5411",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\omega_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\uff0c\u5927\u90e8\u5206\u5149\u6e90\u4e0a\u7684\u91c7\u6837\u5bf9\u6700\u7ec8\u5149\u7167\u7684\u8d21\u732e\u51e0\u4e4e\u4e3a0\uff0c\u56e0\u6b64\u4f30\u8ba1\u7684\u65b9\u5dee\u4f1a\u975e\u5e38\u5927\uff1b\u867d\u7136\u8fd9\u79cd\u60c5\u51b5\u4e0b\u4f7f\u7528BRDF\u5206\u5e03\u4f5c\u4e3a\u91c7\u6837\u5206\u5e03\u6bd4\u8f83\u5408\u9002\uff0c\u4f46\u662f\u5bf9\u4e8e\u88ab\u5f88\u5c0f\u9762\u79ef\u5149\u6e90\u7167\u5c04\u7684\u6f2b\u53cd\u5c04\u6216\u9ad8\u5149\u8868\u9762\uff0c\u4f7f\u7528BRDF\u4f5c\u4e3a\u91c7\u6837\u5206\u5e03\u4ecd\u7136\u4f1a\u5bfc\u81f4\u5f88\u5927\u7684\u65b9\u5dee\uff0c\u6b64\u65f6\u6211\u4eec\u5e94\u8be5\u5c3d\u53ef\u80fd\u5730\u5728\u5149\u6e90\u4e0a\u4ea7\u751f\u66f4\u591a\u5730\u91c7\u6837\u70b9\u3002"]}),"\n",(0,l.jsx)(e.p,{children:"\u56e0\u6b64\uff0c\u6211\u4eec\u901a\u5e38\u9700\u8981\u4f7f\u7528\u66f4\u590d\u6742\u7684\u91c7\u6837\u65b9\u5f0f\uff08\u800c\u4e0d\u662f\u7b80\u5355\u5730\u4ece\u4e00\u4e2a\u7b80\u5355\u5206\u5e03\u91c7\u6837\uff09\u4ee5\u4f7f\u4f30\u8ba1\u5177\u6709\u66f4\u4f4e\u7684\u65b9\u5dee\uff0c\u8fd9\u901a\u5e38\u6d89\u53ca\u6839\u636e\u88ab\u79ef\u51fd\u6570\u7684\u5206\u5e03\u7279\u5f81\u5bf9\u5176\u8fdb\u884c\u533a\u57df\u5212\u5206\uff0c\u7136\u540e\u5728\u4e0d\u540c\u7279\u5f81\u7684\u533a\u57df\u4e0a\u4f7f\u7528\u4e0d\u540c\u7684\u5206\u5e03\u51fd\u6570\u8fdb\u884c\u91c7\u6837\uff0c\u6700\u540e\u518d\u5c06\u8fd9\u4e9b\u7ed3\u679c\u4ee5\u67d0\u79cd\u65b9\u5f0f\u8fdb\u884c\u6df7\u5408\u3002"}),"\n",(0,l.jsxs)(i,{num:"2",id:"f:mc-mis",caption:"\u5bf9\u4e8e\u4e00\u4e2a\u88ab\u9762\u79ef\u5149\u7167\u5c04\u7684\u9ad8\u5149\u8868\u9762\u7684\u76f4\u63a5\u5149\u8fdb\u884c\u91c7\u6837\uff0c\u8fd9\u91cc\u67094\u4e2a\u5706\u5f62\u9762\u79ef\u5149\u6e90\uff0c\u5b83\u4eec\u5206\u522b\u62e5\u6709\u4e0d\u540c\u7684\u8f90\u5c04\u7167\u5ea6\u53ca\u989c\u8272\uff0c\u5728\u56db\u4e2a\u5706\u5f62\u5149\u6e90\u4e0a\u9762\u662f\u4e00\u4e2a\u805a\u5149\u706f\u5149\u6e90\uff0c\u6240\u6709\u7684\u5149\u6e90\u5177\u6709\u76f8\u540c\u7684\u8f90\u5c04\u80fd\u91cf\uff1b\u4e0b\u9762\u662f4\u4e2a\u62e5\u6709\u4e0d\u540c\u7c97\u7cd9\u5ea6\u7684\u9ad8\u5149\u77e9\u5f62\u5851\u6599\uff08\u56fe\u7247\u6765\u81ea\\cite{a:OptimallyCombiningSamplingTechniquesforMonteCarloRendering}\uff09",children:[(0,l.jsx)("img",{src:"/img/figures/mc/mis-1.jpg",alt:"\u6839\u636e\u5149\u6e90\u5206\u5e03\u91c7\u6837",width:"32.8%"}),(0,l.jsx)("img",{src:"/img/figures/mc/mis-2.jpg",alt:"\u6839\u636eBRDF\u5206\u5e03\u91c7\u6837",width:"32.8%"}),(0,l.jsx)("img",{src:"/img/figures/mc/mis-3.jpg",alt:"\u590d\u5408\u91cd\u8981\u6027\u91c7\u6837",width:"32.8%"})]}),"\n",(0,l.jsxs)(e.p,{children:["\u590d\u5408\u91cd\u8981\u6027\u91c7\u6837\uff08multiple importance sampling\uff0cMIS\uff09\u5c31\u662f\u8fd9\u6837\u4e00\u7c7b\u91c7\u6837\u65b9\u6cd5\uff0c\u5b83\u975e\u5e38\u7b80\u5355\u800c\u6709\u6548\uff0c\u5b83\u63d0\u4f9b\u4e00\u4e2a\u7b56\u7565\u4f7f\u5f97\u53ef\u4ee5\u4ece\u591a\u4e2a\u4e0d\u540c\u7684\u5206\u5e03\u4e2d\u91c7\u6837\uff0c\u7136\u540e\u5bf9\u8fd9\u4e9b\u4e0d\u540c\u7684\u91c7\u6837\u7ed3\u679c\u8fdb\u884c\u52a0\u6743\u7ec4\u5408\u3002\u6839\u636e\u539f\u59cb\u8bba\u6587[cite a",":OptimallyCombiningSamplingTechniquesforMonteCarloRendering","]\uff0c\u590d\u5408\u91cd\u8981\u6027\u91c7\u6837\u53ef\u4ee5\u7b80\u5355\u5730\u5206\u4e3a\u4ee5\u4e0b\u51e0\u6b65\uff1a"]}),"\n",(0,l.jsxs)(e.ul,{children:["\n",(0,l.jsxs)(e.li,{children:["\u9996\u5148\uff0c\u9009\u62e9\u4e00\u7cfb\u5217\u7684\u91cd\u8981\u6027\u5206\u5e03",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"."}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"."}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"."}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"n"})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_1,...,p_n"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord",children:"..."}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\uff0c\u4f7f\u5f97\u5bf9\u4e8e\u88ab\u79ef\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"f"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"})]})})]}),"\u7684\u6bcf\u4e00\u4e2a\u6f5c\u5728\u503c\u6bd4\u8f83\u5927\u7684\u533a\u57df",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\Omega_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\uff0c\u5728\u90a3\u4e2a\u533a\u57df\u5b83\u80fd\u591f\u88ab\u5176\u4e2d\u7684\u4e00\u4e2a\u5355\u4e2a\u91cd\u8981\u6027\u5206\u5e03",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u8fd1\u4f3c\uff08\u5f62\u72b6\u76f8\u4f3c\uff09\uff0c\u5982\u56fe\uff083\uff09\u6240\u793a\u3002\u901a\u5e38\u4e00\u4e2a\u590d\u6742\u7684\u88ab\u79ef\u51fd\u6570\u662f\u591a\u4e2a\u4e0d\u76f8\u5173\u7684\u7b80\u5355\u5206\u5e03\u7684\u4e58\u79ef\u7684\u5f62\u5f0f\uff0c\u6240\u4ee5\u8fd9\u4e9b\u91cd\u8981\u6027\u5206\u5e03\u7684\u6700\u4f73\u6765\u6e90\u5c31\u662f\u8fd9\u4e9b\u7b80\u5355\u5206\u5e03\uff0c\u4f7f\u5f97",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u53ef\u4ee5\u6b63\u6bd4\u4e8e\u6bcf\u4e2a\u7b80\u5355\u5206\u5e03\u3002"]}),"\n",(0,l.jsxs)(e.li,{children:["\u7136\u540e\uff0c\u4ece\u6bcf\u4e2a\u5206\u5e03",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u4ea7\u751f",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"n_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u4e2a\u968f\u673a\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mn,{children:"1"})]})]}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mo,{children:"\u22ef"}),(0,l.jsx)(e.mtext,{children:"\u2009"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})]})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"X_{i,1},\\cdots,X_{i,n_i}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.9694em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"minner",children:"\u22ef"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3281em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.357em",marginLeft:"0em",marginRight:"0.0714em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.143em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\uff0c\u8fd9\u901a\u5e38\u662f\u6839\u636e\u67d0\u79cd\u7b56\u7565\u57fa\u4e8e",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"f"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"})]})})]}),"\u548c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u63d0\u524d\uff08\u5728\u91c7\u6837\u4e4b\u524d\uff09\u8ba1\u7b97\u800c\u51fa\u3002"]}),"\n",(0,l.jsx)(e.li,{children:"\u6700\u540e\uff0c\u5bf9\u6bcf\u4e2a\u5206\u5e03\u7684\u7ed3\u679c\u4f7f\u7528\u4e00\u4e2a\u7ec4\u5408\u4f30\u8ba1\uff08combined estimator\uff09\u8fdb\u884c\u52a0\u6743\u7ec4\u5408\u4ee5\u5bf9\u79ef\u5206\u8fdb\u884c\u4f30\u8ba1\u3002"}),"\n"]}),"\n",(0,l.jsx)(e.p,{children:"\u590d\u5408\u91cd\u8981\u6027\u91c7\u6837\u4e2d\u7684\u7ec4\u5408\u4f30\u8ba1\u8868\u8fbe\u5f0f\u5982\u4e0b\uff1a"}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"j"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tI_N=\\sum_{i=1}^{n} \\cfrac{1}{n_i}\\sum_{j=1}^{n_i}\\omega_i(X_{x,j}) \\cfrac{f(X_{i,j})}{p_i(X_{i,j})}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3283em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"3.0763em",verticalAlign:"-1.4138em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.836em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6625em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3111em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3281em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.357em",marginLeft:"0em",marginRight:"0.0714em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.143em"},children:(0,l.jsx)(e.span,{})})})]})})]})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.4138em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"x"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.9721em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"5",id:"e:combined-estimator"}),"\n",(0,l.jsxs)(e.p,{children:["\u4e0a\u5f0f\u8bf4\u660e\u590d\u5408\u91cd\u8981\u6027\u91c7\u6837\u662f\u591a\u4e2a\u91cd\u8981\u6027\u91c7\u6837\u7684\u4e00\u4e2a\u52a0\u6743\u7ec4\u5408\uff0c\u5b83\u5c06\u6574\u4e2a\u7a7a\u95f4\u6309\u4e00\u5b9a\u7684\u5f62\u5f0f\u5212\u5206\uff0c\u7136\u540e\u5bf9\u6bcf\u4e2a\u5212\u5206\u7684\u533a\u57df\u4f7f\u7528\u4e0d\u540c\u7684\u91c7\u6837\u6280\u672f\uff0c\u6240\u4ee5",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\sum^{n}_{i=1}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.104em",verticalAlign:"-0.2997em"}}),(0,l.jsxs)(e.span,{className:"mop",children:[(0,l.jsx)(e.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.8043em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.4003em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.2029em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2997em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u8868\u793a\u7684\u5c31\u662f\u8fd9\u4e9b\u4e0d\u540c\u91c7\u6837\u6280\u672f\u7684\u548c\uff1b",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"j"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\sum^{n_i}_{j=1}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.2401em",verticalAlign:"-0.4358em"}}),(0,l.jsxs)(e.span,{className:"mop",children:[(0,l.jsx)(e.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.8043em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.4003em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.2029em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3281em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.357em",marginLeft:"0em",marginRight:"0.0714em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.143em"},children:(0,l.jsx)(e.span,{})})})]})})]})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.4358em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u8868\u793a\u4e00\u79cd\u7279\u5b9a\u7684\u91c7\u6837\u6280\u672f",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u7684\u4f30\u8ba1\u503c\uff0c\u4f46\u662f\u7531\u4e8e\u5728\u6bcf\u4e2a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"x"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f(x){\\rm d}x"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u533a\u95f4\u5185\uff0c\u6bcf\u79cd\u6280\u672f\u53ea\u8d21\u732e\u5176\u4e2d\u4e00\u90e8\u5206\u503c\uff0c\u6240\u4ee5\u6bcf\u79cd\u6280\u672f\u7684\u4f30\u8ba1\u7ed3\u679c\u88ab\u4e58\u4ee5\u4e00\u4e2a\u7cfb\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\omega_i(X_{i,j})"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.0361em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\omega_i(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u53ef\u4ee5\u5728\u6bcf\u4e2a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"x"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u5904\u7684\u503c\u4e0d\u4e00\u6837\uff0c\u53ea\u8981\u4fdd\u8bc1\u5bf9\u4e8e\u6bcf\u4e2a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"x"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u4f4d\u7f6e\u5904\u6ee1\u8db3",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\sum^{n}_{i=1}\\omega_i(x)=1"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.104em",verticalAlign:"-0.2997em"}}),(0,l.jsxs)(e.span,{className:"mop",children:[(0,l.jsx)(e.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.8043em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.4003em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.2029em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2997em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(e.span,{className:"mord",children:"1"})]})]})]}),"\u5c31\u884c\uff0c\u8fd9\u6837\u5c31\u80fd\u4fdd\u8bc1\u6bcf\u4e2a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"x"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u5904\u7684\u503c\u88ab\u6b63\u786e\u4f30\u8ba1\u3002"]}),"\n",(0,l.jsx)(i,{num:"3",id:"f:mc-mis-example",caption:"\u590d\u5408\u91cd\u8981\u6027\u91c7\u6837\u5bf9\u591a\u4e2a\u91c7\u6837\u6280\u672f\u8fdb\u884c\u7ec4\u5408\uff0c\u5373\u52a0\u6743\u548c\uff0c\u5e76\u53ef\u4ee5\u6839\u636e\u6bcf\u4e2a\u533a\u57df\u5185\u591a\u4e2a\u91c7\u6837\u6280\u672f\u7684\u8d21\u732e\u5ea6\u6765\u8c03\u6574\u6df7\u5408\u6743\u91cd\uff0c\u4f7f\u5f97\u8054\u5408\u4f30\u8ba1\u7ed3\u679c\u80fd\u591f\u5145\u5206\u53d1\u6325\u6bcf\u4e2a\u91c7\u6837\u6280\u672f\u7684\u4f18\u52bf",children:(0,l.jsx)("img",{src:"/img/figures/mc/mis.svg",width:"450"})}),"\n",(0,l.jsxs)(e.p,{children:["\u6211\u4eec\u53ef\u4ee5\u518d\u89e3\u91ca\u4e00\u4e0b\u8fd9\u4e2a\u52a0\u6743\u7cfb\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\omega_i(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u7684\u7531\u6765\u53ca\u539f\u7406\uff0c\u5047\u8bbe\u73b0\u6709\u4e24\u4e2a\u91c7\u6837\u6280\u672f",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_1(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u548c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mn,{children:"2"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_2(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u5982\u56fe\uff083\uff09\u6240\u793a\uff0c\u4e24\u79cd\u91c7\u6837\u6280\u672f\u5355\u72ec\u7684\u91c7\u6837\u7ed3\u679c\u5206\u522b\u4e3a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mn,{children:"1"})]})]})}),(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:" \\cfrac{1}{n_1}\\sum \\cfrac{f(x)}{p_1(x)}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.526em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.836em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})})]}),"\u548c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mn,{children:"2"})]})]})}),(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mn,{children:"2"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:" \\cfrac{1}{n_2}\\sum \\cfrac{f(x)}{p_2(x)}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.526em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.836em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})})]}),"\uff0c\u5b83\u4eec\u90fd\u5206\u522b\u80fd\u591f\u5b8c\u5168\u4f30\u8ba1\u76ee\u6807\u79ef\u5206",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"I"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"I"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})]})})]}),"\uff0c\u4f46\u662f\u5404\u81ea\u7684\u65b9\u5dee\u90fd\u5f88\u5927\u3002\u6240\u4ee5\u6211\u4eec\u4f7f\u7528\u5c06\u4e24\u79cd\u91c7\u6837\u6280\u672f\u8fdb\u884c\u7ec4\u5408\uff0c\u6240\u4ee5\u6bcf\u4e2a\u91c7\u6837\u7684\u533a\u57df\u662f\u4e24\u4e2a\u91c7\u6837\u6280\u672f\u7684\u52a0\u6743\u548c\uff0c\u4e3a\u4e86\u5c3d\u53ef\u80fd\u53d1\u6325\u6bcf\u4e2a\u91c7\u6837\u6280\u672f\u7684\u4f18\u52bf\uff0c\u6211\u4eec\u5f80\u5f80\u5c3d\u53ef\u80fd\u4fdd\u8bc1\u5728\u6bcf\u4e2a\u533a\u57df\u8d21\u732e\u66f4\u9ad8\u7684\u91c7\u6837\u6280\u672f\u62e5\u6709\u66f4\u9ad8\u7684\u6743\u91cd\uff0c\u8fd9\u4e5f\u6b63\u662f\u540e\u9762\u5e73\u8861\u542f\u53d1\u5f0f\u7684\u539f\u7406\u3002"]}),"\n",(0,l.jsx)(e.p,{children:"\u6211\u4eec\u53ef\u4ee5\u8bc1\u660e\u590d\u5408\u91cd\u8981\u6027\u91c7\u6837\u7684\u8054\u5408\u4f30\u8ba1\u662f\u65e0\u504f\u7684\uff1a"}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"E"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"["}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"})]}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"\u03bc"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"})]}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"\u03bc"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tE[I_N]=\\sum_{i=1}^{n} \\cfrac{1}{n_i}n_i{\\rm \\int}_{\\Omega} \\cfrac{\\omega_i(x)f(x)}{p_i(x)}p_i(x){\\rm d}\\mu (x)={\\rm \\int}_{\\Omega}f(x){\\rm d}\\mu (x)"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(e.span,{className:"mopen",children:"["}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3283em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:"]"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.836em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"-0.4336em"},children:(0,l.jsxs)(e.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"\u03a9"})})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.9119em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"\u03bc"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.2719em",verticalAlign:"-0.9119em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"-0.4336em"},children:(0,l.jsxs)(e.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"\u03a9"})})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.9119em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"\u03bc"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]})}),"\n",(0,l.jsx)(a,{num:"6"}),"\n",(0,l.jsxs)(e.p,{children:["\u57fa\u4e8e\u4ee5\u4e0a\u8054\u5408\u4f30\u8ba1\uff0c\u6211\u4eec\u53ef\u4ee5\u9009\u62e9\u4f7f\u7528\u4e0d\u540c\u7684\u6743\u91cd\u7cfb\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\omega_i(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u6765\u6df7\u5408\u591a\u4e2a\u91c7\u6837\u5206\u5e03\uff0c\u4ee5\u5c3d\u53ef\u80fd\u51cf\u5c11\u4f30\u8ba1\u7684\u65b9\u5dee\u3002"]}),"\n",(0,l.jsx)(e.h4,{id:"sec-mc-balance-heuristic",children:"\u5e73\u8861\u542f\u53d1\u5f0f"}),"\n",(0,l.jsx)(e.p,{children:"\u8003\u8651\u5982\u4e0b\u7684\u6743\u91cd\u7cfb\u6570\u51fd\u6570\uff1a"}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsxs)(e.mover,{accent:"true",children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mo,{children:"^"})]}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"c"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.munder,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsx)(e.mi,{children:"j"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"c"}),(0,l.jsx)(e.mi,{children:"j"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"j"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\t\\hat{\\omega}_i(x)= \\cfrac{c_ip_i(x)}{\\sum_j c_jp_j(x)}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord accent",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.6944em"},children:[(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"})]}),(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"accent-body",style:{left:"-0.25em"},children:(0,l.jsx)(e.span,{className:"mord",children:"^"})})]})]})})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.7118em",verticalAlign:"-1.1218em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mop",children:[(0,l.jsx)(e.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.162em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.4003em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.4358em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.1218em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"7"}),"\n",(0,l.jsxs)(e.p,{children:["\u8fd9\u91cc",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"c"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"c_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u662f\u6bcf\u4e2a\u91c7\u6837\u5206\u5e03",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u5bf9\u5e94\u7684\u91c7\u6837\u6570\u91cf\u7684\u6bd4\u4f8b\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"c"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mi,{children:"N"})]})})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"c_i= \\cfrac{n_i}{N}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.276em",verticalAlign:"-0.686em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]}),"\uff0c\u6240\u4ee5",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"c"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\sum_i c_i=1"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.0497em",verticalAlign:"-0.2997em"}}),(0,l.jsxs)(e.span,{className:"mop",children:[(0,l.jsx)(e.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.162em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.4003em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2997em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(e.span,{className:"mord",children:"1"})]})]})]}),"\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"c"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"c_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u662f\u4e00\u4e2a\u56fa\u5b9a\u7684\u6570\u503c\uff0c\u5b83\u5728\u91c7\u6837\u4e4b\u524d\u786e\u5b9a\u3002\u8fd9\u4e2a\u6743\u91cd\u7cfb\u6570\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsxs)(e.mover,{accent:"true",children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mo,{children:"^"})]}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\hat{\\omega}_i(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord accent",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.6944em"},children:[(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"})]}),(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"accent-body",style:{left:"-0.25em"},children:(0,l.jsx)(e.span,{className:"mord",children:"^"})})]})]})})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u62e5\u6709\u4e00\u4e2a\u5c5e\u6027\uff0c\u90a3\u5c31\u662f\u91c7\u6837\u503c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsxs)(e.mover,{accent:"true",children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mo,{children:"^"})]}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:" \\cfrac{\\hat{\\omega}_i(x)f(x)}{n_ip_i(x)}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.526em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord accent",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.6944em"},children:[(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"})]}),(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"accent-body",style:{left:"-0.25em"},children:(0,l.jsx)(e.span,{className:"mord",children:"^"})})]})]})})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})})]}),"\u5b8c\u5168\u4e0e",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"i"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u65e0\u5173\uff0c\u56e0\u4e3a\u6bcf\u4e2a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"x"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u7684\u91c7\u6837\u503c\u5bf9\u4e8e\u6240\u6709\u91c7\u6837\u6280\u672f\u90fd\u662f\u65e0\u5173\u7684\uff0c\u6240\u4ee5\u6211\u4eec\u79f0\u8fd9\u79cd\u7b56\u7565\u4e3a\u5e73\u8861\u542f\u53d1\u5f0f\uff08balance heuristic\uff09\u3002"]}),"\n",(0,l.jsxs)(e.p,{children:["\u4ee3\u5165",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsxs)(e.mover,{accent:"true",children:[(0,l.jsx)(e.mi,{children:"\u03c9"}),(0,l.jsx)(e.mo,{children:"^"})]}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\hat{\\omega}_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8444em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord accent",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.6944em"},children:[(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c9"})]}),(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"accent-body",style:{left:"-0.25em"},children:(0,l.jsx)(e.span,{className:"mord",children:"^"})})]})]})})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u5230\u5f0f\uff085\uff09\uff0c\u6211\u4eec\u5f97\u5230\u6807\u51c6\u7684\u8499\u7279\u5361\u6d1b\u4f30\u8ba1\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"j"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})]}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.mover,{accent:"true",children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"true",children:"\u203e"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tI_N= \\cfrac{1}{N}\\sum_{i=1}^{n}\\sum_{j=1}^{n_i} \\cfrac{f(X_{i,j})}{\\overline{p}(X_{i,j})}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3283em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"3.0763em",verticalAlign:"-1.4138em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6625em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3111em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3281em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.357em",marginLeft:"0em",marginRight:"0.0714em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.143em"},children:(0,l.jsx)(e.span,{})})})]})})]})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.4138em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord overline",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.6306em"},children:[(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.5506em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"overline-line",style:{borderBottomWidth:"0.04em"}})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1944em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.9721em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"8"}),"\n",(0,l.jsx)(e.p,{children:"\u8fd9\u91cc\uff1a"}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.mover,{accent:"true",children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"true",children:"\u203e"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"c"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\t\\overline{p}(x)=\\sum_{i=1}^{n}c_ip_i(x)"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord overline",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.6306em"},children:[(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.5506em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"overline-line",style:{borderBottomWidth:"0.04em"}})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1944em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]})}),"\n",(0,l.jsx)(a,{num:"9"}),"\n",(0,l.jsxs)(e.p,{children:[(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.mover,{accent:"true",children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"true",children:"\u203e"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\overline{p}(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord overline",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.6306em"},children:[(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.5506em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"overline-line",style:{borderBottomWidth:"0.04em"}})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1944em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u53c8\u79f0\u4e3a\u8054\u5408\u91c7\u6837\u5206\u5e03\uff08combined sample distribution\uff09\uff0c\u5bf9\u4e8e\u603b\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u4e2a\u91c7\u6837\uff0c\u5176\u4e2d\u6bcf\u4e2a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"c"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"n_i=c_i N"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})]})]}),"\u4e2a\u72ec\u7acb\u7684\u968f\u673a\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"X_{i,j}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.9694em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u5206\u522b\u4ece\u5206\u5e03",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u91c7\u6837\u800c\u5f97\u3002"]}),"\n",(0,l.jsxs)(e.p,{children:["\u8fd9\u5c31\u662f\u5e73\u8861\u542f\u53d1\u5f0f\u7684\u6838\u5fc3\u601d\u60f3\uff0c\u4e5f\u662f\u4e00\u79cd\u5f88\u81ea\u7136\u7684\u7ec4\u5408\u591a\u79cd\u91c7\u6837\u6280\u672f\u7684\u65b9\u5f0f\u3002\u6211\u4eec\u4f7f\u7528\u4e00\u4e2a\u5355\u4e00\u7684\u4e0e",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"i"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u5b8c\u5168\u65e0\u5173\u7684\u5206\u5e03",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.mover,{accent:"true",children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"true",children:"\u203e"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\overline{p}(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord overline",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.6306em"},children:[(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.5506em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"overline-line",style:{borderBottomWidth:"0.04em"}})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1944em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u6765\u8868\u8ff0\u8fd9\u79cd\u7ec4\u5408\u65b9\u5f0f\u3002\u66f4\u8fdb\u4e00\u6b65\u7406\u89e3\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.mover,{accent:"true",children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"true",children:"\u203e"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\overline{p}(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord overline",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.6306em"},children:[(0,l.jsxs)(e.span,{style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.5506em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"overline-line",style:{borderBottomWidth:"0.04em"}})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1944em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u662f\u4e00\u4e2a\u7531\u6bcf\u4e2a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"X_{i,j}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.9694em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u7ec4\u6210\u7684\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"X"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u7684\u5206\u5e03\uff0c\u6bcf\u4e2a\u968f\u673a\u6570\u7684\u6982\u7387\u4e3a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"/"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"1/N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord",children:"1/"}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u3002"]}),"\n",(0,l.jsxs)(e.p,{children:["\u9664\u4e86\u5e73\u8861\u542f\u53d1\u5f0f\uff0c\u8fd8\u5b58\u5728\u4e00\u4e9b\u5176\u4ed6\u7684\u4e0d\u540c\u5f62\u5f0f\u7684\u6df7\u5408\u7cfb\u6570\u51fd\u6570\uff0c\u611f\u5174\u8da3\u7684\u8bfb\u8005\u53ef\u4ee5\u53c2\u8003 [cite a",":Safeandeffectiveimportancesampling",",a",":AdaptiveMultipleImportanceSampling",",a",":ANADAPTIVEPOPULATIONIMPORTANCESAMPLER",",a",":EfficientMultipleImportanceSamplingEstimators","]\u7b49\u3002"]}),"\n",(0,l.jsx)(e.h3,{id:"\u5206\u5c42\u91c7\u6837",children:"\u5206\u5c42\u91c7\u6837"}),"\n",(0,l.jsx)(e.p,{children:"\u91cd\u8981\u6027\u91c7\u6837\u6280\u672f\u5728\u88ab\u79ef\u51fd\u6570\u66f4\u91cd\u8981\u7684\u533a\u57df\u653e\u7f6e\u66f4\u591a\u7684\u968f\u673a\u6570\u6765\u66f4\u597d\u5730\u903c\u8fd1\u539f\u59cb\u5206\u5e03\uff0c\u7136\u800c\u5b83\u5e76\u4e0d\u80fd\u6d88\u9664\u7531\u4e8e\u968f\u673a\u6570\u5bfc\u81f4\u7684\u4e1b\u805a\uff08clumping\uff09\uff0c\u7531\u4e8e\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u4ea7\u751f\u7684\u968f\u673a\u6570\u4ec5\u4ec5\u6307\u793a\u7684\u662f\u4e00\u4e2a\u671f\u671b\u503c\uff0c\u800c\u4e0d\u662f\u4e00\u4e2a\u7edd\u5bf9\u7684\u6570\u91cf\u3002\u8fd9\u4e9b\u4e1b\u805a\u73b0\u8c61\u4f1a\u5bfc\u81f4\u4f30\u8ba1\u7684\u65b9\u5dee\u589e\u5927\uff0c\u56e0\u4e3a\u5b83\u53ef\u80fd\u5bfc\u81f4\u5176\u4ed6\u67d0\u4e9b\u533a\u57df\u53ef\u80fd\u88ab\u5ffd\u7565\u4e86\u3002"}),"\n",(0,l.jsxs)(e.p,{children:["\u4e0e\u91cd\u8981\u6027\u91c7\u6837\u8c03\u6574\u91c7\u6837\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u7684\u601d\u8def\u4e0d\u540c\uff0c\u9488\u5bf9\u4e0a\u8ff0\u95ee\u9898\uff0c\u53e6\u4e00\u7c7b\u5e38\u89c1\u7684\u65b9\u5dee\u7f29\u51cf\u7684\u6280\u672f\u57fa\u4e8e\u5c0f\u5fc3\u5730\u8bbe\u7f6e\u91c7\u6837\u968f\u673a\u6570\u5728\u88ab\u79ef\u51fd\u6570\u533a\u57df\u7684\u653e\u7f6e\uff0c\u5176\u76ee\u6807\u662f\u4f7f\u5b83\u4eec\u80fd\u591f\u6355\u6349\u5230\u88ab\u79ef\u51fd\u6570\u7684\u5404\u90e8\u5206\u91cd\u8981\u4fe1\u606f\uff08\u4e0d\u81f3\u4e8e\u7531\u4e8e\u968f\u673a\u6570\u7684\u4e1b\u805a\u5bfc\u81f4\u67d0\u4e9b\u90e8\u5206\u88ab\u5ffd\u7565\uff09\uff0c\u8fd9\u7c7b\u65b9\u6cd5\u7684\u7ed3\u679c\u662f\u968f\u673a\u6570\u4e0d\u518d\u662f\u5b8c\u5168\u968f\u673a\u7684\uff0c\u8fd9\u7c7b\u65b9\u6cd5\u901a\u5e38\u7528\u4f5c\u91cd\u8981\u6027\u91c7\u6837\u7b49\u6280\u672f\u7684\u4e00\u79cd\u8865\u5145\u3002\u672c\u8282\u6211\u4eec\u8ba8\u8bba\u5206\u5c42\u91c7\u6837\u6280\u672f\uff0c\u800c\u4e0b\u4e00\u8282\u8ba8\u8bba\u5b8c\u5168\u975e\u968f\u673a\u7684\u62df\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u3002"]}),"\n",(0,l.jsxs)(e.p,{children:["\u5206\u5c42\u91c7\u6837\uff08stratified sampling\uff09\u5c06\u88ab\u79ef\u51fd\u6570\u7684\u5b9a\u4e49\u57df",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\Omega"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord",children:"\u03a9"})]})})]}),"\u5212\u5206\u6210\u591a\u4e2a\u5f7c\u6b64\u4e0d\u76f8\u4ea4\u7684\u5b50\u5b9a\u4e49\u57df",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"."}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"."}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"."}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(e.mi,{children:"n"})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\Omega_1,...,\\Omega_n"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8778em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord",children:"..."}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\uff0c\u5373\u6ee1\u8db3\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u22c3"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\t\\bigcup_{i=1}^{n}\\Omega_i=\\Omega"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u22c3"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord",children:"\u03a9"})]})]})]})}),"\n",(0,l.jsx)(a,{num:"10"}),"\n",(0,l.jsxs)(e.p,{children:["\u6bcf\u4e2a\u5b50\u5b9a\u4e49\u57df",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\Omega_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u79f0\u4e3a\u4e00\u4e2a\u9636\u5c42\uff08stratum\uff09\uff0c\u5728\u6bcf\u4e2a\u9636\u5c42",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\Omega_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u5185\uff0c\u56fa\u5b9a\u6570\u91cf\u7684",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"n_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u4e2a\u968f\u673a\u6570\u5206\u522b\u4ece\u91c7\u6837\u5206\u5e03",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u91c7\u6837\u800c\u5f97\u3002\u5728\u6bcf\u4e2a\u9636\u5c42\u5185\uff0c\u5176\u8499\u7279\u5361\u6d1b\u4f30\u8ba1\u4e3a\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"F"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"j"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})]}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tF_i= \\cfrac{1}{n_i}\\sum_{j=1}^{n_i} \\cfrac{f(X_{i,j})}{p_i(X_{i,j})}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"F"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.1389em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"3.0763em",verticalAlign:"-1.4138em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.836em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6625em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3111em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3281em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.357em",marginLeft:"0em",marginRight:"0.0714em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.143em"},children:(0,l.jsx)(e.span,{})})})]})})]})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.4138em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.9721em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"11"}),"\n",(0,l.jsxs)(e.p,{children:["\u8fd9\u91cc\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"X_{i,j}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.9694em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u662f\u4ece\u91c7\u6837\u5206\u5e03",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u4e2d\u91c7\u6837\u4ea7\u751f\u7684\u7b2c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"j"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"j"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})})]}),"\u4e2a\u968f\u673a\u6570\uff0c\u56e0\u6b64\u6574\u4e2a\u88ab\u79ef\u51fd\u6570\u7684\u4f30\u8ba1\u4e3a\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"F"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"v"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"F"}),(0,l.jsx)(e.mi,{children:"i"})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tF=\\sum_{i=1}^{n}v_iF_i"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"F"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"v"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"F"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.1389em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"12"}),"\n",(0,l.jsxs)(e.p,{children:["\u8fd9\u91cc",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"v"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"v_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"v"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u8868\u793a\u6bcf\u4e2a\u9636\u5c42",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"i"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"i"})]})})]})," (",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"v"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{children:"\u2208"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mn,{children:"0"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"v_i\\in(0,1]"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6891em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"v"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"\u2208"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord",children:"0"}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord",children:"1"}),(0,l.jsx)(e.span,{className:"mclose",children:"]"})]})]})]}),")\u5360\u6574\u4e2a\u5b9a\u4e49\u57df\u7a7a\u95f4\u7684\u4f53\u79ef\u7684\u6bd4\u4f8b\uff0c\u8be5\u4f30\u8ba1\u7684\u65b9\u5dee\u4e3a\uff1a"]}),"\n",(0,l.jsxs)(i,{num:"4",id:"f:placement",caption:"16\u4e2a\u968f\u673a\u91c7\u6837\u503c\u548c\u5206\u5c42\u91c7\u6837\u7684\u6bd4\u8f83\uff0c\u5b8c\u5168\u968f\u673a\u7684\u91c7\u6837(a)\u53ef\u80fd\u4f1a\u5bfc\u81f4\u4e1b\u805a\uff0c\u4e1b\u805a\u53ef\u80fd\u4f7f\u5f97\u88ab\u79ef\u51fd\u6570\u5176\u4ed6\u533a\u57df\u91c7\u6837\u4e0d\u8db3\u4ece\u800c\u589e\u52a0\u4f30\u8ba1\u7684\u65b9\u5dee",children:[(0,l.jsx)("img",{src:"/img/figures/mc/mc-12-1.png",alt:"\u968f\u673a\u91c7\u6837",width:"300"}),(0,l.jsx)("img",{src:"/img/figures/mc/mc-12-2.png",alt:"\u5206\u5c42\u91c7\u6837",width:"300"})]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"V"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"["}),(0,l.jsx)(e.mi,{children:"F"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mi,{children:"v"}),(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mn,{children:"2"})]}),(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mi,{children:"\u03c3"}),(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mn,{children:"2"})]})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tV[F]=\\sum_{i=1}^{n} \\cfrac{v_{i}^2 \\sigma_{i}^2}{n_i}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(e.span,{className:"mopen",children:"["}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"F"}),(0,l.jsx)(e.span,{className:"mclose",children:"]"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"v"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.8141em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.4413em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2587em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.8141em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.4413em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2587em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.836em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"13"}),"\n",(0,l.jsxs)(e.p,{children:["\u8fd9\u91cc",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mi,{children:"\u03c3"}),(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mn,{children:"2"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mi,{children:"V"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"["}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"X"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"j"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\sigma_{i}^2=V[f(X_{i,j})]"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.0728em",verticalAlign:"-0.2587em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.8141em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.4413em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2587em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.0361em",verticalAlign:"-0.2861em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(e.span,{className:"mopen",children:"["}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mpunct mtight",children:","}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")]"})]})]})]}),"\u8868\u793a\u5728\u9636\u5c42",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\Omega_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u5185\u7684\u4f30\u8ba1\u7684\u65b9\u5dee\u3002"]}),"\n",(0,l.jsxs)(e.p,{children:["\u4e3a\u4e86\u4e0e\u5176\u4ed6\u975e\u5206\u5c42\u91c7\u6837\u65b9\u6cd5\u8fdb\u884c\u6bd4\u8f83\uff0c\u5047\u8bbe",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"n"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"v"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"n_i=v_iN"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"v"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})]})]}),"\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u4e3a\u4f30\u8ba1\u5168\u90e8\u4f7f\u7528\u7684\u6837\u672c\uff0c\u4e0a\u5f0f\u53ef\u4ee5\u7b80\u5316\u4e3a\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"V"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"["}),(0,l.jsx)(e.mi,{children:"F"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"v"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mi,{children:"\u03c3"}),(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mn,{children:"2"})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tV[F]= \\cfrac{1}{N}\\sum_{i=1}^{n}v_{i} \\sigma_{i}^2"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(e.span,{className:"mopen",children:"["}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"F"}),(0,l.jsx)(e.span,{className:"mclose",children:"]"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"v"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.8641em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.453em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.247em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"14"}),"\n",(0,l.jsxs)(e.p,{children:["\u53e6\u4e00\u65b9\u9762\uff0c\u975e\u5206\u5c42\u91c7\u6837\u4f30\u8ba1\u7684\u65b9\u5dee\u53ef\u4ee5\u8868\u793a\u4e3a\uff08\u611f\u5174\u8da3\u7684\u8bfb\u8005\u53ef\u4ee5\u53c2\u89c1[cite a",":RobustMonteCarloMethodsforLightTransportSimulation","]\u7b2c51\u9875\u7684\u63a8\u5bfc\u8fc7\u7a0b\uff09\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"V"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"["}),(0,l.jsx)(e.mi,{children:"F"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mo,{fence:"false",stretchy:"true",minsize:"3em",maxsize:"3em",children:"["}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"v"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mi,{children:"\u03c3"}),(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mn,{children:"2"})]}),(0,l.jsx)(e.mo,{children:"+"}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"n"})]}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"v"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03bc"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{children:"\u2212"}),(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsxs)(e.msup,{children:[(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mn,{children:"2"})]}),(0,l.jsx)(e.mo,{fence:"false",stretchy:"true",minsize:"3em",maxsize:"3em",children:"]"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tV[F]= \\cfrac{1}{N}\\Bigg[ \\sum_{i=1}^{n}v_{i} \\sigma_{i}^2 +\\sum_{i=1}^{n}v_i(\\mu_i-I)^2 \\Bigg]"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(e.span,{className:"mopen",children:"["}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"F"}),(0,l.jsx)(e.span,{className:"mclose",children:"]"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"3.0277em",verticalAlign:"-1.2777em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"delimsizing size4",children:"["})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"v"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.8641em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.453em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.247em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(e.span,{className:"mbin",children:"+"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"v"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"\u03bc"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(e.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"3em",verticalAlign:"-1.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsxs)(e.span,{className:"mclose",children:[(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(e.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"delimsizing size4",children:"]"})})]})]})]})}),"\n",(0,l.jsx)(a,{num:"15"}),"\n",(0,l.jsxs)(e.p,{children:["\u5176\u4e2d\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"\u03bc"}),(0,l.jsx)(e.mi,{children:"i"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\mu_i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"\u03bc"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\u8868\u793a\u9636\u5c42\u5185",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"f"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"})]})})]}),"\u7684\u5e73\u5747\u503c\uff08\u6216\u8005\u8bf4\u671f\u671b\uff09\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"I"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"I"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})]})})]}),"\u8868\u793a\u6574\u4e2a\u5b9a\u4e49\u57df\u5185",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"f"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"})]})})]}),"\u7684\u671f\u671b\uff0c\u56e0\u4e3a\u53f3\u8fb9\u7684\u548c\u603b\u662f\u975e\u8d1f\u7684\uff0c\u6240\u4ee5\u5206\u5c42\u91c7\u6837\u6c38\u8fdc\u4e0d\u4f1a\u589e\u52a0\u4f30\u8ba1\u7684\u65b9\u5dee\uff0c\u5982\u56fe\uff084\uff09\u6240\u793a\u3002"]}),"\n",(0,l.jsx)(i,{num:"5",id:"f:n-rooks",caption:"\u57282\u7ef4\u7684\u7a7a\u95f4\u4e2d\uff0c$N$-rooks\u7b97\u6cd5\u4fdd\u8bc1\u6bcf\u4e2a\u884c\u6216\u5217\u4e0d\u4f1a\u653e\u7f6e\u8d85\u8fc7\u4e24\u4e2a\u968f\u673a\u6570",children:(0,l.jsx)("img",{src:"/img/figures/mc/mc-12-3.png",width:"300"})}),"\n",(0,l.jsxs)(e.p,{children:["\u5206\u5c42\u91c7\u6837\u65b9\u6cd5\u7684\u4e3b\u8981\u7f3a\u70b9\u662f\u5bf9\u9ad8\u7ef4\u79ef\u5206\u662f\u65e0\u6548\u7684\uff0c\u4e00\u822c\u5730\u8bf4\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"d"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"d"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"d"})]})})]}),"\u7ef4\u7684\u5b9a\u4e49\u57df\u7a7a\u95f4\u53ef\u80fd\u9700\u8981",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msup,{children:[(0,l.jsx)(e.mi,{children:"N"}),(0,l.jsx)(e.mi,{children:"d"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N^d"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8491em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.8491em"},children:(0,l.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"d"})})]})})})})})]})]})})]}),"\u4e2a\u9636\u5c42\u5212\u5206\uff0c\u9488\u5bf9\u8fd9\u4e2a\u95ee\u9898\uff0c\u4e00\u4e9b\u53d8\u4f53\u91c7\u6837\u65b9\u6cd5\u88ab\u63d0\u51fa\uff0c\u4f8b\u5982",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"-rooks\u7b97\u6cd5\u4fdd\u6301\u603b\u7684\u91c7\u6837\u6570\u91cf\u662f\u56fa\u5b9a\u7684\uff0c\u5373\u5176\u4e0e\u5b9a\u4e49\u57df\u7684\u7ef4\u5ea6\u65e0\u5173\u3002\u4f8b\u5982\uff0c\u8003\u8651\u4e00\u4e2a2\u7ef4\u7684\u51fd\u6570\uff0c\u4f7f\u7528\u6bcf\u4e2a\u9636\u5c42\u4e00\u4e2a\u91c7\u6837\u70b9\u7684\u5206\u5c42\u91c7\u6837\uff0c\u4e00\u5171\u9700\u8981",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msup,{children:[(0,l.jsx)(e.mi,{children:"N"}),(0,l.jsx)(e.mn,{children:"2"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N^2"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8141em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.8141em"},children:(0,l.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})})})})})]})]})})]}),"\u4e2a\u9636\u5c42\u5212\u5206\uff1b",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"-rooks\u7b97\u6cd5\u5219\u5c06\u8fd9",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u4e2a\u91c7\u6837\u70b9\u5747\u5300\u5730\u5206\u914d\u5728\u5404\u4e2a\u9636\u5c42\u7a7a\u95f4\uff0c\u5728\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\u5c31\u662f\u4fdd\u8bc1\u6bcf\u4e2a\u884c\u548c\u5217\u7684\u7ec4\u5408\u53ea\u5305\u542b\u4e00\u4e2a\u91c7\u6837\u70b9\uff0c\u5982\u56fe\uff085\uff09\u6240\u793a\uff0c\u5173\u4e8e",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"-rooks\u7b97\u6cd5\uff0c\u66f4\u8be6\u7ec6\u7684\u63cf\u8ff0\u53c2\u89c1Shirley\u7684\u535a\u58eb\u8bba\u6587[cite a",":PhysicallyBasedLightingCalculationsForComputerGraphics","]\u3002"]}),"\n",(0,l.jsx)(e.p,{children:"\u6cbf\u7740\u8fd9\u79cd\u6539\u53d8\u968f\u673a\u6027\u7684\u601d\u8def\uff0c\u62df\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u5219\u5b8c\u5168\u53bb\u6389\u968f\u673a\u6027\uff0c\u4f7f\u5f97\u968f\u673a\u6570\u5b8c\u5168\u6309\u7167\u67d0\u79cd\u56fa\u5b9a\u5e8f\u5217\u5747\u5300\u5206\u5e03\u6765\u907f\u514d\u4e1b\u805a\uff0c\u6211\u4eec\u5c06\u5728\u4e0b\u4e00\u8282\u8ba8\u8bba\u62df\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u3002"}),"\n",(0,l.jsx)(e.h3,{id:"sec-quasi-monte-carlo",children:"\u62df\u8499\u7279\u5361\u6d1b\u65b9\u6cd5"}),"\n",(0,l.jsxs)(e.p,{children:["\u867d\u7136\u5927\u6570\u5b9a\u5f8b\u8bc1\u660e\uff0c\u5f53\u91c7\u6837\u6570\u91cf\u8d8b\u8fd1\u4e8e\u65e0\u7a77\u7684\u65f6\u5019\uff0c\u8499\u7279\u5361\u6d1b\u4f30\u8ba1\u8d8b\u8fd1\u4e8e\u671f\u671b\u503c\u7684\u6982\u7387\u4e3a1\uff0c\u4f46\u662f\u4f20\u7edf\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u6536\u655b\u901f\u5ea6\u975e\u5e38\u6162\uff0c\u5176\u6807\u51c6\u5dee",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"\u03c3"}),(0,l.jsx)(e.mo,{children:"\u221d"}),(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.msqrt,{children:(0,l.jsx)(e.mi,{children:"N"})})]})})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\sigma\\propto \\cfrac{1}{\\sqrt{N}}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"\u221d"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.52em",verticalAlign:"-0.93em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.1833em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord sqrt",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.9267em"},children:[(0,l.jsxs)(e.span,{className:"svg-align",style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",style:{paddingLeft:"0.833em"},children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-2.8867em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"hide-tail",style:{minWidth:"0.853em",height:"1.08em"},children:(0,l.jsx)(e.svg,{xmlns:"http://www.w3.org/2000/svg",width:"400em",height:"1.08em",viewBox:"0 0 400000 1080",preserveAspectRatio:"xMinYMin slice",children:(0,l.jsx)(e.path,{d:"M95,702\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl0 -0\nc5.3,-9.3,12,-14,20,-14\nH400000v40H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM834 80h400000v40h-400000z"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1133em"},children:(0,l.jsx)(e.span,{})})})]})})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.93em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]}),"\uff0c\u5373\u589e\u52a04\u500d\u7684\u91c7\u6837\u6570\u91cf\u624d\u80fd\u6362\u67652\u500d\u7684\u7cbe\u786e\u5ea6\u63d0\u5347\u3002"]}),"\n",(0,l.jsx)(e.p,{children:"\u5728\u4e0a\u4e00\u8282\u4e2d\u5df2\u7ecf\u8bc1\u660e\uff0c\u5206\u5c42\u91c7\u6837\u51cf\u5c11\u4e86\u8499\u7279\u5361\u6d1b\u4f30\u8ba1\u7684\u65b9\u5dee\uff0c\u8fd9\u4e3b\u8981\u662f\u7531\u4e8e\u9636\u5c42\u7684\u5212\u5206\u51cf\u5c11\u4e86\u968f\u673a\u6570\u5bfc\u81f4\u7684\u4e1b\u805a\uff0c\u90a3\u4e48\u66f4\u8fdb\u4e00\u6b65\uff0c\u6211\u4eec\u53ef\u4e0d\u53ef\u4ee5\u91c7\u7528\u5b8c\u5168\u5747\u5300\u7684\u91c7\u6837\u6765\u4ee3\u66ff\u968f\u673a\u5206\u5e03\uff0c\u4f7f\u5f97\u8499\u7279\u5361\u6d1b\u4f30\u8ba1\u7684\u65b9\u5dee\u8fdb\u4e00\u6b65\u964d\u4f4e\uff0c\u6536\u655b\u901f\u5ea6\u66f4\u5feb\u5462\uff1f"}),"\n",(0,l.jsx)(e.p,{children:"\u91cd\u65b0\u601d\u8003\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\uff0c\u5176\u968f\u673a\u53d8\u91cf\u7684\u72ec\u7acb\u6027\u662f\u6307\u5176\u5bf9\u5e94\u7684\u968f\u673a\u4e8b\u4ef6\u4e4b\u95f4\u662f\u4e0d\u76f8\u5173\u7684\uff0c\u4f46\u662f\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u5e76\u6ca1\u6709\u9650\u5236\u968f\u673a\u6570\u4ea7\u751f\u7684\u65b9\u5f0f\uff0c\u5b83\u53ea\u8981\u6c42\u91c7\u6837\u7684\u968f\u673a\u6570\u6ee1\u8db3\u5bf9\u5e94\u7684\u5206\u5e03\u3002\u4f20\u7edf\u7684\u91c7\u6837\u65b9\u5f0f\u662f\u4f7f\u7528\u7535\u8111\u7684\u4f2a\u968f\u673a\u6570\u6765\u8fdb\u884c\u7684\uff0c\u8fd9\u79cd\u968f\u673a\u7684\u7279\u5f81\u5bfc\u81f4\u6bcf\u4e2a\u968f\u673a\u6570\u5e76\u4e0d\u77e5\u9053\u5176\u4ed6\u968f\u673a\u6570\u7684\u4efb\u4f55\u4fe1\u606f\uff0c\u6240\u4ee5\u5176\u5206\u5e03\u53ef\u80fd\u51fa\u73b0\u4e1b\u805a\uff0c\u51cf\u6162\u4e86\u6536\u655b\u901f\u5ea6\u3002\u6240\u4ee5\uff0c\u7406\u8bba\u4e0a\u5982\u679c\u6211\u4eec\u4f7f\u7528\u786e\u5b9a\u6027\uff08\u975e\u968f\u673a\uff09\u7684\u65b9\u6cd5\u6765\u4ea7\u751f\u5747\u5300\u5730\u5206\u5e03\uff0c\u90a3\u4e48\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u6a21\u62df\u8fc7\u7a0b\u4e0d\u4f1a\u53d7\u5230\u5f71\u54cd\uff0c\u5e76\u4e14\u6536\u655b\u901f\u5ea6\u53ef\u4ee5\u52a0\u5feb\u3002"}),"\n",(0,l.jsx)(e.p,{children:"\u62df\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\uff08Quasi-Monte Carlo method\uff09\u5c31\u662f\u8fd9\u6837\u4e00\u79cd\u65b9\u6cd5\uff0c\u5b83\u548c\u4f20\u7edf\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u552f\u4e00\u4e0d\u540c\u4ec5\u5728\u4e8e\u968f\u673a\u6570\u4ea7\u751f\u7684\u65b9\u5f0f\uff0c\u62df\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u4f7f\u7528\u4f4e\u5dee\u5f02\uff08low-discrepancy\uff09\u5e8f\u5217\uff0c\u8fd9\u4e9b\u5e8f\u5217\u662f\u901a\u8fc7\u6570\u8bba\u65b9\u6cd5\u4ea7\u751f\u7684\u9ad8\u5ea6\u5747\u5300\u7684\u62df\u968f\u673a\u6570\u5e8f\u5217\uff0c\u4f8b\u5982\u970d\u5c14\u987f\u5e8f\u5217\uff0c\u7d22\u6ce2\u5c14\u5e8f\u5217\u7b49\u3002\u672c\u8282\u6211\u4eec\u5c06\u9996\u5148\u8ba8\u8bba\u5747\u5300\u6027\u4ee5\u53ca\u62df\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u65b9\u5dee\uff0c\u7136\u540e\u4ecb\u7ecd\u51e0\u79cd\u5e38\u89c1\u7684\u4f4e\u5dee\u5f02\u5e8f\u5217\u3002"}),"\n",(0,l.jsxs)(e.p,{children:["\u8bbe",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"a"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"a"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"a"})]})})]}),"\u548c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"c"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"c"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"c"})]})})]}),"\u662f",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mo,{stretchy:"false",children:"["}),(0,l.jsx)(e.mn,{children:"0"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsxs)(e.msup,{children:[(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{children:"d"})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"[0,1)^d"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.0991em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mopen",children:"["}),(0,l.jsx)(e.span,{className:"mord",children:"0"}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord",children:"1"}),(0,l.jsxs)(e.span,{className:"mclose",children:[(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.8491em"},children:(0,l.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"d"})})]})})})})})]})]})})]}),"\u533a\u95f4\u5185\u7684\u70b9\uff0c\u5bf9\u4e8e",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"a"}),(0,l.jsx)(e.mo,{separator:"true",children:","}),(0,l.jsx)(e.mi,{children:"c"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"a,c"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(e.span,{className:"mpunct",children:","}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"c"})]})})]}),"\u7684\u6bcf\u4e2a\u5206\u91cf",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"i"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u90fd\u6ee1\u8db3",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"a"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{children:"<"}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"c"}),(0,l.jsx)(e.mi,{children:"i"})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"a_i{a.d(e,{Z:()=>t,a:()=>m});var l=a(7294);const n={},i=l.createContext(n);function m(s){const e=l.useContext(i);return l.useMemo((function(){return"function"==typeof s?s(e):{...e,...s}}),[e,s])}function t(s){let e;return e=s.disableParentContext?"function"==typeof s.components?s.components(n):s.components||n:m(s.components),l.createElement(i.Provider,{value:e},s.children)}}}]); \ No newline at end of file diff --git a/assets/js/22c5a16b.3fa40fb6.js b/assets/js/22c5a16b.3fa40fb6.js new file mode 100644 index 0000000..beac6f7 --- /dev/null +++ b/assets/js/22c5a16b.3fa40fb6.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[7845],{5502:(s,e,a)=>{a.r(e),a.d(e,{assets:()=>t,contentTitle:()=>i,default:()=>x,frontMatter:()=>m,metadata:()=>c,toc:()=>r});var l=a(5893),n=a(1151);const m={title:"4.2 \u8499\u7279\u5361\u6d1b\u79ef\u5206"},i=void 0,c={id:"monte-carlo/monte-carlo",title:"4.2 \u8499\u7279\u5361\u6d1b\u79ef\u5206",description:"\u8bbe\u60f3\u6211\u4eec\u8981\u8ba1\u7b97\u4e00\u4e2a\u4e00\u7ef4\u51fd\u6570\u7684\u79ef\u5206\uff0c\u4f8b\u5982${\\rm \\int}_a^f(x){\\rm d}x$\uff0c\u6570\u503c\u5206\u6790\u65b9\u6cd5\u901a\u5e38\u4f7f\u7528\u4e00\u4e9b\u8fd1\u4f3c\u65b9\u6cd5\u6765\u8ba1\u7b97\u79ef\u5206\uff0c\u6700\u7b80\u5355\u7684\u6c42\u79ef\u5206\u7684\u65b9\u6cd5\u4fbf\u662f\u5c06\u88ab\u79ef\u51fd\u6570\u6cbf\u4f5c\u7528\u57df\u4e0a\u5212\u5206\u6210\u591a\u4e2a\u533a\u57df\uff0c\u7136\u540e\u8ba1\u7b97\u8fd9\u4e9b\u533a\u57df\u9762\u79ef\u7684\u548c\u3002\u5982\u679c\u8fd9\u4e9b\u533a\u57df\u7684\u5212\u5206\u5728\u4f5c\u7528\u57df\u4e0a\u662f\u5747\u5300\u7684\uff0c\u5982\u56fe\uff081\uff09\u6240\u793a\uff0c\u5219\u5bf9\u79ef\u5206$I$\u7684\u8fd1\u4f3c\u53ef\u4ee5\u5199\u6210\uff1a",source:"@site/docs/4-monte-carlo/2-monte-carlo.md",sourceDirName:"4-monte-carlo",slug:"/monte-carlo/monte-carlo",permalink:"/docs/monte-carlo/monte-carlo",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/4-monte-carlo/2-monte-carlo.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",sidebarPosition:2,frontMatter:{title:"4.2 \u8499\u7279\u5361\u6d1b\u79ef\u5206"},sidebar:"tutorialSidebar",previous:{title:"4.1 \u6982\u7387\u8bba\u57fa\u7840",permalink:"/docs/monte-carlo/probability"},next:{title:"4.3 \u5bf9\u5206\u5e03$p(x)$\u8fdb\u884c\u91c7\u6837",permalink:"/docs/monte-carlo/sampling"}},t={},r=[];function h(s){const e={annotation:"annotation",li:"li",math:"math",mfrac:"mfrac",mi:"mi",mn:"mn",mo:"mo",mrow:"mrow",msqrt:"msqrt",mstyle:"mstyle",msub:"msub",msubsup:"msubsup",msup:"msup",mtable:"mtable",mtd:"mtd",mtr:"mtr",munderover:"munderover",p:"p",path:"path",semantics:"semantics",span:"span",svg:"svg",ul:"ul",...(0,n.a)(),...s.components},{Eq:a,Figure:m}=e;return a||d("Eq",!0),m||d("Figure",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsxs)(e.p,{children:["\u8bbe\u60f3\u6211\u4eec\u8981\u8ba1\u7b97\u4e00\u4e2a\u4e00\u7ef4\u51fd\u6570\u7684\u79ef\u5206\uff0c\u4f8b\u5982",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(e.mi,{children:"a"}),(0,l.jsx)(e.mi,{children:"b"})]}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"x"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"{\\rm \\int}_a^{b}f(x){\\rm d}x"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.3998em",verticalAlign:"-0.3558em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol small-op",style:{marginRight:"0.19445em",position:"relative",top:"-0.0006em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.044em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.3442em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"a"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.2579em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"b"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3558em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})})]}),"\uff0c\u6570\u503c\u5206\u6790\u65b9\u6cd5\u901a\u5e38\u4f7f\u7528\u4e00\u4e9b\u8fd1\u4f3c\u65b9\u6cd5\u6765\u8ba1\u7b97\u79ef\u5206\uff0c\u6700\u7b80\u5355\u7684\u6c42\u79ef\u5206\u7684\u65b9\u6cd5\u4fbf\u662f\u5c06\u88ab\u79ef\u51fd\u6570\u6cbf\u4f5c\u7528\u57df\u4e0a\u5212\u5206\u6210\u591a\u4e2a\u533a\u57df\uff0c\u7136\u540e\u8ba1\u7b97\u8fd9\u4e9b\u533a\u57df\u9762\u79ef\u7684\u548c\u3002\u5982\u679c\u8fd9\u4e9b\u533a\u57df\u7684\u5212\u5206\u5728\u4f5c\u7528\u57df\u4e0a\u662f\u5747\u5300\u7684\uff0c\u5982\u56fe\uff081\uff09\u6240\u793a\uff0c\u5219\u5bf9\u79ef\u5206",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"I"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"I"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})]})})]}),"\u7684\u8fd1\u4f3c\u53ef\u4ee5\u5199\u6210\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mtable,{rowspacing:"0.25em",columnalign:"right left",columnspacing:"0em",children:[(0,l.jsxs)(e.mtr,{children:[(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(e.mi,{children:"I"})})}),(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mrow,{}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(e.mi,{children:"a"}),(0,l.jsx)(e.mi,{children:"b"})]}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"x"})]})})})]}),(0,l.jsxs)(e.mtr,{children:[(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(e.mrow,{})})}),(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mrow,{}),(0,l.jsx)(e.mo,{children:"\u2248"}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"b"}),(0,l.jsx)(e.mo,{children:"\u2212"}),(0,l.jsx)(e.mi,{children:"a"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.mi,{children:"N"})]})]})})})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\t\\begin{aligned}\n\t\tI&={\\rm \\int}_{a}^{b}f(x){\\rm d}x \\\\\n\t\t&\\approx \\sum_{i=1}^{N}f(x_i) \\cfrac{(b-a)}{N}\n\t\\end{aligned}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"6.217em",verticalAlign:"-2.8585em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsxs)(e.span,{className:"mtable",children:[(0,l.jsx)(e.span,{className:"col-align-r",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"3.3585em"},children:[(0,l.jsxs)(e.span,{style:{top:"-5.5878em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})})]}),(0,l.jsxs)(e.span,{style:{top:"-2.5475em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsx)(e.span,{className:"mord"})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"2.8585em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"col-align-l",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"3.3585em"},children:[(0,l.jsxs)(e.span,{style:{top:"-5.5878em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.599em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"a"})})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.8129em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"b"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.9119em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-2.5475em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"\u2248"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.8283em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(e.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"2.8585em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]})})]})}),"\n",(0,l.jsx)(a,{num:"1",id:"eq:mc-quadrature-rules"}),"\n",(0,l.jsxs)(e.p,{children:["\u8fd9\u91cc",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f(x_i)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u662f\u6bcf\u4e2a\u533a\u95f4\u7684\u4e2d\u70b9\u4f4d\u7f6e\u7684\u51fd\u6570\u503c\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u8d8a\u5927\uff0c\u5219\u8be5\u8fd1\u4f3c\u8d8a\u903c\u8fd1\u79ef\u5206",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"I"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"I"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})]})})]}),"\u7684\u771f\u5b9e\u7ed3\u679c\u3002"]}),"\n",(0,l.jsx)(m,{num:"1",id:"f:mc-quadrature-rules",caption:"\u786e\u5b9a\u6027\u7684\u4e00\u7ef4\u79ef\u5206",children:(0,l.jsx)("img",{src:"/img/figures/mc/mc-finite-integration.svg"})}),"\n",(0,l.jsxs)(e.p,{children:["\u5f53\u6211\u4eec\u5c1d\u8bd5\u5c06\u8fd9\u79cd\u786e\u5b9a\u6027\u7684\u79ef\u5206\u65b9\u6cd5\u63a8\u5e7f\u5230",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"d"}),(0,l.jsx)(e.mo,{children:"\u2212"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"d-"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.7778em",verticalAlign:"-0.0833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"d"}),(0,l.jsx)(e.span,{className:"mord",children:"\u2212"})]})})]}),"\u7ef4\u79ef\u5206\u7684\u65f6\u5019\uff0c\u5b83\u8981\u6c42\u5c06\u539f\u59cb\u51fd\u6570\u5206\u4e3a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msup,{children:[(0,l.jsx)(e.mi,{children:"N"}),(0,l.jsx)(e.mi,{children:"d"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N^d"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8491em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.8491em"},children:(0,l.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"d"})})]})})})})})]})]})})]}),"\u4e2a\u91c7\u6837\u7a7a\u95f4\uff0c\u663e\u7136\u8fd9\u79cd\u65b9\u6cd5\u4e0d\u9002\u5408\u7528\u4e8e\u591a\u7ef4\u79ef\u5206\u7684\u8ba1\u7b97\u3002\u5f53\u7136\u4e5f\u5b58\u5728\u4e00\u4e9b\u5176\u5b83\u7684\u8ba1\u7b97\u591a\u7ef4\u79ef\u5206\u7684\u65b9\u6cd5, \u4f46\u662f\u5176\u4e2d\u5728\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u9886\u57df\u7528\u7684\u6700\u591a\u7684\u8fd8\u662f\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\uff0c\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6709\u5f88\u591a\u79cd\u4e0d\u540c\u7684\u7528\u9014\uff0c\u5176\u4e2d\u6700\u91cd\u8981\u7684\u4e00\u79cd\u5c31\u662f\u7528\u4e8e\u8ba1\u7b97\u9ad8\u7ef4\u79ef\u5206\u3002"]}),"\n",(0,l.jsxs)(e.p,{children:["\u5728\u63a8\u5bfc\u5177\u4f53\u7684\u8499\u7279\u5361\u6d1b\u4f30\u8ba1\u4e4b\u524d\uff0c\u6211\u4eec\u9996\u5148\u9700\u8981\u4e86\u89e3\u4e00\u4e0b\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u548c\u4f20\u7edf\u6570\u503c\u5206\u6790\u65b9\u6cd5\u7684\u533a\u522b\u3002\u5f0f\uff081\uff09\u548c\u5f0f [ref eq",":mc-large-numbers","]\u867d\u7136\u770b\u8d77\u6765\u5177\u6709\u6bd4\u8f83\u76f8\u4f3c\u7684\u601d\u8def\uff1a\u5373\u5b83\u4eec\u90fd\u662f\u8ba1\u7b97",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u4e2a\u201c\u91c7\u6837\u70b9\u201d\u7684\u5e73\u5747\u503c\uff0c\u4f46\u662f\u524d\u8005\u662f\u4e00\u79cd\u4f20\u7edf\u7684\u6570\u503c\u8fd1\u4f3c\u65b9\u6cd5\uff0c\u5b83\u5fc5\u987b\u5728\u6bcf\u4e2a\u7ef4\u5ea6\u4e0a\u4f7f\u7528\u540c\u6837\u7684\u8fd1\u4f3c\u7ed3\u6784\uff08\u5373\u5bf9\u6bcf\u4e2a\u7ef4\u5ea6\u6267\u884c\u7a7a\u95f4\u5212\u5206\uff09\uff0c\u56e0\u6b64\u5b83\u7684\u91c7\u6837\u7684\u6570\u91cf\u662f\u548c\u7ef4\u5ea6\u76f8\u5173\u7684\uff1b\u800c\u5927\u6570\u5b9a\u5f8b\u7684\u91c7\u6837\u70b9\u6765\u81ea\u4e8e\u6ee1\u8db3\u67d0\u4e2a\u5206\u5e03\u7684\u4e00\u4e2a\u968f\u673a\u6570\uff0c\u8fd9\u4e2a\u968f\u673a\u6570\u76f4\u63a5\u5bf9\u4e00\u7ef4\u6216\u591a\u7ef4\u7a7a\u95f4\u8fdb\u884c\u91c7\u6837\uff0c\u8fd9\u4e2a\u91c7\u6837\u7684\u6570\u91cf\u4e0e\u51fd\u6570\u7684\u7ef4\u5ea6\u5e76\u65e0\u76f4\u63a5\u5173\u7cfb\u3002"]}),"\n",(0,l.jsxs)(e.p,{children:["\u5927\u6570\u5b9a\u5f8b\u7528\u4e8e\u5bf9\u671f\u671b\u8868\u793a\u7684\u79ef\u5206\u5f62\u5f0f\u8fdb\u884c\u4f30\u8ba1\uff0c\u5373\u5bf9\u79ef\u5206",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msubsup,{children:[(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mo,{children:"\u2212"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"x"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"{\\rm \\int}_{-\\infty}^{\\infty}xf(x){\\rm d}x"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.2734em",verticalAlign:"-0.4142em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol small-op",style:{marginRight:"0.19445em",position:"relative",top:"-0.0006em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.8593em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.3442em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(e.span,{className:"mord mtight",children:"\u221e"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.2579em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"\u221e"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.4142em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u8fdb\u884c\u4f30\u8ba1\uff0c\u4f46\u662f\u6211\u4eec\u901a\u5e38\u9700\u8981\u6c42\u5f97\u4e00\u4e2a\u4efb\u610f\u51fd\u6570\u7684\u79ef\u5206\uff0c\u5047\u8bbe\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"g(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u7684\u5b9a\u4e49\u57df\u4e3a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{children:"\u2208"}),(0,l.jsx)(e.mi,{children:"S"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"x\\in S"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.5782em",verticalAlign:"-0.0391em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"\u2208"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"S"})]})]})]}),"(",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"S"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"S"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"S"})]})})]}),"\u53ef\u4ee5\u662f\u4e00\u4e2a\u591a\u7ef4\u7a7a\u95f4\uff0c\u6b64\u65f6",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"x"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u8868\u793a\u4e00\u4e2a\u5411\u91cf)\uff0c\u6211\u4eec\u5e0c\u671b\u8ba1\u7b97\u4ee5\u4e0b\u79ef\u5206\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{children:"\u2208"}),(0,l.jsx)(e.mi,{children:"S"})]})]}),(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"\u03bc"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tI={\\rm \\int}_{x\\in S}g(x){\\rm d}\\mu"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.2993em",verticalAlign:"-0.9393em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"-0.4336em"},children:(0,l.jsxs)(e.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"x"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"\u2208"}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05764em"},children:"S"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.9393em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"\u03bc"})]})]})]})}),"\n",(0,l.jsx)(a,{num:"2"}),"\n",(0,l.jsxs)(e.p,{children:["\u6839\u636e\u524d\u9762\u7684\u63cf\u8ff0\uff0c\u7ed9\u5b9a\u4efb\u610f\u4e00\u4e2a\u5b9e\u6570\u51fd\u6570",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"f"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"})]})})]}),"\u4ee5\u53ca\u4e00\u4e2a\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{children:"\u223c"}),(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"x\\sim p(x)"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"\u223c"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),"\uff0c\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u7684\u4e00\u4e2a\u548c\u7684\u516c\u5f0f\u6765\u8fd1\u4f3c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u7684\u671f\u671b\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"E"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"["}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{children:"\u2208"}),(0,l.jsx)(e.mi,{children:"S"})]})]}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"\u03bc"}),(0,l.jsx)(e.mo,{children:"\u2248"}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tE[f(x)]={\\rm \\int}_{x\\in S}f(x)p(x){\\rm d}\\mu\\approx \\cfrac{1}{N}\\sum_{i=1}^{N}f(x_i)"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(e.span,{className:"mopen",children:"["}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")]"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.2993em",verticalAlign:"-0.9393em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"-0.4336em"},children:(0,l.jsxs)(e.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"x"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"\u2208"}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05764em"},children:"S"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.9393em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"\u03bc"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"\u2248"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"3.106em",verticalAlign:"-1.2777em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.8283em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]})}),"\n",(0,l.jsx)(a,{num:"3",id:"e:sum"}),"\n",(0,l.jsxs)(e.p,{children:["\u8fd9\u4e2a\u7ed3\u679c\u5c31\u662f\u4f7f\u7528\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6c42\u79ef\u5206\u7684\u6838\u5fc3\u601d\u60f3\uff0c\u56e0\u4e3a\u671f\u671b\u8868\u793a\u7684\u79ef\u5206\u53ef\u4ee5\u4f7f\u7528\u591a\u4e2a\u968f\u673a\u6570\u91c7\u6837\u503c\u7684\u548c\u7684\u5f62\u5f0f\u6765\u8fd1\u4f3c\u3002\u5bf9\u5f0f\uff083\uff09\u7a0d\u4f5c\u53d8\u6362\uff0c \u4f7f\u7528",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mi,{children:"f"}),(0,l.jsx)(e.mi,{children:"p"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"g=fp"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"})]})]})]})," \u4ee3\u66ff\u88ab\u79ef\u51fd\u6570\uff0c\u5219\u4e0a\u5f0f\u53d8\u4e3a\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{children:"\u2208"}),(0,l.jsx)(e.mi,{children:"S"})]})]}),(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"\u03bc"}),(0,l.jsx)(e.mo,{children:"\u2248"}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\t{\\rm \\int}_{x\\in S}g(x){\\rm d}\\mu\\approx \\cfrac{1}{N}\\sum_{i=1}^{N} \\cfrac{g(x_i)}{p(x_i)}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.2993em",verticalAlign:"-0.9393em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"-0.4336em"},children:(0,l.jsxs)(e.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"x"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"\u2208"}),(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05764em"},children:"S"})]})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.9393em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"\u03bc"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"\u2248"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"3.106em",verticalAlign:"-1.2777em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.8283em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"4"}),"\n",(0,l.jsxs)(e.p,{children:["\\noindent \u5bf9\u4e8e\u8be5\u516c\u5f0f\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"p"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"})]})})]}),"\u5fc5\u987b\u4e3a\u6b63\uff0c\u6211\u4eec\u5b9a\u4e49",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"I"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"I"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})]})})]}),"\u7684\u4f30\u8ba1\uff08estimator\uff09\u4e3a",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsx)(e.mi,{children:"N"})]})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"I_N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3283em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})]})})]}),"\uff0c\u5373\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\tI_N= \\cfrac{1}{N}\\sum_{i=1}^{N} \\cfrac{g(x_i)}{p(x_i)}"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3283em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"3.106em",verticalAlign:"-1.2777em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.8283em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})]})]})}),"\n",(0,l.jsx)(a,{num:"5",id:"eq:mc-mc-extimator"}),"\n",(0,l.jsx)(e.p,{children:"\u8be5\u4f30\u8ba1\u7684\u671f\u671b\u503c\u4e3a\uff1a"}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mtable,{rowspacing:"0.25em",columnalign:"right left",columnspacing:"0em",children:[(0,l.jsxs)(e.mtr,{children:[(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"E"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"["}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"]"})]})})}),(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mrow,{}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mi,{children:"E"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"["}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"]"})]})})})]}),(0,l.jsxs)(e.mtr,{children:[(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(e.mrow,{})})}),(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mrow,{}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsxs)(e.munderover,{children:[(0,l.jsx)(e.mo,{children:"\u2211"}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"i"}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mn,{children:"1"})]}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mi,{children:"E"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"["}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:"]"})]})})})]}),(0,l.jsxs)(e.mtr,{children:[(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(e.mrow,{})})}),(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mrow,{}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mi,{children:"N"}),(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"x"})]})})})]}),(0,l.jsxs)(e.mtr,{children:[(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(e.mrow,{})})}),(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mrow,{}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"x"})]})})})]}),(0,l.jsxs)(e.mtr,{children:[(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(e.mrow,{})})}),(0,l.jsx)(e.mtd,{children:(0,l.jsx)(e.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mrow,{}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsx)(e.mi,{children:"I"})]})})})]})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\t\\begin{aligned}\n\t\tE[I_N]&=E[ \\cfrac{1}{N}\\sum_{i=1}^{N} \\cfrac{g(x_i)}{p(x_i)}]\\\\\n\t\t&= \\cfrac{1}{N}\\sum_{i=1}^{N}E[ \\cfrac{g(x_i)}{p(x_i)}]\\\\\n\t\t&= \\cfrac{1}{N}N{\\rm \\int} \\cfrac{g(x)}{p(x)}p(x){\\rm d}x\\\\\n\t\t&={\\rm \\int} g(x){\\rm d}x\\\\\n\t\t&=I\n\t\\end{aligned}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"13.6603em",verticalAlign:"-6.5801em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsxs)(e.span,{className:"mtable",children:[(0,l.jsx)(e.span,{className:"col-align-r",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"7.0801em"},children:[(0,l.jsxs)(e.span,{style:{top:"-9.0801em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(e.span,{className:"mopen",children:"["}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3283em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:"]"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-5.6741em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsx)(e.span,{className:"mord"})]}),(0,l.jsxs)(e.span,{style:{top:"-2.5065em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsx)(e.span,{className:"mord"})]}),(0,l.jsxs)(e.span,{style:{top:"0.0895em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsx)(e.span,{className:"mord"})]}),(0,l.jsxs)(e.span,{style:{top:"2.0918em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsx)(e.span,{className:"mord"})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"6.5801em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"col-align-l",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"7.0801em"},children:[(0,l.jsxs)(e.span,{style:{top:"-9.0801em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(e.span,{className:"mopen",children:"["}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.8283em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mclose",children:"]"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-5.6741em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mop op-limits",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.8283em"},children:[(0,l.jsxs)(e.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(e.span,{className:"mord mtight",children:[(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(e.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(e.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(e.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(e.span,{className:"mopen",children:"["}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mclose",children:"]"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-2.5065em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})]}),(0,l.jsxs)(e.span,{style:{top:"0.0895em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})]}),(0,l.jsxs)(e.span,{style:{top:"2.0918em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3.8283em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"6.5801em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]})})]})}),"\n",(0,l.jsx)(a,{num:"6"}),"\n",(0,l.jsxs)(e.p,{children:["\u7531\u6b64\u53ef\u4ee5\u770b\u51fa\u8be5\u4f30\u8ba1\u53ef\u4ee5\u7528\u4e8e\u7528\u4f5c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"I"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"I"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"})]})})]}),"\u7684\u8fd1\u4f3c\uff0c\u8be5\u4f30\u8ba1\u7684\u65b9\u5dee\u4e3a\uff1a"]}),"\n",(0,l.jsx)(e.span,{className:"katex-display",children:(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsxs)(e.msup,{children:[(0,l.jsx)(e.mi,{children:"\u03c3"}),(0,l.jsx)(e.mn,{children:"2"})]}),(0,l.jsx)(e.mo,{children:"="}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsx)(e.mn,{children:"1"}),(0,l.jsx)(e.mi,{children:"N"})]}),(0,l.jsx)(e.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(e.mo,{children:"\u2212"}),(0,l.jsx)(e.mi,{children:"I"}),(0,l.jsxs)(e.msup,{children:[(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mn,{children:"2"})]}),(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"}),(0,l.jsx)(e.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(e.mi,{children:"x"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\t\\sigma^2= \\cfrac{1}{N}{\\rm \\int}( \\cfrac{g(x)}{p(x)}-I)^2p(x){\\rm d}x"})]})})}),(0,l.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.8641em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(e.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(e.span,{className:"mrel",children:"="}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.526em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(e.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.1141em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"I"}),(0,l.jsxs)(e.span,{className:"mclose",children:[(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsx)(e.span,{className:"vlist-t",children:(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(e.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsx)(e.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"})]})]})]})}),"\n",(0,l.jsx)(a,{num:"7",id:"e:variance"}),"\n",(0,l.jsxs)(e.p,{children:["\u7531\u6b64\u53ef\u4ee5\u770b\u51fa\uff0c\u968f\u7740",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u7684\u589e\u52a0\uff0c\u5176\u65b9\u5dee\u968f\u7740",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"N"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u7ebf\u6027\u964d\u4f4e\uff0c\u7531\u4e8e\u4f30\u8ba1\u7684\u8bef\u5dee\u6b63\u6bd4\u4e8e\u5176\u6807\u51c6\u5dee",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mi,{children:"\u03c3"})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\sigma"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"})]})})]}),"\uff0c\u56e0\u6b64\u4f30\u8ba1\u7684\u8bef\u5dee\u968f\u7740",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.msqrt,{children:(0,l.jsx)(e.mi,{children:"N"})})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\sqrt{N}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1.04em",verticalAlign:"-0.1133em"}}),(0,l.jsx)(e.span,{className:"mord sqrt",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"0.9267em"},children:[(0,l.jsxs)(e.span,{className:"svg-align",style:{top:"-3em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",style:{paddingLeft:"0.833em"},children:(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(e.span,{style:{top:"-2.8867em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"hide-tail",style:{minWidth:"0.853em",height:"1.08em"},children:(0,l.jsx)(e.svg,{xmlns:"http://www.w3.org/2000/svg",width:"400em",height:"1.08em",viewBox:"0 0 400000 1080",preserveAspectRatio:"xMinYMin slice",children:(0,l.jsx)(e.path,{d:"M95,702\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl0 -0\nc5.3,-9.3,12,-14,20,-14\nH400000v40H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM834 80h400000v40h-400000z"})})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.1133em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]}),"\u7ebf\u6027\u964d\u4f4e\u3002\u8fd9\u5c31\u662f\u4e00\u822c\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u7279\u70b9\uff0c\u5b9e\u9645\u4e0a\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6700\u5927\u7684\u95ee\u9898\u5c31\u662f\u4f30\u8ba1\u903c\u8fd1\u6b63\u786e\u7ed3\u679c\u7684\u901f\u5ea6\u975e\u5e38\u6162\uff0c\u4f8b\u5982\u9700\u8981\u4f7f\u7528\u56db\u500d\u591a\u7684\u91c7\u6837\u70b9\u624d\u53ef\u4ee5\u4ec5\u4ec5\u51cf\u5c11\u4e00\u534a\u7684\u8bef\u5dee\u3002"]}),"\n",(0,l.jsxs)(e.p,{children:["\u7406\u8bba\u4e0a\uff0c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u7684\u9009\u62e9\u53ef\u4ee5\u662f\u4efb\u610f\u7684\uff0c\u8fd9\u4e5f\u662f\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u4e00\u5927\u4f18\u70b9\uff0c\u56e0\u4e3a\u901a\u5e38\u5f88\u96be\u751f\u6210\u4e0e\u88ab\u79ef\u51fd\u6570\u5177\u6709\u4e00\u81f4\u5206\u5e03\u7684\u968f\u673a\u6570\u3002\u4f46\u662f\u4ece\u5f0f\uff085\uff09\u4e5f\u53ef\u4ee5\u770b\u51fa\uff0c\u901a\u8fc7\u4f7f",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"g(x_i)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u548c",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p(x_i)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u7684\u6bd4\u503c\u5c3d\u53ef\u80fd\u5730\u5c0f\u4e5f\u53ef\u4ee5\u51cf\u5c11\u4f30\u8ba1\u8bef\u5dee\uff0c\u5728\u5b9e\u8df5\u4e0a\u8fd9\u901a\u5e38\u4f7f",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\u7684\u5206\u5e03\u63a5\u8fd1\u4e8e",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:"g(x)"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u8fd9\u79f0\u4e3a\u672c\u7ae0\u540e\u9762\u4f1a\u8ba8\u8bba\u7684\u91cd\u8981\u6027\u91c7\u6837\u7684\u57fa\u7840\u3002"]}),"\n",(0,l.jsx)(e.p,{children:"\u7ec8\u4e0a\u6240\u8ff0\uff0c\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u662f\u4e00\u79cd\u975e\u5e38\u7b80\u5355\u800c\u5f3a\u5927\uff0c\u53ef\u4ee5\u8fd1\u4f3c\u8ba1\u7b97\u4efb\u610f\u51fd\u6570\u79ef\u5206\u7684\u6570\u503c\u65b9\u6cd5\u3002\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u53ef\u4ee5\u5f52\u7eb3\u4e3a\u4ee5\u4e0b\u6b65\u9aa4\uff1a"}),"\n",(0,l.jsxs)(e.ul,{children:["\n",(0,l.jsx)(e.li,{children:"\u9996\u5148\u5bf9\u4e00\u4e2a\u6ee1\u8db3\u67d0\u79cd\u6982\u7387\u5206\u5e03\u7684\u968f\u673a\u6570\u8fdb\u884c\u91c7\u6837\u3002"}),"\n",(0,l.jsxs)(e.li,{children:["\u4f7f\u7528\u8be5\u91c7\u6837\u503c\u8ba1\u7b97",(0,l.jsxs)(e.span,{className:"katex",children:[(0,l.jsx)(e.span,{className:"katex-mathml",children:(0,l.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(e.semantics,{children:[(0,l.jsx)(e.mrow,{children:(0,l.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(e.mfrac,{children:[(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"g"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsxs)(e.mrow,{children:[(0,l.jsx)(e.mi,{children:"p"}),(0,l.jsx)(e.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(e.msub,{children:[(0,l.jsx)(e.mi,{children:"x"}),(0,l.jsx)(e.mi,{children:"i"})]}),(0,l.jsx)(e.mo,{stretchy:"false",children:")"})]})]})})}),(0,l.jsx)(e.annotation,{encoding:"application/x-tex",children:" \\cfrac{g_i}{p(x_i)}"})]})})}),(0,l.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(e.span,{className:"base",children:[(0,l.jsx)(e.span,{className:"strut",style:{height:"2.526em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(e.span,{className:"mfrac",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(e.span,{className:"mopen",children:"("}),(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]}),(0,l.jsx)(e.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(e.span,{className:"mord",children:(0,l.jsxs)(e.span,{className:"mord",children:[(0,l.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(e.span,{className:"msupsub",children:(0,l.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(e.span,{className:"vlist-r",children:[(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(e.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(e.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(e.span,{})})})]})})]})})]})]}),(0,l.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(e.span,{className:"vlist-r",children:(0,l.jsx)(e.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(e.span,{})})})]})}),(0,l.jsx)(e.span,{})]})]})})]}),"\u7684\u503c\uff0c\u8fd9\u79f0\u4e3a\u8be5\u6837\u672c\u7684\u8d21\u732e\u503c\u3002"]}),"\n",(0,l.jsx)(e.li,{children:"\u6700\u540e\u5bf9\u6240\u6709\u91c7\u6837\u70b9\u8ba1\u7b97\u7684\u7ed3\u679c\u6c42\u5e73\u5747\u503c\u3002"}),"\n"]}),"\n",(0,l.jsx)(e.p,{children:"\u5728\u8fd9\u4e9b\u6b65\u9aa4\u4e2d\uff0c\u6700\u56f0\u96be\u7684\u90e8\u5206\u6d89\u53ca\u600e\u6837\u5bf9\u4e00\u4e2a\u4efb\u610f\u5206\u5e03\u51fd\u6570\u8fdb\u884c\u91c7\u6837\uff0c\u6211\u4eec\u5c06\u5728\u7b2c\uff084.3\uff09\u8282\u8ba8\u8bba\u4e00\u4e9b\u5e38\u7528\u7684\u91c7\u6837\u65b9\u6cd5\uff1b\u5176\u6b21\uff0c\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u53e6\u4e00\u4e2a\u91cd\u8981\u5185\u5bb9\u662f\u6d89\u53ca\u600e\u6837\u51cf\u5c11\u65b9\u5dee\uff0c\u7b2c\uff084.5\uff09\u8282\u5c06\u4f1a\u8ba8\u8bba\u8fd9\u65b9\u9762\u7684\u5185\u5bb9\u3002"})]})}function x(s={}){const{wrapper:e}={...(0,n.a)(),...s.components};return e?(0,l.jsx)(e,{...s,children:(0,l.jsx)(h,{...s})}):h(s)}function d(s,e){throw new Error("Expected "+(e?"component":"object")+" `"+s+"` to be defined: you likely forgot to import, pass, or provide it.")}},1151:(s,e,a)=>{a.d(e,{Z:()=>c,a:()=>i});var l=a(7294);const n={},m=l.createContext(n);function i(s){const e=l.useContext(m);return l.useMemo((function(){return"function"==typeof s?s(e):{...e,...s}}),[e,s])}function c(s){let e;return e=s.disableParentContext?"function"==typeof s.components?s.components(n):s.components||n:i(s.components),l.createElement(m.Provider,{value:e},s.children)}}}]); \ No newline at end of file diff --git a/assets/js/5229e094.c1d71800.js b/assets/js/5229e094.c1d71800.js new file mode 100644 index 0000000..10bd717 --- /dev/null +++ b/assets/js/5229e094.c1d71800.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[5023],{9976:(s,a,e)=>{e.r(a),e.d(a,{assets:()=>t,contentTitle:()=>i,default:()=>x,frontMatter:()=>m,metadata:()=>c,toc:()=>r});var l=e(5893),n=e(1151);const m={title:"4.4 \u9a6c\u5c14\u53ef\u592b\u94fe\u8499\u7279\u5361\u6d1b\u65b9\u6cd5"},i=void 0,c={id:"monte-carlo/markov-chain",title:"4.4 \u9a6c\u5c14\u53ef\u592b\u94fe\u8499\u7279\u5361\u6d1b\u65b9\u6cd5",description:"\u5230\u76ee\u524d\u4e3a\u6b62\uff0c\u524d\u9762\u8bb2\u8ff0\u7684\u5bf9\u5206\u5e03\u91c7\u6837\u7684\u65b9\u6cd5\u79f0\u4e3a\u76f4\u63a5\u91c7\u6837\u6cd5\uff0c\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\u6982\u7387\u5206\u5e03\u901a\u5e38\u662f\u5df2\u77e5\u7684\uff0c\u6709\u4e9b\u65f6\u5019\u4e5f\u80fd\u5f88\u5bb9\u6613\u5730\u8ba1\u7b97\u51fa\u5f52\u4e00\u5316\u5e38\u6570\u3002\u7136\u800c\u76f4\u63a5\u91c7\u6837\u65b9\u6cd5\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\u4f1a\u9047\u5230\u56f0\u96be\u751a\u81f3\u4e0d\u9002\u7528\uff0c\u56e0\u6b64\u672c\u7ae0\u4ecb\u7ecd\u53e6\u4e00\u79cd\uff08\u4e5f\u662f\u975e\u5e38\u91cd\u8981\u7684\u4e00\u79cd\uff09\u57fa\u4e8e\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u3002",source:"@site/docs/4-monte-carlo/4-markov-chain.md",sourceDirName:"4-monte-carlo",slug:"/monte-carlo/markov-chain",permalink:"/docs/monte-carlo/markov-chain",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/4-monte-carlo/4-markov-chain.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",sidebarPosition:4,frontMatter:{title:"4.4 \u9a6c\u5c14\u53ef\u592b\u94fe\u8499\u7279\u5361\u6d1b\u65b9\u6cd5"},sidebar:"tutorialSidebar",previous:{title:"4.3 \u5bf9\u5206\u5e03$p(x)$\u8fdb\u884c\u91c7\u6837",permalink:"/docs/monte-carlo/sampling"},next:{title:"4.5 \u65b9\u5dee\u7f29\u51cf",permalink:"/docs/monte-carlo/variance-reduction"}},t={},r=[{value:"\u9a6c\u5c14\u53ef\u592b\u94fe",id:"\u9a6c\u5c14\u53ef\u592b\u94fe",level:3},{value:"\u9a6c\u5c14\u53ef\u592b\u94fe\u5c5e\u6027",id:"\u9a6c\u5c14\u53ef\u592b\u94fe\u5c5e\u6027",level:4},{value:"\u4e0d\u53ef\u7ea6\u6027",id:"\u4e0d\u53ef\u7ea6\u6027",level:5},{value:"\u975e\u5468\u671f\u6027",id:"\u975e\u5468\u671f\u6027",level:5},{value:"\u56de\u8fd4\u6027",id:"\u56de\u8fd4\u6027",level:5},{value:"\u904d\u5386\u6027",id:"\u904d\u5386\u6027",level:5},{value:"\u5e73\u7a33\u5206\u5e03",id:"\u5e73\u7a33\u5206\u5e03",level:5},{value:"\u7ec6\u81f4\u5e73\u8861",id:"\u7ec6\u81f4\u5e73\u8861",level:5},{value:"\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5",id:"\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5",level:3},{value:"\u6536\u655b\u6027\u8bc1\u660e",id:"\u6536\u655b\u6027\u8bc1\u660e",level:4},{value:"\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u4e0d\u8db3",id:"\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u4e0d\u8db3",level:4}];function h(s){const a={a:"a",admonition:"admonition",annotation:"annotation",h3:"h3",h4:"h4",h5:"h5",li:"li",math:"math",mfrac:"mfrac",mi:"mi",mn:"mn",mo:"mo",mrow:"mrow",mstyle:"mstyle",msub:"msub",msubsup:"msubsup",msup:"msup",mtable:"mtable",mtd:"mtd",mtext:"mtext",mtr:"mtr",munder:"munder",munderover:"munderover",ol:"ol",p:"p",semantics:"semantics",span:"span",...(0,n.a)(),...s.components},{Eq:e,Figure:m}=a;return e||d("Eq",!0),m||d("Figure",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(a.p,{children:"\u5230\u76ee\u524d\u4e3a\u6b62\uff0c\u524d\u9762\u8bb2\u8ff0\u7684\u5bf9\u5206\u5e03\u91c7\u6837\u7684\u65b9\u6cd5\u79f0\u4e3a\u76f4\u63a5\u91c7\u6837\u6cd5\uff0c\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\u6982\u7387\u5206\u5e03\u901a\u5e38\u662f\u5df2\u77e5\u7684\uff0c\u6709\u4e9b\u65f6\u5019\u4e5f\u80fd\u5f88\u5bb9\u6613\u5730\u8ba1\u7b97\u51fa\u5f52\u4e00\u5316\u5e38\u6570\u3002\u7136\u800c\u76f4\u63a5\u91c7\u6837\u65b9\u6cd5\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\u4f1a\u9047\u5230\u56f0\u96be\u751a\u81f3\u4e0d\u9002\u7528\uff0c\u56e0\u6b64\u672c\u7ae0\u4ecb\u7ecd\u53e6\u4e00\u79cd\uff08\u4e5f\u662f\u975e\u5e38\u91cd\u8981\u7684\u4e00\u79cd\uff09\u57fa\u4e8e\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u76f4\u63a5\u91c7\u6837\u7b97\u6cd5\u7684\u9047\u5230\u7684\u7b2c\u4e00\u4e2a\u56f0\u96be\u662f\uff0c\u5f53\u968f\u673a\u53d8\u91cf\u7684\u7ef4\u5ea6\u53d8\u5f97\u8d8a\u6765\u8d8a\u9ad8\u65f6\uff0c\u5176\u91c7\u6837\u6548\u7387\u53d8\u5f97\u8d8a\u6765\u8d8a\u4f4e\uff0c\u56e0\u6b64\u4e0d\u9002\u5408\u4e8e\u5bf9\u9ad8\u7ef4\u5206\u5e03\u8fdb\u884c\u91c7\u6837\u3002\u8003\u8651\u968f\u673a\u5411\u91cf: ",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{children:"\u223c"}),(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mo,{children:"\u22ef"}),(0,l.jsx)(a.mtext,{children:"\u2009"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"s"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X\\sim f(x_1,x_2,\\cdots,x_s )"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u223c"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"s"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\uff0c\u5176\u4e2d",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"s"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"s"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"s"})]})})]}),"\u4e3a\u968f\u673a\u5411\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u7684\u7ef4\u5ea6\uff0c\u6bcf\u4e2a\u5206\u91cf\u7684\u5b9a\u4e49\u57df\u4e3a\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mi,{children:"i"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"b_i-a_i"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8444em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]}),"\uff0c\u5219\u76f4\u63a5\u91c7\u6837\u65b9\u6cd5\u4e2d\u53d6\u820d\u91c7\u6837\u7684\u6548\u7387\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03b7"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mi,{children:"L"})]}),(0,l.jsxs)(a.munderover,{children:[(0,l.jsx)(a.mo,{children:"\u220f"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mi,{children:"s"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\eta= \\cfrac{1}{L}\\prod^{s}_{i=1}(b_i-a_i)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03b7"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathnormal",children:"L"})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",children:"\u220f"})})]}),(0,l.jsxs)(a.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"s"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"1"}),"\n",(0,l.jsxs)(a.p,{children:["\u5176\u4e2d\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"L"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"max"}),(0,l.jsx)(a.mo,{children:"\u2061"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mo,{children:"\u22ef"}),(0,l.jsx)(a.mtext,{children:"\u2009"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"s"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"L=\\max{f(x_1,x_2,\\cdots,x_s)}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"L"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mop",children:"max"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"s"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]})]}),"\uff0c\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"L"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"L"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"L"})]})})]}),"\u503c\u5f88\u5927\uff0c\u6216\u8005\u7ef4\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"s"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"s"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"s"})]})})]}),"\u5f88\u9ad8\uff0c\u5219\u5206\u6bcd\u503c\u5f88\u5927\uff0c\u53d6\u820d\u7b97\u6cd5\u7684\u63a5\u53d7\u6982\u7387\u5f88\u4f4e\uff0c\u62d2\u7edd\u7387\u5f88\u9ad8\uff0c\u56e0\u6b64\u91c7\u6837\u6548\u7387\u975e\u5e38\u4f4e\u3002\u76f4\u89c2\u4e0a\u770b\uff0c\u8fd9\u662f\u7531\u4e8e\u7ef4\u6570\u8d8a\u9ad8\uff0c\u7528\u4e8e\u5305\u56f4\u76ee\u6807\u6982\u7387\u5206\u5e03\u7684\u5efa\u8bae\u6982\u7387\u5206\u5e03\u4e0e\u76ee\u6807\u6982\u7387\u5206\u5e03\u4e4b\u95f4\u5b58\u5728\u66f4\u591a\u7684\u95f4\u9699\u7a7a\u95f4\uff0c\u8fd9\u4e9b\u95f4\u9699\u7a7a\u95f4\u5373\u662f\u88ab\u62d2\u7edd\u7684\u91c7\u6837\u70b9\u3002"]}),"\n",(0,l.jsx)(a.p,{children:"\u76f4\u63a5\u91c7\u6837\u65b9\u6cd5\u7684\u53e6\u4e00\u4e2a\u56f0\u96be\u6765\u81ea\u4e8e\u6982\u7387\u5206\u5e03\u4e3a\u4e0d\u5b8c\u5168\u5df2\u77e5\u6982\u7387\u5206\u5e03\uff0c\u6b64\u65f6\u76f4\u63a5\u91c7\u6837\u65b9\u6cd5\u5b8c\u5168\u4e0d\u9002\u5e94\u3002\u4e0d\u5b8c\u5168\u5df2\u77e5\u6982\u7387\u5206\u5e03\u662f\u6307\uff0c\u867d\u7136\u6982\u7387\u5206\u5e03\u7684\u5f62\u5f0f\u5df2\u77e5\uff0c\u4f46\u662f\u5176\u4e2d\u5305\u542b\u90e8\u5206\u9879\u6216\u672c\u8eab\u5c31\u662f\u5f88\u96be\u8fdb\u884c\u6570\u503c\u8ba1\u7b97\u7684\uff0c\u4f8b\u5982\u4e3a\u5f88\u96be\u8fdb\u884c\u79ef\u5206\u8ba1\u7b97\u7684\u9ad8\u7ef4\u79ef\u5206\uff0c\u56e0\u6b64\u76f8\u5f53\u4e8e\u662f\u672a\u77e5\u7684\u3002"}),"\n",(0,l.jsx)(a.p,{children:"\u4e00\u4e2a\u76f4\u63a5\u7684\u4f8b\u5b50\u662f\u6e32\u67d3\u4e2d\u6bcf\u4e00\u5e27\u56fe\u50cf\u7684\u5206\u5e03\u51fd\u6570\uff0c\u6211\u4eec\u53ef\u4ee5\u5c06\u4e00\u5f20\u56fe\u50cf\u770b\u6210\u662f\u67d0\u4e2a\u503c\u7684\u6982\u7387\u5206\u5e03\uff0c\u7531\u4e8e\u56fe\u50cf\u7684\u6bcf\u4e2a\u50cf\u7d20\u7684\u503c\u662f\u7531RGB\u4e09\u4e2a\u989c\u8272\u503c\u7ec4\u6210\uff0c\u56e0\u6b64\u8fd9\u4e2a\u503c\u53ef\u4ee5\u662f\u8fd9\u4e09\u4e2a\u5206\u91cf\u67d0\u79cd\u5f62\u5f0f\u7684\u51fd\u6570\uff0c\u6216\u8005\u8bf4\u6211\u4eec\u53ef\u4ee5\u4ee5\u4e00\u4e2a\u56fe\u50cf\u7684\u4eae\u5ea6\u4f5c\u4e3a\u8fd9\u4e2a\u5206\u5e03\u51fd\u6570\u7684\u503c\u3002\u5728\u8fd9\u4e2a\u5206\u5e03\u4e2d\uff0c\u6bcf\u4e00\u4e2a\u50cf\u7d20\u4f4d\u7f6e\u7684\u503c\u662f\u5149\u7ebf\u901a\u8fc7\u65e0\u6570\u8868\u9762\u53cd\u5c04/\u6298\u5c04\u4f20\u64ad\u7684\u7ed3\u679c\uff0c\u56e0\u6b64\u6bcf\u4e00\u4e2a\u503c\u672c\u8eab\u5c31\u662f\u4e00\u4e2a\u9ad8\u7ef4\u79ef\u5206\u8ba1\u7b97\uff0c\u6211\u4eec\u5c06\u5728\u4e0b\u4e00\u7ae0\u770b\u5230\u6e32\u67d3\u65b9\u7a0b\u7684\u8def\u5f84\u5f62\u5f0f\uff0c\u6bcf\u4e00\u6761\u8def\u5f84\u90fd\u662f\u4e00\u4e2a\u9ad8\u7ef4\u79ef\u5206\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u672c\u8282\u8981\u8ba8\u8bba\u7684\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u662f\u4e00\u79cd\u80fd\u591f\u4ece\u4efb\u610f\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u4e2d\u8fdb\u884c\u91c7\u6837\u7684\u65b9\u6cd5\uff0c\u5b83\u63d0\u4f9b\u4e00\u79cd\u673a\u5236\u4f7f\u6211\u4eec\u53ef\u4ee5\u901a\u8fc7\u8ba1\u7b97\u4e00\u4e2a\u6b63\u6bd4\u4e8e\u76ee\u6807\u5206\u5e03\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u5206\u5e03\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u503c\u6765\u83b7\u53d6\u91c7\u6837\u503c\u3002\u7531\u4e8e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u53ea\u9700\u8981\u6b63\u6bd4\u4e8e\u76ee\u6807\u5206\u5e03\uff0c\u800c\u4e0d\u9700\u8981\u7cbe\u786e\u8ba1\u7b97\u76ee\u6807\u5206\u5e03\u7684\u5f52\u4e00\u5316\u5e38\u6570\uff0c\u56e0\u6b64\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u53ef\u4ee5\u7528\u4e8e\u4ece\u4efb\u610f\u5206\u5e03\u91c7\u6837\u3002"]}),"\n",(0,l.jsx)(a.h3,{id:"\u9a6c\u5c14\u53ef\u592b\u94fe",children:"\u9a6c\u5c14\u53ef\u592b\u94fe"}),"\n",(0,l.jsx)(a.p,{children:"\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u53ef\u4ee5\u770b\u505a\u662f\u53d6\u820d\u7b97\u6cd5\u7684\u4e00\u79cd\u63a8\u5e7f\uff0c\u53d6\u820d\u7b97\u6cd5\u6bcf\u4e00\u6b65\u4ece\u5efa\u8bae\u5206\u5e03\u4ea7\u751f\u4e00\u4e2a\u5168\u5c40\u7684\u968f\u673a\u6570\uff0c\u5e76\u4e0e\u76ee\u6807\u6982\u7387\u5206\u5e03\u8fdb\u884c\u6bd4\u8f83\uff0c\u4ee5\u6b64\u6765\u51b3\u5b9a\u5bf9\u65b0\u968f\u673a\u6570\u7684\u63a5\u53d7\u4e0e\u62d2\u7edd\uff0c\u7136\u800c\u53d6\u820d\u7b97\u6cd5\u7684\u5efa\u8bae\u6982\u7387\u5206\u5e03\u548c\u76ee\u6807\u6982\u7387\u5206\u5e03\u4e4b\u95f4\u7684\u95f4\u9699\u968f\u7740\u968f\u673a\u53d8\u91cf\u7ef4\u6570\u7684\u589e\u52a0\u800c\u589e\u52a0\uff0c\u56e0\u6b64\u5176\u6548\u7387\u6781\u4f4e\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u800c\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u4ee5\u9a6c\u5c14\u53ef\u592b\u94fe\u4e3a\u57fa\u7840\uff0c\u6574\u4e2a\u53d6\u6837\u7684\u8fc7\u7a0b\u4ea7\u751f\u4e00\u6761\u9a6c\u5c14\u53ef\u592b\u94fe\uff0c\u5b83\u5c06\u76ee\u6807\u6982\u7387\u5206\u5e03\u5f53\u505a\u4e00\u4e2a\u7a33\u6001\u7684\u7cfb\u7edf\uff0c\u6bcf\u4e2a\u65b0\u4ea7\u751f\u7684\u968f\u673a\u6570\u6839\u636e\u8be5\u7cfb\u7edf\u7684\u52a8\u6001\u5e73\u8861\u5173\u7cfb\u8fdb\u884c\u53d6\u820d\uff0c\u6240\u4ee5\u6700\u7ec8\u6574\u6761\u9a6c\u5c14\u53ef\u592b\u94fe\u4e0a\u7684\u968f\u673a\u6570\u5e8f\u5217\u5c31\u662f\u670d\u4ece\u76ee\u6807\u6982\u7387\u5206\u5e03\u7684\uff0c\u5e76\u4e14\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u53ea\u9700\u8981\u80fd\u591f\u8ba1\u7b97\u76ee\u6807\u6982\u7387\u5206\u5e03\u6bcf\u4e2a\u5b9a\u4e49\u57df\u5904\u7684\u503c\uff0c\u800c\u4e0d\u9700\u8981\u8ba1\u7b97\u5176\u5f52\u4e00\u5316\u5e38\u6570\uff08\u6ce8\u610f\uff1a\u8ba1\u7b97",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u6bcf\u4e2a\u503c\u548c\u8ba1\u7b97",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u5f52\u4e00\u5316\u5e38\u6570\u662f\u4e0d\u4e00\u6837\u7684\uff0c\u540e\u8005\u5b9e\u9645\u4e0a\u662f\u79ef\u5206",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"{\\rm \\int} p(x){\\rm d}x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1111em",verticalAlign:"-0.3061em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol small-op",style:{marginRight:"0.19445em",position:"relative",top:"-0.0006em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u7684\u8ba1\u7b97\uff0c\u8fd9\u4e2a\u79ef\u5206\u8ba1\u7b97\u53ef\u80fd\u975e\u5e38\u56f0\u96be\u3002\uff09\u3002"]}),"\n",(0,l.jsx)(a.p,{children:"\u6240\u4ee5\u4e3a\u4e86\u7406\u89e3\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\uff0c\u6211\u4eec\u9700\u8981\u9996\u5148\u4e86\u89e3\u9a6c\u5c14\u53ef\u592b\u94fe\uff08Markov chain\uff09\u7684\u6982\u5ff5\u53ca\u5176\u5c5e\u6027\uff0c\u8fd9\u662f\u63a8\u5bfc\u548c\u7406\u89e3\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u91cd\u8981\u57fa\u7840\u3002\u57fa\u4e8e\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u79f0\u4e3a\u9a6c\u5c14\u53ef\u592b\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\uff08Markov chain Monte Carlo, MCMC\uff09\uff0c\u800c\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u662f\u6700\u91cd\u8981\u7684\u4e00\u79cd\u9a6c\u5c14\u53ef\u592b\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u8bbe\u4e00\u4e2a\u7cfb\u7edf\u72b6\u6001\u5e8f\u5217\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mo,{children:"\u22ef"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_0,x_1,x_2,\\cdots"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"})]})})]}),"\uff0c\u6bcf\u4e2a\u72b6\u6001\u53ef\u4ee5\u4ee5\u4e00\u5b9a\u7684\u6982\u7387\u8f6c\u79fb\u5230\u53e6\u4e00\u4e2a\u72b6\u6001\uff0c\u5047\u8bbe\u6211\u4eec\u4ece\u5176\u4e2d\u4efb\u610f\u4e00\u4e2a\u8d77\u59cb\u72b6\u6001\u5f00\u59cb\u884c\u8d70\uff0c\u6bcf\u4e2a\u65f6\u523b\u7531\u4e00\u4e2a\u72b6\u6001\u8f6c\u79fb\u5230\u53e6\u4e00\u4e2a\u72b6\u6001\uff08\u4e5f\u53ef\u4ee5\u8f6c\u79fb\u5230\u81ea\u8eab\uff09\uff0c\u5982\u679c\u5bf9\u4efb\u4f55\u65f6\u523b",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\uff0c\u7cfb\u7edf\u72b6\u6001\u7684\u8f6c\u79fb\u6761\u4ef6\u6982\u7387\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mo,{children:"\u22ef"}),(0,l.jsx)(a.mtext,{children:"\u2009"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tP(X_{n+1}=x|X_0=x_0,X_1=x_1,\\cdots,X_n=x_n)=P(X_{n+1}=x|X_n=x_n)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8778em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8778em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"2"}),"\n",(0,l.jsxs)(a.p,{children:["\u5219\u6b64\u8f6c\u79fb\u8fc7\u7a0b\u5f62\u6210\u7684\u72b6\u6001\u5e8f\u5217",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mo,{children:"\u22ef"}),(0,l.jsx)(a.mtext,{children:"\u2009"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X_0,X_1,\\cdots,X_{n+1}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8917em",verticalAlign:"-0.2083em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u79f0\u4e3a\u9a6c\u5c14\u53ef\u592b\u94fe\uff08\u6ce8\u610f\u8fd9\u91cc",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"n"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X_n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u8868\u793a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u65f6\u523b\u4ea7\u751f\u7684\u4e00\u4e2a\u968f\u673a\u6570\uff0c\u800c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u8868\u793a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u65f6\u523b\u7684\u4e00\u4e2a\u7cfb\u7edf\u72b6\u6001\u503c\uff0c\u5176\u4e2d\u4e24\u4e2a\u76f8\u90bb\u65f6\u523b\u7684\u7cfb\u7edf\u72b6\u6001\u503c\u53ef\u80fd\u662f\u76f8\u540c\u7684\u3002\uff09\u3002\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u5b9a\u4e49\u8bf4\u660e\uff0c\u5176\u5c06\u6765\u65f6\u523b",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n+1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6667em",verticalAlign:"-0.0833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\u7684\u72b6\u6001\uff0c\u53ea\u4f9d\u8d56\u4e8e\u5f53\u524d\u65f6\u523b",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u7684\u72b6\u6001\uff0c\u4e0e\u4ee5\u524d\u4efb\u4f55\u65f6\u523b\u7684\u72b6\u6001\u90fd\u65e0\u5173\u3002\u636e\u6b64\uff0c\u7cfb\u7edf\u72b6\u6001\u5e8f\u5217",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mo,{children:"\u22ef"}),(0,l.jsx)(a.mtext,{children:"\u2009"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_0,x_1,\\cdots,x_n,x_{n+1}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6389em",verticalAlign:"-0.2083em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u53d1\u751f\u7684\u6982\u7387\u53ef\u5206\u89e3\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mo,{children:"\u22ef"}),(0,l.jsx)(a.mtext,{children:"\u2009"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"\u22ef"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tP(x_0,x_1,\\cdots,x_n,x_{n+1})=P(X_0=x_0)P(X_1=x_1|X_0=x_0)\\cdots P(X_{n+1}=x_{n+1}|X_n=x_n)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"3"}),"\n",(0,l.jsxs)(a.p,{children:["\u5f0f\u4e2d\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(X_0=x_0)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u4e3a\u521d\u59cb\u72b6\u6001\u7684\u6982\u7387\uff0c\u901a\u5e38\u662f\u4ece\u521d\u59cb\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"0"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_0"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u51fa\u53d1\uff0c\u6240\u4ee5",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(X_0=x_0)=1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\uff1b\u5f0f\u4e2d\u6761\u4ef6\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(X_{n+1}=x|X_n=y)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u79f0\u4e3a\u4e00\u6b65\u8f6c\u79fb\u6982\u7387\uff0c\u7b80\u79f0\u4e3a\u8f6c\u79fb\u6982\u7387\uff0c\u8868\u793a\u5728",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n+1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6667em",verticalAlign:"-0.0833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\u65f6\u523b\u7531",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"})]})})]}),"\u72b6\u6001\u8f6c\u79fb\u5230",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u72b6\u6001\uff0c\u8f6c\u79fb\u6982\u7387\u901a\u5e38\u4e0e\u65f6\u523b",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u6709\u5173\u3002\u82e5\u8f6c\u79fb\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(X_{n+1}=x|X_n=y)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u4e0e\u65f6\u523b",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u65e0\u5173\uff0c\u5373",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(X_{n+1}=x_{n+1}|X_n=x_n)=P(X_n=x|X_{n-1}=y)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\uff0c\u5219\u79f0\u9a6c\u5c14\u53ef\u592b\u94fe\u662f\u5747\u5300\u7684\uff0c\u6216\u8005\u65f6\u9f50\u7684\uff08time-homogeneous\uff09\uff0c\u901a\u5e38\u6211\u4eec\u7814\u7a76\u7684\u90fd\u662f\u65f6\u9f50\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\uff0c\u56e0\u6b64\u540e\u9762\u7684\u8868\u8ff0\u6211\u4eec\u5c06\u53bb\u6389\u65f6\u95f4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u76f8\u5173\u4fe1\u606f\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"})]})})]}),"\u5230",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u7684\u72b6\u6001\u6761\u4ef6\u8f6c\u79fb\u6982\u7387\u76f4\u63a5\u8868\u8ff0\u4e3a: ",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(x|y)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u3002"]}),"\n",(0,l.jsx)(a.p,{children:"\u9a6c\u5c14\u53ef\u592b\u94fe\u5c06\u4e00\u4e2a\u7cfb\u7edf\u7684\u5b9a\u4e49\u57df\u5f53\u505a\u4e00\u4e2a\u72b6\u6001\u7a7a\u95f4\uff0c\u56e0\u6b64\u9a6c\u5c14\u53ef\u592b\u94fe\u53c8\u5206\u4e3a\u79bb\u6563\u65f6\u95f4\u9a6c\u5c14\u53ef\u592b\u94fe\uff08discrete-time Markov chain, DTMC\uff09\u548c\u8fde\u7eed\u65f6\u95f4\u9a6c\u5c14\u53ef\u592b\u94fe\uff08continuous-time Markov chain, CTMC\uff09\u3002"}),"\n",(0,l.jsx)(a.p,{children:"\u9a6c\u5c14\u53ef\u592b\u94fe\u662f\u5728\u4e00\u4e2a\u72b6\u6001\u7a7a\u95f4\u4e2d\u4ece\u4e00\u4e2a\u72b6\u6001\u5230\u53e6\u4e00\u4e2a\u72b6\u6001\u7684\u4e0d\u65ad\u8f6c\u6362\u7684\u968f\u673a\u8fc7\u7a0b\uff0c\u8fd9\u4e2a\u8fc7\u7a0b\u4e2d\u7ecf\u8fc7\u7684\u6bcf\u4e2a\u72b6\u6001\u503c\u5c31\u662f\u6211\u4eec\u83b7\u5f97\u7684\u670d\u4ece\u8fd9\u4e2a\u72b6\u6001\u7a7a\u95f4\u6982\u7387\u5206\u5e03\u7684\u91c7\u6837\u503c\u3002\u5728\u4e00\u4e2a\u5e73\u8861\u7684\u7cfb\u7edf\u72b6\u6001\u4e2d\uff0c\u6bcf\u4e2a\u72b6\u6001\u5230\u53e6\u4e00\u4e2a\u72b6\u6001\u7684\u8f6c\u79fb\u6982\u7387\u662f\u56fa\u5b9a\u7684\uff08\u6211\u4eec\u53ef\u4ee5\u5c06\u7cfb\u7edf\u72b6\u6001\u8868\u8ff0\u4e3a\u4e00\u4e2a\u72b6\u6001\u56fe\uff0c\u5982\u56fe\uff081\uff09\u662f\u4e00\u4e2a\u5177\u6709\u4e24\u4e2a\u72b6\u6001\u7684\u72b6\u6001\u56fe\uff09\uff0c\u8fd9\u4e9b\u8f6c\u79fb\u6982\u7387\u7684\u7ed3\u679c\u5c31\u662f\u4f7f\u5f97\u72b6\u6001\u7a7a\u95f4\u7684\u6bcf\u4e2a\u72b6\u6001\u670d\u4ece\u7cfb\u7edf\u7684\u5206\u5e03\uff0c\u56e0\u6b64\u9a6c\u5c14\u53ef\u592b\u94fe\u662f\u670d\u4ece\u7cfb\u7edf\u5206\u5e03\u7684\u4e00\u4e2a\u968f\u673a\u91c7\u6837\u5e8f\u5217\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u521d\u5b66\u8005\u5728\u7406\u89e3\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u65f6\u5019\u5f80\u5f80\u6bd4\u8f83\u5403\u529b\uff0c\u8fd9\u91cc\u5c1d\u8bd5\u505a\u4e00\u4e9b\u89e3\u91ca\uff0c\u8bf7\u8bfb\u8005\u7ec6\u7ec6\u4f53\u4f1a\u3002\u7edf\u8ba1\u65b9\u6cd5\u662f\u5173\u4e8e\u7528\u6982\u7387\u6765\u89e3\u51b3\u786e\u5b9a\u6027\u95ee\u9898\u7684\u65b9\u6cd5\uff0c\u5b83\u7684\u5b9e\u9645\u64cd\u4f5c\u65b9\u5f0f\u5c31\u662f\u7528\u5927\u91cf\u7684\u91cd\u590d\u8bd5\u9a8c\u4ee5\u83b7\u53d6\u8db3\u591f\u7684\u6837\u672c\uff0c\u800c\u8fd9\u4e9b\u6837\u672c\u662f\u6ee1\u8db3\u76ee\u6807\u6982\u7387\u5206\u5e03\u7684\uff0c\u6240\u4ee5\u80fd\u591f\u7528\u6765\u89e3\u51b3\u786e\u5b9a\u6027\u95ee\u9898\u3002\u5177\u4f53\u5730\uff0c\u4ee5\u524d\u9762\u8bb2\u8ff0\u7684\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u4e3a\u4f8b\uff0c\u5f53\u6211\u4eec\u4ece\u4e00\u4e2a\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u91c7\u6837\u4ea7\u751f\u4e00\u4e2a\u968f\u673a\u6570\u5e8f\u5217\u65f6\uff0c\u8fd9\u4e2a\u968f\u673a\u6570\u5e8f\u5217\u91cc\u7684\u503c\u5e76\u4e0d\u662f\u552f\u4e00\u7684\uff0c\u800c\u662f\u5305\u542b\u5927\u91cf\u91cd\u590d\u7684\u503c\uff0c\u6bcf\u4e2a\u968f\u673a\u6570\u5bf9\u5e94\u7684\u6982\u7387\u8d8a\u9ad8\uff0c\u5219\u5176\u91cd\u73b0\u7684\u6b21\u6570\u8d8a\u591a\uff0c\u6700\u7ec8\u6bcf\u4e2a\u552f\u4e00\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u5728\u8fd9\u4e2a\u968f\u673a\u5e8f\u5217\u4e2d\u51fa\u73b0\u7684\u6b21\u6570\u6b63\u6bd4\u4e8e\u5b83\u7684\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u3002"]}),"\n",(0,l.jsx)(a.p,{children:"\u6240\u4ee5\u5728\u9a6c\u5c14\u53ef\u592b\u94fe\u4e2d\u4e5f\u662f\u4e00\u6837\uff0c\u7ed9\u5b9a\u4e00\u4e2a\u521d\u59cb\u72b6\u6001\uff0c\u9a6c\u5c14\u53ef\u592b\u94fe\u6309\u7167\u5404\u4e2a\u72b6\u6001\u7684\u8f6c\u79fb\u6982\u7387\u5728\u7cfb\u7edf\u72b6\u6001\u4e2d\u968f\u673a\u884c\u8d70\uff0c\u7531\u4e8e\u8fd9\u4e9b\u8f6c\u79fb\u6982\u7387\u662f\u6309\u7167\u7cfb\u7edf\u72b6\u6001\u7684\u6982\u7387\u51b3\u5b9a\u7684\uff0c\u56e0\u6b64\u9a6c\u5c14\u53ef\u592b\u94fe\u5c31\u662f\u4e00\u6761\u72b6\u6001\u94fe\uff0c\u8fd9\u91cc\u9a6c\u5c14\u53ef\u592b\u94fe\u91cc\u51fa\u73b0\u7684\u6bcf\u4e2a\u72b6\u6001\u5c31\u662f\u4e00\u4e2a\u968f\u673a\u503c\uff0c\u90a3\u4e9b\u5177\u6709\u8f83\u9ad8\u6982\u7387\u7684\u7cfb\u7edf\u72b6\u6001\uff0c\u5219\u5176\u5728\u9a6c\u5c14\u53ef\u592b\u94fe\u4e2d\u51fa\u73b0\u7684\u6b21\u6570\u8d8a\u591a\u3002\u56e0\u6b64\uff0c\u9a6c\u5c14\u53ef\u592b\u94fe\u672c\u8d28\u4e0a\u548c\u524d\u9762\u8bb2\u8ff0\u7684\u5176\u4ed6\u91c7\u6837\u65b9\u6cd5\u662f\u4e00\u6837\u7684\uff0c\u5176\u76ee\u7684\u90fd\u662f\u4ea7\u751f\u670d\u4ece\u76ee\u6807\u6982\u7387\u5206\u5e03\u7684\u91c7\u6837\uff0c\u4f46\u662f\u64cd\u4f5c\u65b9\u6cd5\u4e0d\u4e00\u6837\u3002"}),"\n",(0,l.jsx)(m,{num:"1",id:"f:mc-markov-chain",caption:"\u4e00\u4e2a\u5177\u6709\u4e24\u4e2a\u8f6c\u6362\u72b6\u6001\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\uff08\u56fe\u7247\u6765\u81eaWikipedia\uff09",children:(0,l.jsx)("img",{src:"/img/figures/mc/markov-chain-example.svg",width:"600"})}),"\n",(0,l.jsxs)(a.p,{children:["\u5728\u4e00\u4e2a\u7ed9\u5b9a\u5e73\u8861\u72b6\u6001\u6982\u7387\u5206\u5e03\u7684\u7cfb\u7edf\u4e2d\uff0c\u5982\u56fe\uff081\uff09\u5c31\u662f\u4e00\u4e2a\u5305\u542b\u4e24\u4e2a\u72b6\u6001\u7684\u7cfb\u7edf\uff0c\u6bcf\u4e2a\u72b6\u6001\u5230\u5176\u4ed6\u72b6\u6001\u7684\u8f6c\u79fb\u6982\u7387\u662f\u56fa\u5b9a\u7684\uff08\u5b9e\u9645\u4e0a\u5bf9\u4e8e\u4e00\u4e2a\u6709\u9650\u72b6\u6001\u7a7a\u95f4\uff0c\u6574\u4e2a\u7cfb\u7edf\u72b6\u6001\u7684\u8f6c\u79fb\u53ef\u4ee5\u8868\u8ff0\u4e3a\u4e00\u4e2a\u8f6c\u79fb\u77e9\u9635\uff0c\u6bcf\u4e2a\u72b6\u6001\u7684\u77e2\u91cf\u53ea\u9700\u8981\u4e58\u4ee5\u8fd9\u4e2a\u77e9\u9635\u5c31\u80fd\u6309\u7167\u76f8\u5173\u7684\u6982\u7387\u8fdb\u884c\u8f6c\u79fb\uff0c\u8fd9\u91cc\u7684\u4f8b\u5b50\u53c2\u89c1",(0,l.jsx)(a.a,{href:"https://en.wikipedia.org/wiki/Examples_of_Markov_chains",children:"Examples_of_Markov_chains"}),"\uff1b\u5728\u672c\u4e66\u540e\u9762\u7684\u8f90\u5c04\u5ea6\uff08radiosity\uff09\u65b9\u6cd5\u91cc\uff0c\u5176\u601d\u8def\u5c31\u662f\u5c06\u6574\u4e2a\u573a\u666f\u5206\u6210\u591a\u4e2a\u6709\u9650\u7684\u9762\u79ef\u5757\uff0c\u7136\u540e\u7531\u51e0\u4f55\u5173\u7cfb\u8ba1\u7b97\u51fa\u6bcf\u4e2a\u9762\u79ef\u5757\u5230\u5176\u4ed6\u9762\u79ef\u5757\u7684\u8f6c\u79fb\u6bd4\u4f8b\uff0c\u5373\u662f\u6982\u7387\uff0c\u7136\u540e\u7ed9\u5b9a\u4efb\u610f\u4e00\u4e2a\u5149\u6e90\uff0c\u7ecf\u8fc7\u4e00\u5b9a\u65f6\u95f4\u7684\u53cd\u5c04\uff0c\u5c31\u80fd\u5f97\u5230\u4e00\u4e2a\u7a33\u5b9a\u7684\u5149\u7167\u5206\u5e03\u3002\uff09\uff0c\u56e0\u6b64\u7ed9\u5b9a\u4efb\u610f\u4e00\u4e2a\u521d\u59cb\u72b6\u6001\uff0c\u4f8b\u5982\u6674\u5929\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mn,{children:"100"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"%"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"100\\%"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8056em",verticalAlign:"-0.0556em"}}),(0,l.jsx)(a.span,{className:"mord",children:"100%"})]})})]}),"\uff0c\u96e8\u5929",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"%"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"0\\%"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8056em",verticalAlign:"-0.0556em"}}),(0,l.jsx)(a.span,{className:"mord",children:"0%"})]})})]}),"\uff0c\u5219\u7b49\u5230\u4e00\u5b9a\u65f6\u95f4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"t"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"t"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6151em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"t"})]})})]}),"\u540e\u7cfb\u7edf\u5904\u4e8e\u5e73\u8861\u72b6\u6001\u65f6\uff0c\u671f\u95f4\u4ea7\u751f\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\u4e2d\u6674\u5929\u548c\u96e8\u5929\u7684\u5206\u5e03\u4e00\u5b9a\u670d\u4ece\u5e73\u8861\u72b6\u6001\u4e0b\u7684\u6982\u7387\u5206\u5e03\uff0c\u5373\uff1a\u7ea6",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mn,{children:"83.3"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"%"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"83.3\\%"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8056em",verticalAlign:"-0.0556em"}}),(0,l.jsx)(a.span,{className:"mord",children:"83.3%"})]})})]}),"\u7684\u65f6\u95f4\u4e3a\u6674\u5929\uff0c\u5269\u4e0b\u4e3a\u96e8\u5929\u3002"]}),"\n",(0,l.jsx)(a.p,{children:"\u6240\u4ee5\uff0c\u5229\u7528\u9a6c\u5c14\u53ef\u592b\u94fe\u5bf9\u76ee\u6807\u6982\u7387\u5206\u5e03\u8fdb\u884c\u91c7\u6837\u7684\u8fc7\u7a0b\uff0c\u5b9e\u9645\u4e0a\u5c31\u662f\u8bbe\u4e00\u4e2a\u72b6\u6001\u7cfb\u7edf\u670d\u4ece\u76ee\u6807\u6982\u7387\u5206\u5e03\uff0c\u7136\u540e\u7ed9\u5b9a\u4e00\u4e2a\u4efb\u610f\u521d\u59cb\u503c\uff0c\u7ecf\u5386\u4e00\u5b9a\u65f6\u95f4\u7b49\u7cfb\u7edf\u8d8b\u4e8e\u5e73\u8861\u4e4b\u540e\uff0c\u4ea7\u751f\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\u5c31\u662f\u670d\u4ece\u76ee\u6807\u6982\u7387\u5206\u5e03\u7684\uff0c\u56e0\u6b64\u53ef\u4f5c\u4e3a\u670d\u4ece\u8be5\u76ee\u6807\u6982\u7387\u5206\u5e03\u7684\u91c7\u6837\u503c\u3002\u7531\u6b64\u4e5f\u53ef\u4ee5\u770b\u51fa\u9a6c\u5c14\u53ef\u592b\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u4e00\u4e2a\u95ee\u9898\uff0c\u90a3\u5c31\u662f\u5f00\u59cb\u4e00\u6bb5\u8d8b\u8fd1\u7a33\u5b9a\u72b6\u6001\u7684\u8fc7\u7a0b\u5b58\u5728\u5f88\u5927\u7684\u65b9\u5dee\uff0c\u5b9e\u8df5\u4e2d\u5f80\u5f80\u9700\u8981\u901a\u8fc7\u67d0\u79cd\u65b9\u6cd5\u7701\u7565\u6389\u8fd9\u90e8\u5206\u91c7\u6837\u503c\u3002"}),"\n",(0,l.jsx)(a.p,{children:"\u800c\u5728\u9a6c\u5c14\u53ef\u592b\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u4e2d\uff0c\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u4e3b\u8981\u5c31\u662f\u4ee5\u4e00\u79cd\u7b80\u5355\u7684\u65b9\u5f0f\u4ece\u5df2\u77e5\u6982\u7387\u5206\u5e03\u4e2d\u4ea7\u751f\u6bcf\u4e2a\u72b6\u6001\u4e0b\u6b63\u786e\u7684\u8f6c\u79fb\u6982\u7387\uff0c\u8981\u7406\u89e3\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u63a8\u5bfc\u8fc7\u7a0b\uff0c\u6211\u4eec\u8fd8\u9700\u8981\u4e86\u89e3\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u4e00\u4e9b\u5c5e\u6027\u3002"}),"\n",(0,l.jsx)(a.h4,{id:"\u9a6c\u5c14\u53ef\u592b\u94fe\u5c5e\u6027",children:"\u9a6c\u5c14\u53ef\u592b\u94fe\u5c5e\u6027"}),"\n",(0,l.jsx)(a.p,{children:"\u9a6c\u5c14\u53ef\u592b\u94fe\u6709\u8bb8\u591a\u5c5e\u6027\uff0c\u4e3a\u4e86\u7b80\u5316\u6982\u5ff5\uff0c\u8fd9\u91cc\u53ea\u8ba8\u8bba\u8ddf\u540e\u9762\u63a8\u5bfc\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u76f8\u5173\u7684\u5c5e\u6027\u3002"}),"\n",(0,l.jsx)(a.h5,{id:"\u4e0d\u53ef\u7ea6\u6027",children:"\u4e0d\u53ef\u7ea6\u6027"}),"\n",(0,l.jsxs)(a.p,{children:["\u5982\u679c\u4e00\u4e2a\u7cfb\u7edf\u4ece\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u5f00\u59cb\uff0c\u5b58\u5728\u975e\u96f6\u7684\u6982\u7387\u7ecf\u8fc7",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"\u2265"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n\\geq 1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7719em",verticalAlign:"-0.136em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2265"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\u6b65\u4e4b\u540e\u53ef\u4ee5\u8fbe\u5230\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"j"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"j"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})})]}),"\uff0c\u5219\u79f0",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u53ef\u8fbe\u5230\uff08accessible\uff09",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"j"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"j"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})})]}),"\uff0c\u8bb0\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"\u2192"}),(0,l.jsx)(a.mi,{children:"j"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i\\rightarrow j"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2192"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})]})]}),"\uff0c\u8868\u8ff0\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"j"})]})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"j"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"j"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"j"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(a.mo,{children:">"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tP(X_{n_{ij}}=j|X_0=i)=p^{(n_{ij})}_{ij}>0"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.0973em",verticalAlign:"-0.3473em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3281em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.357em",marginLeft:"0em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"ij"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2819em"},children:(0,l.jsx)(a.span,{})})})]})})]})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3473em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.4801em",verticalAlign:"-0.413em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.0671em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.4231em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"ij"})})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.2421em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mopen mtight",children:"("}),(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3281em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.357em",marginLeft:"0em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"ij"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2819em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose mtight",children:")"})]})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.413em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:">"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"0"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"4"}),"\n",(0,l.jsxs)(a.p,{children:["\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"\u2192"}),(0,l.jsx)(a.mi,{children:"j"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i\\rightarrow j"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2192"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})]})]}),"\u548c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"j"}),(0,l.jsx)(a.mo,{children:"\u2192"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"j\\rightarrow i"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2192"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})]})]}),"\u540c\u65f6\u5b58\u5728\uff08",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"j"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n_{ij}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7167em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"ij"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u4e0e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"j"}),(0,l.jsx)(a.mi,{children:"i"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n_{ji}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7167em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"ji"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u53ef\u80fd\u4e0d\u76f8\u7b49\uff09\uff0c\u5219\u79f0",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u4e0e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"j"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"j"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})})]}),"\u662f\u8054\u901a\u7684\uff08communicating\uff09\u3002\u4e00\u4e2a\u8054\u901a\u96c6\u5408\uff08communicating class\uff09\u662f\u6307\u5b58\u5728\u4e00\u4e2a\u6700\u5927\u72b6\u6001\u96c6\u5408",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"C"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"C"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"C"})]})})]}),"\uff0c\u4f7f\u5f97\u5176\u4e2d\u7684\u6bcf\u5bf9\u72b6\u6001\u76f8\u4e92\u90fd\u662f\u8054\u901a\u7684\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u5982\u679c\u4e00\u4e2a\u72b6\u6001\u7a7a\u95f4\u5c31\u662f\u4e00\u4e2a\u5355\u4e00\u7684\u8054\u901a\u96c6\u5408\uff0c\u5219\u79f0\u8be5\u72b6\u6001\u7a7a\u95f4\u5185\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\u662f\u4e0d\u53ef\u7ea6\u7684\uff08irreducible\uff09\uff0c\u4e5f\u5c31\u662f\u8bf4\uff0c\u5728\u8be5\u72b6\u6001\u7a7a\u95f4\u4e2d\uff0c\u53ef\u4ee5\u7531\u4efb\u4f55\u4e00\u4e2a\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u51fa\u53d1\uff0c\u7ecf\u8fc7",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"j"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n_{ij}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7167em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"ij"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u6b65\u4e4b\u540e\uff0c\u8fbe\u5230\u53e6\u5916\u4e00\u4e2a\u4efb\u610f\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"j"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"j"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})})]}),"\u3002"]}),"\n",(0,l.jsx)(a.h5,{id:"\u975e\u5468\u671f\u6027",children:"\u975e\u5468\u671f\u6027"}),"\n",(0,l.jsxs)(a.p,{children:["\u5047\u8bbe\u4ece\u4e00\u4e2a\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u51fa\u53d1\uff0c\u7ecf\u8fc7\u4e00\u5b9a\u7684\u6b65\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"i"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n_{ii}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"ii"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u540e\u56de\u5230\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u81ea\u8eab\uff0c\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"i"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n_{ii}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"ii"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u662f",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"k"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"k"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03148em"},children:"k"})]})})]}),"\u7684\u500d\u6570\uff0c\u5219\u79f0\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u5177\u6709\u5468\u671f(period)",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"k"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"k"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03148em"},children:"k"})]})})]}),"\uff0c\u79f0\u4e3a\u5468\u671f\u6001\uff0c\u4e00\u4e2a\u72b6\u6001\u7684\u5468\u671f\u8868\u8ff0\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"k"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mi,{children:"c"}),(0,l.jsx)(a.mi,{children:"d"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:">"}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{children:":"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:">"}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tk=gcd\\{n>0:P(X_n=i)|X_0=i)>0\\}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03148em"},children:"k"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"d"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:">"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:":"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:">"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"5"}),"\n",(0,l.jsxs)(a.p,{children:["\u8fd9\u91cc",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mi,{children:"c"}),(0,l.jsx)(a.mi,{children:"d"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"gcd"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"d"})]})})]}),"\u8868\u793a\u53d6\u6700\u5927\u516c\u7ea6\u6570\uff08\u6ce8\u610f\uff1a\u5373\u4f7f\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u62e5\u6709\u6700\u5927\u516c\u7ea6\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"k"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"k"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03148em"},children:"k"})]})})]}),"\uff0c\u4f46\u5e76\u4e0d\u610f\u5473\u7740\u4ece",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u51fa\u53d1\u7ecf\u8fc7",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"k"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"k"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03148em"},children:"k"})]})})]}),"\u6b65\u4e4b\u540e\u4e00\u5b9a\u53ef\u4ee5\u56de\u5230\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\uff0c\u4f8b\u5982\u53ef\u80fd\u56de\u5230\u539f\u72b6\u6001\u7684\u6b65\u6570\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mn,{children:"6"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"8"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"10"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"12"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mo,{children:"\u22ef"}),(0,l.jsx)(a.mtext,{children:"\u2009"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\{6,8,10,12,\\cdots\\}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord",children:"6"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"8"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"10"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"12"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mclose",children:"}"})]})})]}),"\uff0c\u8fd9\u91cc",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"k"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"k"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03148em"},children:"k"})]})})]}),"\u4e3a2\uff0c\u4f46\u662f2\u5e76\u6ca1\u6709\u51fa\u73b0\u5728\u8fd4\u56de\u6b65\u6570\u5217\u8868\u4e2d\u3002\uff09\uff08greatest common divisor\uff09\uff0c\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"k"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"k=1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03148em"},children:"k"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\uff0c\u5219\u79f0\u8be5\u72b6\u6001\u662f\u975e\u5468\u671f\u6001\uff08aperiodic state\uff09\uff0c\u5b83\u610f\u5473\u7740\u56de\u5230\u72b6\u6001\u81ea\u8eab\u7684\u6b65\u6570\u53ef\u4ee5\u662f\u4efb\u610f\u7684\uff1b\u5982\u679c\u81f3\u5c11\u6709\u4e00\u4e2a\u72b6\u6001\u662f\u975e\u5468\u671f\u6001\uff0c\u5219\u79f0\u4e3a\u975e\u5468\u671f\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\uff1b\u82e5\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u7684\u5468\u671f\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"k"}),(0,l.jsx)(a.mo,{children:">"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"k>1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7335em",verticalAlign:"-0.0391em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03148em"},children:"k"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:">"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\uff0c\u5219\u79f0\u5176\u4e3a\u5468\u671f\u6001\u3002"]}),"\n",(0,l.jsx)(a.h5,{id:"\u56de\u8fd4\u6027",children:"\u56de\u8fd4\u6027"}),"\n",(0,l.jsxs)(a.p,{children:["\u5047\u8bbe\u4ece\u4e00\u4e2a\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u51fa\u53d1\uff0c\u7ecf\u8fc7\u4e00\u5b9a\u6b65\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u4e4b\u540e\u56de\u5230\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u7684\u6982\u7387\u8bb0\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"T"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tp^{(n)}_{ii}=P(T_i=n)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.3217em",verticalAlign:"-0.2769em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.0448em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.4231em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"ii"})})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.2198em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mopen mtight",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mclose mtight",children:")"})]})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2769em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"T"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.1389em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"6"}),"\n",(0,l.jsxs)(a.p,{children:["\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p^{(n)}_{ii}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.3217em",verticalAlign:"-0.2769em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.0448em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.4231em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"ii"})})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.2198em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mopen mtight",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mclose mtight",children:")"})]})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2769em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u53c8\u79f0\u4e3a\u9996\u8fbe\u6982\u7387\uff0c\u5982\u679c\u5e73\u5747\u8fd4\u56de\u65f6\u95f4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"T"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"<"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"T_i<\\infty"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"T"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.1389em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"<"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord",children:"\u221e"})]})]})]}),"\uff0c\u5219\u79f0\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u4e3a\u6b63\u56de\u8fd4\uff08positive recurrent\uff09\u72b6\u6001\uff0c\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"T"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"T_i=\\infty"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"T"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.1389em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord",children:"\u221e"})]})]})]}),"\uff0c\u5219\u79f0\u5176\u4e3a\u96f6\u56de\u8fd4\u72b6\u6001\uff0c\u6216\u8005\u6682\u6001\uff08transient\uff09\u3002\u6709\u9650\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u56de\u8fd4\u72b6\u6001\u5fc5\u4e3a\u6b63\u56de\u8fd4\u72b6\u6001\u3002"]}),"\n",(0,l.jsx)(a.h5,{id:"\u904d\u5386\u6027",children:"\u904d\u5386\u6027"}),"\n",(0,l.jsxs)(a.p,{children:["\u5982\u679c\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u662f\u6b63\u56de\u8fd4\uff0c\u4e0d\u53ef\u7ea6\u548c\u975e\u5468\u671f\u72b6\u6001\uff0c\u5219\u79f0\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u662f\u5404\u6001\u904d\u5386\uff08ergodic\uff09\u72b6\u6001\uff0c\u6216\u904d\u5386\u6001\u3002\u6362\u53e5\u8bdd\u8bf4\uff0c\u5982\u679c\u4e00\u4e2a\u72b6\u6001\u5177\u6709\u5468\u671f\u4e3a1\uff0c\u5e76\u4e14\u80fd\u591f\u5728\u6709\u9650\u7684\u5e73\u5747\u6b65\u6570\u5185\u56de\u8fd4\uff0c\u5219\u4e3a\u904d\u5386\u6001\u3002\u5982\u679c\u4e00\u4e2a\u4e0d\u53ef\u7ea6\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\u4e2d\u6240\u6709\u7684\u72b6\u6001\u90fd\u662f\u904d\u5386\u7684\uff0c\u5219\u8be5\u9a6c\u5c14\u53ef\u592b\u94fe\u662f\u904d\u5386\u7684\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u66f4\u4e00\u822c\u5730\uff0c\u5982\u679c\u4e00\u4e2a\u9a6c\u5c14\u53ef\u592b\u94fe\u662f\u904d\u5386\u7684\uff0c\u5219\u59cb\u7ec8\u5b58\u5728\u4e00\u4e2a\u6b65\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\uff0c\u4f7f\u5f97\u4ece\u4efb\u610f\u5176\u4ed6\u975e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u72b6\u6001\u7ecf\u8fc7",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u6b65\u4e4b\u540e\u53ef\u4ee5\u8fbe\u5230",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u72b6\u6001\u3002\u4e5f\u5c31\u662f\u8bf4\uff0c\u9a6c\u5c14\u53ef\u592b\u94fe\u8fbe\u5230",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u72b6\u6001\u7684\u6982\u7387\u4e0e\u521d\u59cb\u72b6\u6001\u65e0\u5173\uff0c\u5176\u5b9e\u904d\u5386\u6027\u5c31\u662f\u521d\u59cb\u72b6\u6001\u72ec\u7acb\u6027\u3002\u904d\u5386\u6027\u662f\u9a6c\u5c14\u53ef\u592b\u94fe\u6536\u655b\u5230\u5e73\u7a33\u5206\u5e03\u7684\u5b9a\u91cf\u6761\u4ef6\u3002"]}),"\n",(0,l.jsx)(a.h5,{id:"\u5e73\u7a33\u5206\u5e03",children:"\u5e73\u7a33\u5206\u5e03"}),"\n",(0,l.jsxs)(a.p,{children:["\u8bbe\u9a6c\u5c14\u53ef\u592b\u94fe\u5728\u4e00\u4e2a\u72b6\u6001\u7a7a\u95f4\u4e2d\u4ece\u67d0\u4e2a\u521d\u59cb\u72b6\u6001\u51fa\u53d1\u7ecf\u5386\u4e00\u5b9a\u7684\u65f6\u95f4\u540e\uff0c\u5404\u4e2a\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"j"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"j"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})})]}),"\u7684\u79bb\u6563\u5206\u5e03\u6982\u7387\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mi,{children:"j"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\pi_{j}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7167em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\uff0c\u5982\u679c\u5bf9\u4efb\u610f\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"j"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"j"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})})]}),"\u5b58\u5728\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mi,{children:"j"})]}),(0,l.jsx)(a.mo,{children:">"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\pi_j>0"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8252em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:">"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"0"})]})]})]}),"\uff0c\u5e76\u4f7f\u5f97\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.munderover,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"j"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mi,{children:"j"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\sum^{n}_{i=1}\\pi_i p_{ij}=\\pi_j"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(a.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"ij"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7167em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"7"}),"\n",(0,l.jsxs)(a.p,{children:["\u5373\u4ece\u6240\u6709\u5176\u4ed6\u72b6\u6001\u8f6c\u79fb\u5230",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"j"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"j"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})})]}),"\u72b6\u6001\u7684\u8f6c\u79fb\u6982\u7387\u4e4b\u548c\u4e3a\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"j"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"j"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05724em"},children:"j"})]})})]}),"\u7684\u6982\u7387\u5206\u5e03\uff0c\u8bb0\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"bold",children:"\u03c0"}),(0,l.jsx)(a.mi,{mathvariant:"bold",children:"P"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{mathvariant:"bold",children:"\u03c0"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\mathbf{\\pi} \\mathbf{P}=\\mathbf{\\pi}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6861em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"mord mathbf",children:"P"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"8"}),"\n",(0,l.jsxs)(a.p,{children:["\u5219\u79f0\u9a6c\u5c14\u53ef\u592b\u94fe\u8fbe\u5230\u603b\u4f53\u5e73\u8861\uff0c\u8fd9\u91cc",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{mathvariant:"bold",children:"P"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\mathbf{P}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6861em"}}),(0,l.jsx)(a.span,{className:"mord mathbf",children:"P"})]})})]}),"\u662f\u4e00\u4e2a\u8f6c\u79fb\u77e9\u9635\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{mathvariant:"bold",children:"\u03c0"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\mathbf{\\pi}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"})]})})]}),"\u4e3a\u6240\u6709\u72b6\u6001\u7684\u6982\u7387\u6784\u6210\u7684\u77e2\u91cf\u3002\u4e00\u4e2a\u6b63\u56de\u8fd4\u548c\u975e\u5468\u671f\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\uff0c\u5f53\u4e14\u4ec5\u5f53\u5b83\u662f\u4e00\u4e2a\u904d\u5386\u94fe\u65f6\uff0c\u7ecf\u5386\u8db3\u591f\u591a\u7684\u72b6\u6001\u8f6c\u79fb\u6b65\u6570\uff0c\u8fd9\u4e2a\u9a6c\u5c14\u53ef\u592b\u94fe\u5177\u6709\u4e00\u4e2a\u4e0d\u53d8\u7684\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mi,{children:"j"})]}),(0,l.jsx)(a.mo,{children:">"}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\pi_j>0"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8252em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:">"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"0"})]})]})]}),"\uff0c\u8fd9\u65f6\u65e0\u8bba\u521d\u59cb\u5206\u5e03\u5982\u4f55\uff0c\u6700\u7ec8\u90fd\u4f1a\u8d8b\u5411\u4e8e\u5e73\u7a33\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mi,{children:"j"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\pi_j"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7167em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\uff0c\u4e8e\u662f\u6709\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.munder,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"lim"}),(0,l.jsx)(a.mo,{children:"\u2061"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"m"}),(0,l.jsx)(a.mo,{children:"\u2192"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]})]}),(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"j"})]}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mi,{children:"j"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\lim_{m\\rightarrow \\infty}p^{n}_{ij}=\\pi_j"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.4144em",verticalAlign:"-0.7em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.6944em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.4em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"m"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"\u2192"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop",children:"lim"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.7em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.7144em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.453em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"ij"})})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3831em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7167em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"9"}),"\n",(0,l.jsx)(a.p,{children:"\u8fd9\u4e2a\u552f\u4e00\u7684\u8fd1\u4f3c\u4e0d\u53d8\u7684\u6982\u7387\u5206\u5e03\u5c31\u662f\u5e73\u7a33\u5206\u5e03\uff08stationary distribution\uff09\uff0c\u5b83\u662f\u4e00\u4e2a\u6781\u9650\u5206\u5e03\u3002\u8fd9\u5c31\u8868\u660e\uff0c\u6700\u7ec8\u72b6\u6001\u4e0d\u518d\u53d1\u751f\u53d8\u5316\uff0c\u7cfb\u7edf\u8fbe\u5230\u5e73\u7a33\u72b6\u6001\u3002\u9a6c\u5c14\u53ef\u592b\u94fe\u5177\u6709\u5e73\u7a33\u5206\u5e03\uff0c\u662f\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u4e00\u4e2a\u91cd\u8981\u7279\u5f81\uff0c\u5728\u9a6c\u5c14\u53ef\u592b\u94fe\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u4e2d\u5177\u6709\u91cd\u8981\u610f\u4e49\u3002"}),"\n",(0,l.jsx)(a.p,{children:"\u6211\u4eec\u53ef\u4ee5\u4ee5\u524d\u9762\u7684\u5929\u6c14\u9884\u62a5\u7684\u72b6\u6001\u5206\u5e03\u4e3a\u4f8b\u6765\u5206\u6790\u9a6c\u5c14\u53ef\u592b\u94fe\u4ece\u4efb\u610f\u4e00\u4e2a\u72b6\u6001\u51fa\u53d1\uff0c\u7ecf\u5386\u4e00\u5b9a\u65f6\u95f4\u540e\u9010\u6e10\u8d8b\u8fd1\u4e8e\u5e73\u7a33\u5206\u5e03\u7684\u8fc7\u7a0b\u3002\u5982\u56fe\uff081\uff09\u6240\u793a\uff0c\u8fd9\u91cc\u72b6\u6001\u7a7a\u95f4\u7684\u8f6c\u79fb\u77e9\u9635\u4e3a:"}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"bold",children:"P"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{fence:"true",children:"["}),(0,l.jsxs)(a.mtable,{rowspacing:"0.16em",columnalign:"center center",columnspacing:"1em",children:[(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.9"})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.1"})})})]}),(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.5"})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.5"})})})]})]}),(0,l.jsx)(a.mo,{fence:"true",children:"]"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\mathbf{P}=\\begin{bmatrix}\n\t\t0.9 & 0.1\\\\0.5 & 0.5\n\t\\end{bmatrix}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6861em"}}),(0,l.jsx)(a.span,{className:"mord mathbf",children:"P"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.4em",verticalAlign:"-0.95em"}}),(0,l.jsxs)(a.span,{className:"minner",children:[(0,l.jsx)(a.span,{className:"mopen delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size3",children:"["})}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.45em"},children:[(0,l.jsxs)(a.span,{style:{top:"-3.61em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.9"})})]}),(0,l.jsxs)(a.span,{style:{top:"-2.41em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.5"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.95em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.45em"},children:[(0,l.jsxs)(a.span,{style:{top:"-3.61em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.1"})})]}),(0,l.jsxs)(a.span,{style:{top:"-2.41em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.5"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.95em"},children:(0,l.jsx)(a.span,{})})})]})})]})}),(0,l.jsx)(a.span,{className:"mclose delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size3",children:"]"})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"10"}),"\n",(0,l.jsxs)(a.p,{children:["\u8bbe\u521d\u59cb\u72b6\u6001\u4e3a\u6674\u5929\u6982\u7387\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mn,{children:"100"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"%"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"100\\%"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8056em",verticalAlign:"-0.0556em"}}),(0,l.jsx)(a.span,{className:"mord",children:"100%"})]})})]}),"\uff0c\u96e8\u5929\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"%"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"0\\%"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8056em",verticalAlign:"-0.0556em"}}),(0,l.jsx)(a.span,{className:"mord",children:"0%"})]})})]}),"\uff0c\u7528\u4e00\u4e2a\u77e2\u91cf\u8868\u8ff0\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{mathvariant:"bold",children:"x"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{fence:"true",children:"["}),(0,l.jsx)(a.mtable,{rowspacing:"0.16em",columnalign:"center center",columnspacing:"1em",children:(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"1.0"})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.0"})})})]})}),(0,l.jsx)(a.mo,{fence:"true",children:"]"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\mathbf{x}^{(0)}=\\begin{bmatrix}\n\t\t1.0&0.0\n\t\\end{bmatrix}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.938em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathbf",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.938em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mopen mtight",children:"("}),(0,l.jsx)(a.span,{className:"mord mtight",children:"0"}),(0,l.jsx)(a.span,{className:"mclose mtight",children:")"})]})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2em",verticalAlign:"-0.35em"}}),(0,l.jsxs)(a.span,{className:"minner",children:[(0,l.jsx)(a.span,{className:"mopen delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size1",children:"["})}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.85em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.01em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"1.0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.35em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.85em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.01em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.35em"},children:(0,l.jsx)(a.span,{})})})]})})]})}),(0,l.jsx)(a.span,{className:"mclose delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size1",children:"]"})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"11"}),"\n",(0,l.jsx)(a.p,{children:"\u5219\u7ecf\u8fc7\u4e00\u6b21\u968f\u673a\u884c\u8d70\u4e4b\u540e\u72b6\u6001\u6982\u7387\u5206\u5e03\u4e3a\uff1a"}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{mathvariant:"bold",children:"x"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{mathvariant:"bold",children:"x"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"bold",children:"P"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{fence:"true",children:"["}),(0,l.jsx)(a.mtable,{rowspacing:"0.16em",columnalign:"center center",columnspacing:"1em",children:(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"1.0"})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.0"})})})]})}),(0,l.jsx)(a.mo,{fence:"true",children:"]"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{fence:"true",children:"["}),(0,l.jsxs)(a.mtable,{rowspacing:"0.16em",columnalign:"center center",columnspacing:"1em",children:[(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.9"})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.1"})})})]}),(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.5"})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.5"})})})]})]}),(0,l.jsx)(a.mo,{fence:"true",children:"]"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{fence:"true",children:"["}),(0,l.jsx)(a.mtable,{rowspacing:"0.16em",columnalign:"center center",columnspacing:"1em",children:(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.9"})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.1"})})})]})}),(0,l.jsx)(a.mo,{fence:"true",children:"]"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\mathbf{x}^{(1)}=\\mathbf{x}^{(0)}\\mathbf{P}=\\begin{bmatrix}\n\t\t1.0&0.0 \n\t\\end{bmatrix}\\begin{bmatrix}\n\t\t0.9&0.1\\\\0.5&0.5\n\t\\end{bmatrix}=\\begin{bmatrix}\n\t\t0.9&0.1\n\t\\end{bmatrix}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.938em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathbf",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.938em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mopen mtight",children:"("}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"}),(0,l.jsx)(a.span,{className:"mclose mtight",children:")"})]})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.938em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathbf",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.938em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mopen mtight",children:"("}),(0,l.jsx)(a.span,{className:"mord mtight",children:"0"}),(0,l.jsx)(a.span,{className:"mclose mtight",children:")"})]})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord mathbf",children:"P"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.4em",verticalAlign:"-0.95em"}}),(0,l.jsxs)(a.span,{className:"minner",children:[(0,l.jsx)(a.span,{className:"mopen delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size1",children:"["})}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.85em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.01em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"1.0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.35em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.85em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.01em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.35em"},children:(0,l.jsx)(a.span,{})})})]})})]})}),(0,l.jsx)(a.span,{className:"mclose delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size1",children:"]"})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"minner",children:[(0,l.jsx)(a.span,{className:"mopen delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size3",children:"["})}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.45em"},children:[(0,l.jsxs)(a.span,{style:{top:"-3.61em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.9"})})]}),(0,l.jsxs)(a.span,{style:{top:"-2.41em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.5"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.95em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.45em"},children:[(0,l.jsxs)(a.span,{style:{top:"-3.61em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.1"})})]}),(0,l.jsxs)(a.span,{style:{top:"-2.41em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.5"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.95em"},children:(0,l.jsx)(a.span,{})})})]})})]})}),(0,l.jsx)(a.span,{className:"mclose delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size3",children:"]"})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2em",verticalAlign:"-0.35em"}}),(0,l.jsxs)(a.span,{className:"minner",children:[(0,l.jsx)(a.span,{className:"mopen delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size1",children:"["})}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.85em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.01em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.9"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.35em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.85em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.01em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.35em"},children:(0,l.jsx)(a.span,{})})})]})})]})}),(0,l.jsx)(a.span,{className:"mclose delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size1",children:"]"})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"12"}),"\n",(0,l.jsxs)(a.p,{children:["\u5373\u4f9d\u7167\u8fd9\u6837\u7684\u6982\u7387\u5206\u5e03\uff0c\u7b2c\u4e8c\u5929\u4e3a\u6674\u5929\u7684\u6982\u7387\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mn,{children:"90"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"%"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"90\\%"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8056em",verticalAlign:"-0.0556em"}}),(0,l.jsx)(a.span,{className:"mord",children:"90%"})]})})]}),"\uff0c\u4e3a\u96e8\u5929\u7684\u6982\u7387\u76f8\u5e94\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mn,{children:"10"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"%"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"10\\%"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8056em",verticalAlign:"-0.0556em"}}),(0,l.jsx)(a.span,{className:"mord",children:"10%"})]})})]}),"\uff0c\u4ee5\u6b64\u7c7b\u63a8\u6211\u4eec\u53ef\u4ee5\u5f97\u5230\u7b2c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u5929\u7684\u72b6\u6001\u6982\u7387\u5206\u5e03\uff0c\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u8db3\u591f\u5927\uff0c\u4f7f\u7cfb\u7edf\u8d8b\u8fd1\u4e8e\u7a33\u5b9a\u5206\u5e03\uff0c\u5219\u6700\u7ec8\u7684\u5929\u6c14\u9884\u62a5\u7684\u6982\u7387\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{fence:"true",children:"["}),(0,l.jsx)(a.mtable,{rowspacing:"0.16em",columnalign:"center center",columnspacing:"1em",children:(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"q"}),(0,l.jsx)(a.mn,{children:"1"})]})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"q"}),(0,l.jsx)(a.mn,{children:"2"})]})})})]})}),(0,l.jsx)(a.mo,{fence:"true",children:"]"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{fence:"true",children:"["}),(0,l.jsx)(a.mtable,{rowspacing:"0.16em",columnalign:"center center",columnspacing:"1em",children:(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.833"})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"false",children:(0,l.jsx)(a.mn,{children:"0.167"})})})]})}),(0,l.jsx)(a.mo,{fence:"true",children:"]"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\begin{bmatrix}\n\t\tq_1&q_2\n\t\\end{bmatrix}=\\begin{bmatrix}\n\t\t0.833&0.167\n\t\\end{bmatrix}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2em",verticalAlign:"-0.35em"}}),(0,l.jsxs)(a.span,{className:"minner",children:[(0,l.jsx)(a.span,{className:"mopen delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size1",children:"["})}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.85em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.01em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"q"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.35em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.85em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.01em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"q"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.35em"},children:(0,l.jsx)(a.span,{})})})]})})]})}),(0,l.jsx)(a.span,{className:"mclose delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size1",children:"]"})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2em",verticalAlign:"-0.35em"}}),(0,l.jsxs)(a.span,{className:"minner",children:[(0,l.jsx)(a.span,{className:"mopen delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size1",children:"["})}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.85em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.01em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.833"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.35em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"arraycolsep",style:{width:"0.5em"}}),(0,l.jsx)(a.span,{className:"col-align-c",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.85em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.01em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"0.167"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.35em"},children:(0,l.jsx)(a.span,{})})})]})})]})}),(0,l.jsx)(a.span,{className:"mclose delimcenter",style:{top:"0em"},children:(0,l.jsx)(a.span,{className:"delimsizing size1",children:"]"})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"13"}),"\n",(0,l.jsx)(a.h5,{id:"\u7ec6\u81f4\u5e73\u8861",children:"\u7ec6\u81f4\u5e73\u8861"}),"\n",(0,l.jsxs)(a.p,{children:["\u5728\u4e00\u4e2a\u72b6\u6001\u7a7a\u95f4\u4e2d\uff0c\u5982\u679c\u5b58\u5728\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03c0"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\pi"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"})]})})]}),"\uff0c\u4f7f\u5f97\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"j"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mi,{children:"j"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"j"}),(0,l.jsx)(a.mi,{children:"i"})]})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\pi_i p_{ij}=\\pi_j p_{ji}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7167em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"ij"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7167em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0359em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"j"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"ji"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"14"}),"\n",(0,l.jsx)(a.p,{children:"\u8be5\u6761\u4ef6\u79f0\u4e3a\u7ec6\u81f4\u5e73\u8861\uff08detailed balance\uff09\uff0c\u53c8\u79f0\u4e3a\u5c40\u90e8\u5e73\u8861\uff08local balance\uff09\u3002\u7ec6\u81f4\u5e73\u8861\u662f\u5fae\u89c2\u5e73\u8861\uff0c\u6bd4\u4e0a\u8ff0\u7684\u5e73\u7a33\u5206\u5e03\uff08\u5b8f\u89c2\u5e73\u8861\uff09\u5177\u6709\u66f4\u591a\u7684\u7ea6\u675f\u6761\u4ef6\u3002"}),"\n",(0,l.jsx)(a.p,{children:"\u7531\u7ec6\u81f4\u5e73\u8861\u53ef\u4ee5\u5f97\u5230\u5e73\u7a33\u5206\u5e03\uff0c\u53cd\u4e4b\u5219\u4e0d\u6210\u7acb\uff0c\u5e73\u7a33\u5206\u5e03\u5e76\u4e0d\u80fd\u4fdd\u8bc1\u7ec6\u81f4\u5e73\u8861\u3002\u6ee1\u8db3\u7ec6\u81f4\u5e73\u8861\u6761\u4ef6\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\u662f\u53ef\u9006\u7684\uff08\u7ec6\u81f4\u5e73\u8861\u672c\u5c31\u662f\u6e90\u4e8e\u5728\u4e00\u4e2a\u5e73\u8861\u7684\u52a8\u529b\u5b66\u7cfb\u7edf\u4e2d\uff0c\u6bcf\u4e2a\u57fa\u7840\u8fc7\u7a0b\u4e0e\u5176\u9006\u8fc7\u7a0b\u4fdd\u6301\u5e73\u8861\u3002\uff09\uff0c\u79f0\u4e3a\u53ef\u9006\u94fe\uff0c\u56e0\u6b64\u7ec6\u81f4\u5e73\u8861\u4e0e\u53ef\u9006\u6027\u662f\u7b49\u4ef7\u7684\uff0c\u53ef\u9006\u6027\u4fdd\u8bc1\u4e86\u5e73\u7a33\u5206\u5e03\u3002"}),"\n",(0,l.jsx)(a.h3,{id:"\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5",children:"\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5"}),"\n",(0,l.jsx)(a.p,{children:"\u6709\u4e86\u5e73\u7a33\u5206\u5e03\u7684\u6761\u4ef6\uff0c\u5bf9\u4e8e\u4f7f\u7528\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u601d\u8def\u5219\u6bd4\u8f83\u5bb9\u6613\u7406\u89e3\uff1a\u5b83\u9996\u5148\u628a\u76ee\u6807\u6982\u7387\u5206\u5e03\u7684\u4f5c\u7528\u57df\u770b\u505a\u4e00\u4e2a\u72b6\u6001\u7a7a\u95f4\uff0c\u7136\u540e\u4ece\u4efb\u610f\u4e00\u4e2a\u72b6\u6001\u51fa\u53d1\u968f\u673a\u884c\u8d70\u4ee5\u5efa\u7acb\u9a6c\u5c14\u53ef\u592b\u94fe\uff0c\u8fd9\u4e2a\u968f\u673a\u884c\u8d70\u8fc7\u7a0b\u4e2d\u7684\u6bcf\u4e00\u6b65\u9075\u5faa\u72b6\u6001\u7a7a\u95f4\u7684\u8f6c\u79fb\u6982\u7387\u5206\u5e03\uff0c\u5219\u7ecf\u8fc7\u4e00\u5b9a\u65f6\u95f4\u4e4b\u540e\uff0c\u9a6c\u5c14\u53ef\u592b\u94fe\u4e2d\u7684\u72b6\u6001\u6982\u7387\u5206\u5e03\u4f1a\u8d8b\u5411\u4e8e\u76ee\u6807\u6982\u7387\u5206\u5e03\u3002\u5728\u8fd9\u4e2a\u8fc7\u7a0b\u4e2d\uff0c\u6700\u91cd\u8981\u7684\u662f\u600e\u6837\u6839\u636e\u5df2\u77e5\u7684\u76ee\u6807\u6982\u7387\u6c42\u51fa\u8f6c\u79fb\u6982\u7387\u5206\u5e03\uff0c\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\uff08Metropolis algorithm\uff09\u7684\u6838\u5fc3\u5c31\u662f\u4f7f\u7528\u4e86\u4e00\u79cd\u7b80\u5355\u6c42\u89e3\u8f6c\u79fb\u6982\u7387\u7684\u65b9\u6cd5\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u4e3a\u4e86\u66f4\u597d\u5730\u7406\u89e3\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u53ca\u5176\u6700\u5173\u952e\u7684\u6982\u5ff5\uff0c\u6211\u4eec\u6709\u5fc5\u8981\u533a\u5206\u4e00\u4e0b\u7edf\u8ba1\u5b66\u4e2d\u5229\u7528\u9a6c\u5c14\u53ef\u592b\u94fe\u89e3\u51b3\u79ef\u5206\u95ee\u9898\u7684\u4e24\u79cd\u4e0d\u540c\u7684\u601d\u8def\uff1a\u7b2c\u4e00\u79cd\u662f\u5df2\u77e5\u76ee\u6807\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\uff0c\u4f7f\u7528\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u5bf9\u8fd9\u4e2a\u76ee\u6807\u6982\u7387\u5206\u5e03\u8fdb\u884c\u91c7\u6837\uff0c\u7136\u540e\u8ba1\u7b97\u79ef\u5206\uff0c\u6b64\u79cd\u65b9\u6cd5\u7684\u5173\u952e\u662f\u8981\u6839\u636e\u5df2\u77e5\u76ee\u6807\u6982\u7387\u6c42\u51fa\u72b6\u6001\u8f6c\u79fb\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mi,{children:"j"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_{ij}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7167em",verticalAlign:"-0.2861em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.05724em"},children:"ij"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2861em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\uff0c\u8fd9\u6837\u4f7f\u5f97\u9a6c\u5c14\u53ef\u592b\u94fe\u80fd\u591f\u903c\u8fd1\u76ee\u6807\u5206\u5e03\uff0c\u8fd9\u5373\u662f\u672c\u8282\u8ba8\u8bba\u7684\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\uff1b\u7b2c\u4e8c\u79cd\u662f\u5df2\u77e5\u8f6c\u79fb\u6982\u7387\u5206\u5e03\uff0c\u7136\u540e\u7ed9\u5b9a\u4efb\u610f\u4e00\u4e2a\u521d\u59cb\u6982\u7387\u5206\u5e03\uff0c\u5219\u9a6c\u5c14\u53ef\u592b\u94fe\u4f1a\u6839\u636e\u8f6c\u79fb\u6982\u7387\u9010\u6e10\u8d8b\u5411\u4e8e\u7a33\u5b9a\u5206\u5e03\uff0c\u8fd9\u79cd\u601d\u8def\u5728\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\u88ab\u7528\u4e8e\u672c\u4e66\u540e\u9762\u7b2c\uff088\uff09\u7ae0\u4f1a\u8ba8\u8bba\u7684\u8f90\u5c04\u5ea6\u65b9\u6cd5\uff08radiosity\uff09\u4e2d\uff1b\u5f53\u7136\u540e\u8005\u662f\u4e00\u79cd\u8fed\u4ee3\u6cd5\uff08\u800c\u4e0d\u662f\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\uff09\uff0c\u4f46\u662f\u5b83\u4e0e\u9a6c\u5c14\u53ef\u592b\u94fe\u6027\u8d28\u7684\u8fd0\u7528\u5176\u5b9e\u6709\u5f88\u6df1\u7684\u8054\u7cfb\uff0c\u5728\u5b66\u4e60\u8f90\u5c04\u5ea6\u7406\u8bba\u7684\u65f6\u5019\u53ef\u4ee5\u7ec6\u7ec6\u4f53\u4f1a\u8fd9\u79cd\u8054\u7cfb\u3002"]}),"\n",(0,l.jsx)(a.p,{children:"\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u901a\u8fc7\u9010\u6e10\u4ea7\u751f\u4e00\u5e8f\u5217\u7684\u968f\u673a\u6570\u7684\u65b9\u5f0f\u5de5\u4f5c\uff0c\u8fd9\u4e2a\u968f\u673a\u6570\u5e8f\u5217\u662f\u4ee5\u8fed\u4ee3\u7684\u65b9\u5f0f\u4ea7\u751f\u7684\uff0c\u5728\u8fd9\u4e2a\u8fed\u4ee3\u7684\u8fc7\u7a0b\u4e2d\uff0c\u4e0b\u4e00\u4e2a\u968f\u673a\u6570\u7684\u4ea7\u751f\u4ec5\u4f9d\u8d56\u4e8e\u4e0a\u4e00\u4e2a\u968f\u673a\u6570\uff08\u56e0\u6b64\u6574\u4e2a\u968f\u673a\u6570\u5e8f\u5217\u662f\u4e00\u4e2a\u9a6c\u5c14\u53ef\u592b\u94fe\uff09\uff0c\u968f\u7740\u4ea7\u751f\u8d8a\u6765\u8d8a\u591a\u7684\u968f\u673a\u6570\uff0c\u8fd9\u4e2a\u968f\u673a\u6570\u5e8f\u5217\u4f1a\u9010\u6e10\u903c\u8fd1\u4e8e\u76ee\u6807\u6982\u7387\u5206\u5e03\u3002"}),"\n",(0,l.jsx)(a.p,{children:"\u7279\u522b\u5730\uff0c\u5728\u6bcf\u4e00\u6b21\u8fed\u4ee3\u4e2d\uff0c\u8be5\u7b97\u6cd5\u57fa\u4e8e\u5f53\u524d\u968f\u673a\u6570\u4ea7\u751f\u4e00\u4e2a\u65b0\u7684\u5019\u9009\u968f\u673a\u6570\uff0c\u7136\u540e\u8fd9\u4e2a\u5019\u9009\u968f\u673a\u6570\u6839\u636e\u4e00\u5b9a\u7684\u6982\u7387\u88ab\u63a5\u53d7\uff08\u8fd9\u79cd\u60c5\u51b5\u4e0b\u65b0\u7684\u5019\u9009\u968f\u673a\u6570\u4f1a\u88ab\u7528\u4e8e\u4e0b\u4e00\u4e2a\u8fed\u4ee3\u4e2d\uff09\u6216\u62d2\u7edd\uff08\u8fd9\u79cd\u60c5\u51b5\u4e0b\u65b0\u7684\u5019\u9009\u968f\u673a\u6570\u88ab\u4e22\u5f03\uff0c\u5f53\u524d\u968f\u673a\u6570\u7ee7\u7eed\u88ab\u7528\u5728\u4e0b\u4e00\u4e2a\u8fed\u4ee3\u4e2d\uff09\uff0c\u8fd9\u4e2a\u63a5\u53d7\u6982\u7387\u88ab\u9002\u5f53\u9009\u53d6\u4ee5\u4f7f\u5176\u80fd\u591f\u8fd1\u4f3c\u76ee\u6807\u6982\u7387\u7684\u5206\u5e03\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u8bbe",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u4e3a\u4e00\u4e2a\u6b63\u6bd4\u4e8e\u76ee\u6807\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u8fd1\u4f3c\u5206\u5e03\uff0c\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u57fa\u672c\u6b65\u9aa4\u5982\u4e0b\uff1a"]}),"\n",(0,l.jsxs)(a.ol,{children:["\n",(0,l.jsxs)(a.li,{children:["\u521d\u59cb\u5316\u9636\u6bb5\uff1a\u9009\u53d6\u4e00\u4e2a\u4efb\u610f\u70b9",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"0"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_0"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u4f5c\u4e3a\u8d77\u59cb\u91c7\u6837\u70b9\uff0c\u5e76\u9009\u62e9\u4e00\u4e2a\u4efb\u610f\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g(x|y)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7528\u6765\u6839\u636e\u5f53\u524d\u91c7\u6837\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"})]})})]}),"\u4ea7\u751f\u4e0b\u4e00\u4e2a\u5019\u9009\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\uff0c\u5728\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u4e2d\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"g"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"})]})})]}),"\u5fc5\u987b\u662f\u5bf9\u79f0\u7684\uff0c\u5373\u6ee1\u8db3",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g(x|y)=g(y|x)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u3002\u4e00\u4e2a\u5e38\u7528\u7684\u9009\u62e9\u662f\u9ad8\u65af\u5206\u5e03\uff08Gaussian distribution\uff09\uff0c\u4e5f\u5373\u6b63\u6001\u5206\u5e03\uff08normal distribution\uff09\uff0c\u8fd9\u79cd\u60c5\u51b5\u4e0b\uff0c\u9760\u8fd1",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"})]})})]}),"\u7684\u70b9\u4f1a\u88ab\u4ee5\u66f4\u9ad8\u7684\u6982\u7387\u6210\u4e3a\u5019\u9009\u91c7\u6837\u70b9\u3002",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"g"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"})]})})]}),"\u88ab\u79f0\u4e3a\u5efa\u8bae\u5bc6\u5ea6\u51fd\u6570\uff08proposal density function\uff09\u6216\u8df3\u8dc3\u5206\u5e03\uff08jumping distribution\uff09\u3002"]}),"\n",(0,l.jsxs)(a.li,{children:["\u8fed\u4ee3\u9636\u6bb5\uff0c\u5bf9\u4e8e\u6bcf\u4e00\u6b21\u8fed\u4ee3",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"n"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"n"})]})})]}),"\uff1a\r\n3.1. \u9996\u5148\u4ece\u5efa\u8bae\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g(x^{'}|x_n)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1925em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u4ea7\u751f\u4e00\u4e2a\u5019\u9009\u91c7\u6837\u70b9",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x^{'}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.9425em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]})]})})]}),"\u3002\r\n3.2 \u8ba1\u7b97\u63a5\u53d7\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]})})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha= \\cfrac{f(x^{'})}{f(x_n)}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.6185em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]})]})]})]}),"\uff0c\u8fd9\u4e2a\u63a5\u53d7\u7387\u7528\u4e8e\u51b3\u5b9a\u65b0\u7684\u5019\u9009\u91c7\u6837\u70b9\u88ab\u63a5\u53d7\u6216\u62d2\u7edd\u3002\u56e0\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u6b63\u6bd4\u4e8e\u76ee\u6807\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u6240\u4ee5",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]})}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]})})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha= \\cfrac{f(x^{'})}{f(x_n)}= \\cfrac{p(x^{'})}{p(x_n)}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.6185em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.6185em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]})]})]})]}),"\u3002\r\n3.3 \u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{children:"\u2265"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha\\geq 1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7719em",verticalAlign:"-0.136em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2265"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\uff0c\u65b0\u7684\u5019\u9009\u70b9\u76f4\u63a5\u88ab\u63a5\u53d7\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_{n+1}=x^{'}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6389em",verticalAlign:"-0.2083em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.9425em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]})]})]})]}),"\uff1b\u5426\u5219\uff0c\u6309\u7167\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03b1"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"})]})})]}),"\u6765\u63a5\u53d7\u65b0\u7684\u5019\u9009\u70b9\uff0c\u5982\u679c\u65b0\u7684\u5019\u9009\u70b9\u88ab\u62d2\u7edd\uff0c\u5219\u8bbe\u7f6e\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"n"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_{n+1}=x_n"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6389em",verticalAlign:"-0.2083em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"}),(0,l.jsx)(a.span,{className:"mbin mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2083em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]}),"\u3002"]}),"\n"]}),"\n",(0,l.jsxs)(a.p,{children:["\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u8fc7\u7a0b\u662f\u901a\u8fc7\u5728\u91c7\u6837\u7a7a\u95f4\u968f\u673a\u884c\u8d70\u5b9e\u73b0\uff0c\u5728\u968f\u673a\u884c\u8d70\u7684\u6bcf\u4e00\u6b65\uff0c\u65b0\u7684\u968f\u673a\u91c7\u6837\u70b9\u53ef\u80fd\u88ab\u63a5\u53d7\uff0c\u4e5f\u53ef\u80fd\u88ab\u62d2\u7edd\uff0c\u8fd9\u5b8c\u5168\u7531\u63a5\u53d7\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03b1"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"})]})})]}),"\u6765\u51b3\u5b9a\u3002\u63a5\u53d7\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03b1"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"})]})})]}),"\u8868\u8ff0\u7684\u662f\u6839\u636e\u76ee\u6807\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u65b0\u4ea7\u751f\u7684\u5019\u9009\u968f\u673a\u6570\u76f8\u5bf9\u4e8e\u5f53\u524d\u968f\u673a\u6570\u6709\u591a\u5927\u7684\u6982\u7387\u88ab\u63a5\u53d7\uff0c\u4f8b\u5982\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{children:"\u2265"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha\\geq 1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7719em",verticalAlign:"-0.136em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2265"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\uff0c\u8bf4\u660e\u65b0\u7684\u5019\u9009\u91c7\u6837\u70b9",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x^{'}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.9425em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]})]})})]}),"\u5728",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u4e2d\u5904\u4e8e\u66f4\u9ad8\u6982\u7387\u533a\u57df\uff0c\u5373\u662f\u5b83\u6bd4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"n"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_n"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.1514em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u5177\u6709\u66f4\u9ad8\u7684\u6982\u7387\uff0c\u56e0\u6b64\u65b0\u7684\u5019\u9009\u70b9\u603b\u662f\u88ab\u63a5\u53d7\uff1b\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{children:"<"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha<1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5782em",verticalAlign:"-0.0391em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"<"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\uff0c\u5219\u8bf4\u660e\u65b0\u7684\u5019\u9009\u70b9\u5728",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u4e2d\u5904\u4e8e\u8f83\u4f4e\u6982\u7387\u533a\u57df\uff0c\u6b64\u65f6\u5b83\u53ef\u80fd\u4f1a\u88ab\u63a5\u53d7\uff0c\u53ef\u80fd\u4f1a\u88ab\u62d2\u7edd\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03b1"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"})]})})]}),"\u8d8a\u5c0f\uff0c\u65b0\u7684\u5019\u9009\u70b9\u62e5\u6709\u66f4\u5c0f\u7684\u51e0\u7387\u88ab\u63a5\u53d7\u3002\u56e0\u6b64\uff0c\u901a\u8fc7\u8fd9\u6837\u7684\u673a\u5236\uff0c\u9a6c\u5c14\u53ef\u592b\u94fe\u4e2d\u7684\u968f\u673a\u6570\u503e\u5411\u4e8e\u505c\u7559\u5728\u76ee\u6807\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u9ad8\u6982\u7387\u533a\u57df\uff0c\u800c\u53ea\u6709\u5076\u5c14\u5f88\u5c11\u7684\u673a\u4f1a\u4f1a\u8bbf\u95ee\u4f4e\u6982\u7387\u533a\u57df\u3002\u76f4\u89c2\u4e0a\u770b\uff0c\u8fd9\u5c31\u662f\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u80fd\u591f\u5de5\u4f5c\u7684\u539f\u56e0\uff0c\u4e5f\u4f7f\u5b83\u6700\u7ec8\u8fd4\u56de\u7684\u91c7\u6837\u70b9\u662f\u7b26\u5408\u76ee\u6807\u6982\u7387\u5206\u5e03\u7684\u3002"]}),"\n",(0,l.jsx)(a.h4,{id:"\u6536\u655b\u6027\u8bc1\u660e",children:"\u6536\u655b\u6027\u8bc1\u660e"}),"\n",(0,l.jsxs)(a.p,{children:["\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u76ee\u6807\u662f\u6839\u636e\u76ee\u6807\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u4ea7\u751f\u4e00\u4e2a\u72b6\u6001\u5e8f\u5217\uff0c\u4e3a\u4e86\u8fbe\u5230\u8fd9\u4e2a\u76ee\u7684\uff0c\u5b83\u4f7f\u7528\u4e00\u4e2a\u9a6c\u5c14\u53ef\u592b\u8fc7\u7a0b\u6765\u6e10\u6e10\u5730\u903c\u8fd1\u4e00\u4e2a\u552f\u4e00\u7684\u7a33\u5b9a\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\pi(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u4f7f\u5f97",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\pi(x)=p(x)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u3002\u90a3\u4e48\u600e\u6837\u8bc1\u660e\u8be5\u7b97\u6cd5\u662f\u6536\u655b\u4e8e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u5462\uff1f"]}),"\n",(0,l.jsxs)(a.p,{children:["\u9a6c\u5c14\u53ef\u592b\u94fe\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u5404\u79cd\u7b97\u6cd5\u7684\u6536\u655b\u6027\u662f\u57fa\u4e8e\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u6536\u655b\u6027\u7406\u8bba\u3002\u4e00\u4e2a\u9a6c\u5c14\u53ef\u592b\u8fc7\u7a0b\u7531\u5176\u8f6c\u79fb\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(x^{'}|x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1925em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u552f\u4e00\u51b3\u5b9a\uff0c\u8981\u4f7f\u8be5\u9a6c\u5c14\u53ef\u592b\u8fc7\u7a0b\u5b58\u5728\u4e00\u4e2a\u552f\u4e00\u7684\u7a33\u5b9a\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\pi(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u5fc5\u987b\u6ee1\u8db3\u4ee5\u4e0b\u4e24\u4e2a\u6761\u4ef6\uff1a"]}),"\n",(0,l.jsxs)(a.ol,{children:["\n",(0,l.jsx)(a.li,{children:"\u5b58\u5728\u7a33\u5b9a\u5206\u5e03\u3002"}),"\n",(0,l.jsx)(a.li,{children:"\u7a33\u5b9a\u5206\u5e03\u662f\u552f\u4e00\u7684\u3002"}),"\n"]}),"\n",(0,l.jsxs)(a.p,{children:["\u8981\u4f7f\u9a6c\u5c14\u53ef\u592b\u94fe\u5b58\u5728\u7a33\u5b9a\u5206\u5e03\uff0c\u7531\u524d\u9762\u7684\u5185\u5bb9\u53ef\u77e5\uff0c\u4e00\u4e2a\u5145\u5206\u4e0d\u5fc5\u8981\u6761\u4ef6\u662f\u6ee1\u8db3\u7ec6\u81f4\u5e73\u8861\uff08detailed balance\uff09\u6761\u4ef6\uff0c\u7ec6\u81f4\u5e73\u8861\u6761\u4ef6\u8981\u6c42\u6bcf\u4e2a\u8f6c\u79fb\u8fc7\u7a0b\u662f\u53ef\u9006\u7684\uff0c\u5bf9\u4e8e\u6bcf\u4e00\u5bf9\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u548c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x^{'}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.9425em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]})]})})]}),"\uff0c\u5904\u4e8e\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u5e76\u8f6c\u79fb\u5230\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x^{'}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.9425em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]})]})})]}),"\u7684\u6982\u7387\u5fc5\u987b\u7b49\u4e8e\u5904\u4e8e\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x^{'}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.9425em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]})]})})]}),"\u5e76\u8f6c\u79fb\u5230\u72b6\u6001",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u7684\u6982\u7387\uff0c\u5373\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\pi(x)P(x^{'}|x)=\\pi(x^{'})P(x|x^{'})"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1925em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1925em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u7a33\u5b9a\u5206\u5e03\u7684\u552f\u4e00\u6027\u53ef\u4ee5\u7531\u904d\u5386\u6027\uff08ergodicity\uff09\u6765\u4fdd\u8bc1\uff0c\u901a\u8fc7\u524d\u9762\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\u5c5e\u6027\u53ef\u77e5\uff0c\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u904d\u5386\u6027\u5fc5\u987b\u8981\u6c42\u975e\u5468\u671f\u6027\u548c\u6b63\u56de\u8fd4\u6027\u3002\u975e\u5468\u671f\u6027\u5176\u5b9e\u6697\u6307\u6bcf\u4e2a\u72b6\u6001\u4e0d\u662f\u53ea\u80fd\u4ece\u67d0\u4e9b\u7279\u5b9a\u8def\u5f84\u8fd4\u56de\uff0c\u800c\u662f\u53ef\u4ee5\u6cbf\u4efb\u610f\u8def\u5f84\u8fd4\u56de\uff0c\u5176\u610f\u4e49\u5c31\u662f\u6bcf\u4e2a\u72b6\u6001\u53ef\u4ee5\u4e0e\u4efb\u610f\u72b6\u6001\u8054\u901a\uff1b\u800c\u6b63\u56de\u8fd4\u6027\u4fdd\u8bc1\u8fd9\u79cd\u8054\u901a\u7684\u6982\u7387\u5c0f\u4e8e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\infty"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord",children:"\u221e"})]})})]}),"\u3002\u7531\u4e0d\u53ef\u7ea6\u6027\u53ef\u77e5\uff0c\u5982\u679c\u72b6\u6001\u7a7a\u95f4\u5185\u6240\u6709\u72b6\u6001\u90fd\u662f\u8054\u901a\u7684\uff0c\u4ece\u6bcf\u4e2a\u72b6\u6001\u51fa\u53d1\u7ecf\u8fc7\u4e00\u5b9a\u6b65\u6570\u4e4b\u540e\u90fd\u53ef\u4ee5\u8fbe\u5230\u53e6\u4e00\u4e2a\u72b6\u6001\uff0c\u5219\u9a6c\u5c14\u53ef\u592b\u94fe\u5c31\u662f\u4e0e\u521d\u59cb\u72b6\u6001\u65e0\u5173\u7684\uff0c\u6240\u4ee5\u904d\u5386\u6027\u4fdd\u8bc1\u4e86\u7a33\u5b9a\u5206\u5e03\u7684\u552f\u4e00\u6027\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u5c31\u662f\u901a\u8fc7\u8bbe\u8ba1\u4e00\u4e2a\u6ee1\u8db3\u4e0a\u8ff0\u4e24\u4e2a\u6761\u4ef6\u7684\u9a6c\u5c14\u53ef\u592b\u94fe\uff0c\u4ee5\u4f7f\u7a33\u5b9a\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03c0"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\pi"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"})]})})]}),"\u903c\u8fd1",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u3002\u8be5\u7b97\u6cd5\u7684\u63a8\u5bfc\u9996\u5148\u4ece\u6ee1\u8db3\u7ec6\u81f4\u5e73\u8861\u6761\u4ef6\u5f00\u59cb\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tP(x^{'}|x)p(x)=P(x|x^{'})p(x^{'})"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2425em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9925em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9925em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2425em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9925em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9925em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9925em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9925em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"15"}),"\n",(0,l.jsx)(a.p,{children:"\u4e0a\u5f0f\u53ef\u4ee5\u6539\u5199\u4e3a\uff1a"}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t \\cfrac{P(x^{'}|x)}{P(x|x^{'})}= \\cfrac{p(x^{'})}{p(x)}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.6185em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.767em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.789em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.6828em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.786em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.6185em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"16"}),"\n",(0,l.jsxs)(a.p,{children:["\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u5c06\u8f6c\u79fb\u6982\u7387\u7684\u8ba1\u7b97\u5206\u6210\u4e24\u6b65\uff1a\u5efa\u8bae\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g(x^{'}|x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1925em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u548c\u63a5\u53d7\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha(x^{'}|x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1925em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u5e76\u4f7f\u5f97\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tP(x^{'}|x)=g(x^{'}|x)\\alpha(x^{'}|x)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2425em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9925em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9925em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2425em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9925em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9925em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9925em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9925em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"17"}),"\n",(0,l.jsx)(a.p,{children:"\u5c06\u4e0a\u5f0f\u4ee3\u5165\u524d\u9762\u7684\u7ec6\u81f4\u5e73\u8861\u5173\u7cfb\uff0c\u5f97\u5230\uff1a"}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t \\cfrac{\\alpha(x^{'}|x)}{\\alpha(x|x^{'})}= \\cfrac{p(x^{'})}{p(x)} \\cfrac{g(x|x^{'})}{g(x^{'}|x)}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.6185em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.767em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.789em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.6828em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.786em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.6185em",verticalAlign:"-0.936em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.767em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.789em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.6828em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.786em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"18"}),"\n",(0,l.jsxs)(a.p,{children:["\u63a5\u4e0b\u6765\u5c31\u662f\u600e\u4e48\u9009\u62e9\u63a5\u53d7\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03b1"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"})]})})]}),"\u4ee5\u6ee1\u8db3\u4e0a\u9762\u7684\u6761\u4ef6\uff0c\u7531\u524d\u9762\u7684\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u53ef\u77e5\u5176\u9009\u62e9\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"min"}),(0,l.jsx)(a.mo,{children:"\u2061"}),(0,l.jsx)(a.mo,{fence:"false",stretchy:"true",minsize:"2.4em",maxsize:"2.4em",children:"("}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(a.mo,{fence:"false",stretchy:"true",minsize:"2.4em",maxsize:"2.4em",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"min"}),(0,l.jsx)(a.mo,{children:"\u2061"}),(0,l.jsx)(a.mo,{fence:"false",stretchy:"true",minsize:"2.4em",maxsize:"2.4em",children:"("}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})]}),(0,l.jsx)(a.mo,{fence:"false",stretchy:"true",minsize:"2.4em",maxsize:"2.4em",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\alpha(x^{'}|x)=\\min \\bigg( 1, \\cfrac{p(x^{'})}{p(x)} \\cfrac{g(x|x^{'})}{g(x^{'}|x)}\\bigg)=\\min\\bigg(1, \\cfrac{p(x^{'})}{p(x)}\\bigg)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2425em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9925em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9925em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.6325em",verticalAlign:"-0.95em"}}),(0,l.jsx)(a.span,{className:"mop",children:"min"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"delimsizing size3",children:"("})}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.767em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.789em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.6828em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.786em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"delimsizing size3",children:")"})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.6325em",verticalAlign:"-0.95em"}}),(0,l.jsx)(a.span,{className:"mop",children:"min"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"delimsizing size3",children:"("})}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6825em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.936em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"delimsizing size3",children:")"})})]})]})]})}),"\n",(0,l.jsx)(e,{num:"19"}),"\n",(0,l.jsxs)(a.p,{children:["\u4e0a\u5f0f\u540e\u534a\u90e8\u5206\u7684\u7b49\u5f0f\u6210\u7acb\u662f\u56e0\u4e3a\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u4e2d\u5efa\u8bae\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"g"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"})]})})]}),"\u662f\u5bf9\u79f0\u7684\uff0c\u4ece\u6b64\u4e5f\u53ef\u4ee5\u770b\u51fa\uff0c\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u4e2d\u4e2d\u7684\u5efa\u8bae\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"g"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"})]})})]}),"\u662f\u53ef\u4ee5\u4efb\u610f\u9009\u62e9\u7684\uff0c\u56e0\u4e3a\u5b83\u5e76\u4e0d\u4f1a\u53c2\u4e0e\u5230\u6700\u7ec8\u8f6c\u79fb\u6982\u7387\u7684\u8ba1\u7b97\u4e0a\u3002\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u4e2d\u7684\u8f6c\u79fb\u6982\u7387\u662f\u6ee1\u8db3\u7ec6\u81f4\u5e73\u8861\u6761\u4ef6\u7684\uff0c\u800c\u7ec6\u81f4\u5e73\u8861\u6761\u4ef6\u53ef\u4ee5\u4fdd\u8bc1\u7a33\u5b9a\u5206\u5e03\uff0c\u4e5f\u5c31\u662f\u603b\u4f53\u5e73\u8861\uff0c\u56e0\u6b64\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u662f\u6536\u655b\u7684\u3002"]}),"\n",(0,l.jsxs)(a.admonition,{title:"\u7ec6\u81f4\u5e73\u8861\u6761\u4ef6",type:"tip",children:[(0,l.jsx)(a.p,{children:"\u5bf9\u4e8e\u597d\u5947\u7684\u8bfb\u8005\u53ef\u4ee5\u7531\u4ee5\u4e0b\u8bc1\u660e\u8fc7\u7a0b\u8bc1\u660e\u5176\u6ee1\u8db3\u7ec6\u81f4\u5e73\u8861\u6761\u4ef6\uff1a"}),(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mtable,{rowspacing:"0.25em",columnalign:"right left",columnspacing:"0em",children:[(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"min"}),(0,l.jsx)(a.mo,{children:"\u2061"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"/"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})})})]}),(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(a.mrow,{})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"min"}),(0,l.jsx)(a.mo,{children:"\u2061"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"min"}),(0,l.jsx)(a.mo,{children:"\u2061"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"/"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})})})]}),(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(a.mrow,{})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"\u03b1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})})})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\begin{aligned}\n\t\tp(x)P(y|x)&=p(x)g(y|x)\\alpha(y|x)=p(x)g(y|x)\\min(1,p(y)/p(x))\\\\\n\t\t&=\\min(p(x)g(y|x),g(y|x)p(y))=p(y)g(x|y)\\min(p(x)/p(y),1)\\\\\n\t\t&=p(y)g(x|y)\\alpha(x|y)=p(y)P(x|y)\n\t\\end{aligned}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"4.5em",verticalAlign:"-2em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-r",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"2.5em"},children:[(0,l.jsxs)(a.span,{style:{top:"-4.66em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.16em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord"})]}),(0,l.jsxs)(a.span,{style:{top:"-1.66em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord"})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"2em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"col-align-l",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"2.5em"},children:[(0,l.jsxs)(a.span,{style:{top:"-4.66em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mop",children:"min"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:"/"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:"))"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.16em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mop",children:"min"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:"))"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mop",children:"min"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:"/"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-1.66em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"2em"},children:(0,l.jsx)(a.span,{})})})]})})]})})]})})]})}),(0,l.jsx)(e,{num:"20"})]}),"\n",(0,l.jsx)(a.h4,{id:"\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u4e0d\u8db3",children:"\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u4e0d\u8db3"}),"\n",(0,l.jsx)(a.p,{children:"\u5c3d\u7ba1\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u4e2d\u662f\u6536\u655b\u7684\uff0c\u4f46\u662f\u9a6c\u5c14\u53ef\u592b\u94fe\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u5404\u79cd\u7b97\u6cd5\u6536\u655b\u6027\u8bc1\u660e\u53ea\u80fd\u8bc1\u660e\u5176\u6837\u672c\u503c\u9075\u4ece\u5df2\u77e5\u6982\u7387\u5206\u5e03\uff0c\u4f46\u4e0d\u80fd\u8bc1\u660e\u6837\u672c\u503c\u662f\u72ec\u7acb\u65e0\u5173\u7684\uff0c\u4e5f\u6ca1\u6709\u7ed9\u51fa\u6536\u655b\u901f\u5ea6\u662f\u591a\u5c11\u3002\u672c\u8282\u4ecb\u7ecd\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u4e3b\u8981\u7684\u4e24\u4e2a\u65b9\u9762\u7684\u4e0d\u8db3\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u9996\u5148\uff0c\u5c3d\u7ba1\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u5efa\u8bae\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"g"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"})]})})]}),"\u53ef\u4ee5\u662f\u4efb\u610f\u9009\u53d6\u7684\uff0c\u5e76\u4e14\u80fd\u591f\u4fdd\u8bc1\u6536\u655b\u6027\uff0c\u4f46\u662f\u5b83\u7684\u9009\u53d6\u5374\u5bf9\u6548\u7387\u548c\u65b9\u5dee\u7531\u4e00\u5b9a\u7684\u5f71\u54cd\u3002\u76f4\u89c2\u4e0a\uff0c\u4e3a\u4e86\u4f7f\u9a6c\u5c14\u53ef\u592b\u94fe\u6536\u655b\u7684\u901f\u5ea6\u66f4\u5feb\uff0c\u4ee5\u53ca\u66f4\u5feb\u5730\u904d\u5386\u6574\u4e2a\u72b6\u6001\u7a7a\u95f4\uff0c\u6211\u4eec\u8d8b\u5411\u4e8e\u9009\u53d6\u6b65\u5e45\u66f4\u5927\u7684\u5efa\u8bae\u6982\u7387\u3002\u4f46\u662f\u5bf9\u4e8e\u7528\u4e8e\u9ad8\u9891\u7387\u5206\u5e03\u7684\u76ee\u6807\u5206\u5e03\u51fd\u6570\uff0c\u8fc7\u5927\u7684\u5efa\u8bae\u6b65\u5e45\u5728\u9ad8\u9891\u90e8\u5206\u5c06\u5bfc\u81f4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"\u226b"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x^{'})\\gg p(x)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1925em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u226b"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\uff0c\u56e0\u6b64\u4f7f\u5f97\u63a5\u53d7\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03b1"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"})]})})]}),"\u975e\u5e38\u4f4e\uff0c\u5176\u7ed3\u679c\u5c31\u662f\u5927\u91cf\u7684\u968f\u673a\u6570\u505c\u7559\u5728\u5c16\u9510\u7684\u533a\u57df\uff0c\u5bfc\u81f4\u65b9\u5dee\u589e\u5927\uff0c\u5e76\u4e14\u6536\u655b\u901f\u5ea6\u53d8\u6162\uff08\u968f\u673a\u6570\u88ab\u5361\u5728\u9ad8\u9891\u90e8\u5206\u5f88\u957f\u65f6\u95f4\uff09\uff0c\u5982\u56fe\uff082\uff09\u6240\u793a\uff1b\u76f8\u53cd\uff0c\u8fc7\u5c0f\u7684\u5efa\u8bae\u6b65\u5e45\u5219\u4f1a\u76f4\u63a5\u5bfc\u81f4\u66f4\u6162\u7684\u6536\u655b\u901f\u5ea6\uff0c\u6240\u4ee5\u5408\u9002\u5730\u9009\u53d6\u5efa\u8bae\u6982\u7387\u51fd\u6570\u975e\u5e38\u91cd\u8981\uff0c\u6211\u4eec\u5c06\u5728\u540e\u9762\u7b2c\uff087\uff09\u7ae0\u5b66\u4e60MLT\u7b97\u6cd5\u7684\u65f6\u5019\u66f4\u5177\u4f53\u5730\u8ba8\u8bba\u4e00\u4e9b\u5efa\u8bae\u6982\u7387\u51fd\u6570\u9009\u62e9\u7684\u7b56\u7565\u3002"]}),"\n",(0,l.jsxs)("div",{children:[(0,l.jsx)("div",{align:"center",id:"f:mc-met-1",children:(0,l.jsx)("img",{src:"/img/figures/mc/metropolis-1.svg",width:"350"})}),(0,l.jsxs)("p",{align:"left",children:[(0,l.jsx)("b",{children:"\u56fe\uff082\uff09\uff1a"}),"\u5982\u679c\u5206\u5e03\u51fd\u6570\u7684\u67d0\u4e9b\u533a\u57df\u6bd4\u8f83\u5c16\u9510\uff0c\u6216\u8005\u7531\u4e8e\u5efa\u8bae\u6982\u7387\u4ea7\u751f\u7684\u5019\u9009\u968f\u673a\u6570\u7684\u6b65\u5e45\u8fc7\u5927\uff0c\u5219\u4f1a\u5bfc\u81f4\u5927\u90e8\u5206\u5019\u9009\u968f\u673a\u6570\u7531\u4e8e\u63a5\u53d7\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03b1"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\alpha"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.0037em"},children:"\u03b1"})]})})]}),"\u592a\u4f4e\u800c\u88ab\u62d2\u7edd\uff0c\u56e0\u6b64\u5728\u5c16\u9510\u7684\u90e8\u5206\u805a\u96c6\u5927\u91cf\u76f8\u540c\u7684\u968f\u673a\u6570\uff0c\u5bfc\u81f4\u65b9\u5dee\u589e\u5927"]})]}),"\n",(0,l.jsx)(a.p,{children:"\u5176\u6b21\uff0c\u867d\u7136\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u6700\u7ec8\u4f1a\u6536\u655b\u4e8e\u76ee\u6807\u6982\u7387\u5206\u5e03\uff0c\u4f46\u662f\u5728\u8fd9\u4e2a\u6536\u655b\u7684\u8fc7\u7a0b\u4e2d\uff0c\u4e00\u4e9b\u521d\u59cb\u7684\u968f\u673a\u6570\u5e8f\u5217\u5219\u53ef\u80fd\u5b8c\u5168\u4e0d\u662f\u670d\u4ece\u76ee\u6807\u6982\u7387\u5206\u5e03\u7684\uff0c\u8fd9\u90e8\u5206\u968f\u673a\u6570\u901a\u5e38\u9700\u8981\u4ece\u9a6c\u5c14\u53ef\u592b\u94fe\u4e2d\u53bb\u9664\u6389\uff0c\u7136\u800c\u5e76\u6ca1\u6709\u4e00\u4e9b\u597d\u7684\u7b97\u6cd5\u7528\u4e8e\u9884\u6d4b\u8fd9\u4e2a\u6536\u655b\u7684\u957f\u5ea6\u9700\u8981\u591a\u5c11\u521d\u59cb\u968f\u673a\u6570\u3002"}),"\n",(0,l.jsx)(a.p,{children:"\u5c3d\u7ba1\u5982\u6b64\uff0c\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u80fd\u591f\u8f7b\u677e\u5e94\u5bf9\u9ad8\u7ef4\u6982\u7387\u5206\u5e03\u7684\u91c7\u6837\u662f\u5176\u4ed6\u65b9\u6cd5\u4e0d\u53ef\u6bd4\u62df\u7684\uff0c\u6709\u65f6\u5019\u51e0\u4e4e\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u662f\u552f\u4e00\u7684\u9009\u62e9\u3002\u5728\u672c\u7ae0\u4e2d\u6211\u4eec\u4ec5\u4ecb\u7ecd\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u4e00\u4e9b\u57fa\u672c\u6982\u5ff5\uff0c\u5728\u7b2c\uff087\uff09\u7ae0\u8fd8\u4f1a\u6709\u66f4\u591a\u66f4\u5177\u4f53\u7684\u5185\u5bb9\u6765\u8ba8\u8bba\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u7684\u4e00\u4e9b\u53d6\u820d\u4ee5\u53ca\u66f4\u591a\u7684\u5b9e\u73b0\u7ec6\u8282\u3002"})]})}function x(s={}){const{wrapper:a}={...(0,n.a)(),...s.components};return a?(0,l.jsx)(a,{...s,children:(0,l.jsx)(h,{...s})}):h(s)}function d(s,a){throw new Error("Expected "+(a?"component":"object")+" `"+s+"` to be defined: you likely forgot to import, pass, or provide it.")}},1151:(s,a,e)=>{e.d(a,{Z:()=>c,a:()=>i});var l=e(7294);const n={},m=l.createContext(n);function i(s){const a=l.useContext(m);return l.useMemo((function(){return"function"==typeof s?s(a):{...a,...s}}),[a,s])}function c(s){let a;return a=s.disableParentContext?"function"==typeof s.components?s.components(n):s.components||n:i(s.components),l.createElement(m.Provider,{value:a},s.children)}}}]); \ No newline at end of file diff --git a/assets/js/58918f7f.f928b04a.js b/assets/js/58918f7f.f928b04a.js new file mode 100644 index 0000000..8463f79 --- /dev/null +++ b/assets/js/58918f7f.f928b04a.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[9517],{579:(s,a,e)=>{e.r(a),e.d(a,{assets:()=>t,contentTitle:()=>i,default:()=>x,frontMatter:()=>m,metadata:()=>c,toc:()=>r});var l=e(5893),n=e(1151);const m={},i="4.3 \u5bf9\u5206\u5e03p(x)\u8fdb\u884c\u91c7\u6837",c={id:"monte-carlo/sampling",title:"4.3 \u5bf9\u5206\u5e03$p(x)$\u8fdb\u884c\u91c7\u6837",description:"\u7531\u4e0a\u8282\u7684\u5185\u5bb9\u53ef\u77e5\uff0c\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6d89\u53ca\u4e24\u4e2a\u57fa\u672c\u7684\u6b65\u9aa4\uff1a\u91c7\u6837\u548c\u6c42\u5e73\u5747\u503c\uff0c\u672c\u8282\u5c31\u8ba8\u8bba\u51e0\u79cd\u4e0d\u540c\u91c7\u6837\u65b9\u6cd5\u3002",source:"@site/docs/4-monte-carlo/3-sampling.md",sourceDirName:"4-monte-carlo",slug:"/monte-carlo/sampling",permalink:"/docs/monte-carlo/sampling",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/4-monte-carlo/3-sampling.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",sidebarPosition:3,frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"4.2 \u8499\u7279\u5361\u6d1b\u79ef\u5206",permalink:"/docs/monte-carlo/monte-carlo"},next:{title:"4.4 \u9a6c\u5c14\u53ef\u592b\u94fe\u8499\u7279\u5361\u6d1b\u65b9\u6cd5",permalink:"/docs/monte-carlo/markov-chain"}},t={},r=[{value:"\u9006\u53d8\u6362\u7b97\u6cd5",id:"sec-mc-inversion-method",level:3},{value:"\u53d6\u820d\u7b97\u6cd5",id:"sec-mc-accept-reject",level:3},{value:"\u968f\u673a\u53d8\u91cf\u7684\u53d8\u6362",id:"sec-Transformation-of-Random-Variables",level:3}];function h(s){const a={annotation:"annotation",h1:"h1",h3:"h3",li:"li",math:"math",mfrac:"mfrac",mi:"mi",mn:"mn",mo:"mo",mrow:"mrow",mstyle:"mstyle",msub:"msub",msubsup:"msubsup",msup:"msup",mtext:"mtext",ol:"ol",p:"p",semantics:"semantics",span:"span",...(0,n.a)(),...s.components},{Eq:e}=a;return e||function(s,a){throw new Error("Expected "+(a?"component":"object")+" `"+s+"` to be defined: you likely forgot to import, pass, or provide it.")}("Eq",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsxs)(a.h1,{id:"43-\u5bf9\u5206\u5e03px\u8fdb\u884c\u91c7\u6837",children:["4.3 \u5bf9\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u8fdb\u884c\u91c7\u6837"]}),"\n",(0,l.jsx)(a.p,{children:"\u7531\u4e0a\u8282\u7684\u5185\u5bb9\u53ef\u77e5\uff0c\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6d89\u53ca\u4e24\u4e2a\u57fa\u672c\u7684\u6b65\u9aa4\uff1a\u91c7\u6837\u548c\u6c42\u5e73\u5747\u503c\uff0c\u672c\u8282\u5c31\u8ba8\u8bba\u51e0\u79cd\u4e0d\u540c\u91c7\u6837\u65b9\u6cd5\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u9996\u5148\u6211\u4eec\u5b9a\u4e49\u4ec0\u4e48\u662f\u91c7\u6837\uff0c\u8003\u8651\u4e00\u4e2a\u5b9a\u4e49\u57df\u7a7a\u95f4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(a.mn,{children:"0"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\Omega_0"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u4ee5\u53ca\u4e00\u4e2a\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u5176\u4e2d",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2208"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(a.mn,{children:"0"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x\\in\\Omega_0"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5782em",verticalAlign:"-0.0391em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2208"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]}),"\uff0c\u6ee1\u8db3\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(a.mn,{children:"0"})]})]}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t{\\rm \\int}_{\\Omega_0}p(x){\\rm d}x=1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.372em",verticalAlign:"-1.012em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"-0.4336em"},children:(0,l.jsxs)(a.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u03a9"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3173em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.357em",marginLeft:"0em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.143em"},children:(0,l.jsx)(a.span,{})})})]})})]})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.012em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"1"}),"\n",(0,l.jsxs)(a.p,{children:["\u91c7\u6837\u7684\u8fc7\u7a0b\u662f\u8fd9\u6837\u4e00\u4e2a\u7b97\u6cd5\uff0c\u5b83\u80fd\u591f\u4ece",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u5bf9\u5e94\u7684\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u4e2d\u4ea7\u751f\u4e00\u7cfb\u5217\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"."}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"."}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"."})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X_1,X_2,..."})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8778em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"..."})]})})]}),"\uff0c\u4f7f\u5bf9\u4e8e\u4efb\u610f",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(a.mo,{children:"\u2208"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(a.mn,{children:"0"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\Omega\\in\\Omega_0"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7224em",verticalAlign:"-0.0391em"}}),(0,l.jsx)(a.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2208"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]}),"\u6ee1\u8db3\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"k"})]}),(0,l.jsx)(a.mo,{children:"\u2208"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u03a9"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u03a9"})]}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tP\\{X_k\\in\\Omega\\}={\\rm \\int}_{\\Omega}p(x){\\rm d}x\\leq 1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3361em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.03148em"},children:"k"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2208"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord",children:"\u03a9"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.2719em",verticalAlign:"-0.9119em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"-0.4336em"},children:(0,l.jsxs)(a.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u03a9"})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9119em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"2"}),"\n",(0,l.jsxs)(a.p,{children:["\u5b9e\u9645\u4e0a\u6211\u4eec\u4e0d\u80fd\u76f4\u63a5\u4ece",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u4ea7\u751f\u968f\u673a\u6570\uff0c\u5728\u8ba1\u7b97\u673a\u7a0b\u5e8f\u4e2d\u8fd9\u4e2a\u8fc7\u7a0b\u5fc5\u987b\u8981\u6c42\u9996\u5148\u5177\u6709\u67d0\u4e9b\u57fa\u7840\u968f\u673a\u6570\u7684\u4e00\u4e2a\u5e8f\u5217\u3002\u6211\u4eec\u53ef\u4ee5\u501f\u52a9\u8ba1\u7b97\u673a\u64cd\u4f5c\u7cfb\u7edf\u63d0\u4f9b\u7684",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"r"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"a"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"n"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"o"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"m"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"u"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"{\\rm random}(u)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"random"})})}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"u"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u51fd\u6570\u6765\u4ea7\u751f\u4e00\u4e2a\u5747\u5300\u5206\u5e03\u7684\u968f\u673a\u6570\uff0c\u53c8\u79f0\u4e3a\u4f2a\u968f\u673a\u6570\uff08pseudorandom numbers\uff09, \u5b9a\u4e49\u8fd9\u4e9b\u968f\u673a\u6570\u7684\u503c\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03be"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"\u03be"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mo,{children:"\u22ef"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\xi_1,\\xi_2,\\cdots"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04601em"},children:"\u03be"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.046em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04601em"},children:"\u03be"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.046em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"})]})})]}),"\uff0c\u5b83\u4eec\u53ef\u4ee5\u7528\u6765\u4f5c\u4e3a\u91c7\u6837\u6240\u9700\u7684\u57fa\u7840\u968f\u673a\u6570\u3002"]}),"\n",(0,l.jsx)(a.h3,{id:"sec-mc-inversion-method",children:"\u9006\u53d8\u6362\u7b97\u6cd5"}),"\n",(0,l.jsxs)(a.p,{children:["\u9006\u53d8\u6362\u7b97\u6cd5\u662f1947\u5e74\u7531\u4e4c\u62c9\u59c6\u63d0\u51fa\u7684\uff0c\u5b83\u7684\u5b9a\u4e49\u5982\u4e0b\uff1a\u8bbe",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u662f\u8fde\u7eed\u968f\u673a\u53d8\u91cf\uff0c\u5176\u7d2f\u8ba1\u5206\u5e03\u51fd\u6570\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mi,{children:"X"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P_X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3283em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.1389em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.07847em"},children:"X"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\uff0c\u5982\u679c\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"Y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"})]})})]}),"\u662f\u4e00\u4e2a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[0,1]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u4e0a\u7684\u5747\u5300\u5206\u5e03\uff0c\u5219\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P^{-1}_X(Y)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1478em",verticalAlign:"-0.2935em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.8542em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.4065em",marginLeft:"-0.1389em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.07847em"},children:"X"})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.1031em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2935em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u5177\u6709\u548c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u4e00\u6837\u7684\u6982\u7387\u5206\u5e03\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u9006\u53d8\u6362\u7b97\u6cd5\u7684\u76f4\u89c2\u89e3\u91ca\u53ef\u4ee5\u7531\u56fe\uff081\uff09\u5f97\u51fa\uff0c\u56fe\u4e2d",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"d"}),(0,l.jsx)(a.mi,{children:"y"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"dy"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"d"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"})]})})]}),"\u8868\u793a\u7684\u968f\u673a\u53d8\u91cf\u662f[0,1]\u4e0a\u7684\u5747\u5300\u5206\u5e03\uff0c\u7531\u5f0f[ref eq",":mc-continuous-pdf","]\u53ef\u77e5\uff0c\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u4e2d\u7684\u503c\u843d\u4e8e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"{\\rm d}x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6944em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u533a\u95f4\u7684\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]})]})}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"y"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]})]})})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)= \\cfrac{{\\rm d}P(x)}{{\\rm d}x}= \\cfrac{{\\rm d}y}{{\\rm d}x}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.276em",verticalAlign:"-0.686em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.276em",verticalAlign:"-0.686em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]})]})]})]}),"\uff0c\u6240\u4ee5",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"Y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"})]})})]}),"\u4e0a\u7684\u5747\u5300\u5206\u5e03\u88ab\u6620\u5c04\u5230\u6ee1\u8db3",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u4e0a\u3002"]}),"\n",(0,l.jsxs)("div",{children:[(0,l.jsx)("div",{align:"center",id:"f:mc-inversion-method",children:(0,l.jsx)("img",{src:"/img/figures/mc/inversion-method.svg",width:"500"})}),(0,l.jsxs)("p",{align:"left",children:[(0,l.jsx)("b",{children:"\u56fe\uff081\uff09\uff1a"}),"\u9006\u53d8\u6362\u7b97\u6cd5\u5c06\u4e00\u4e2a\u6ee1\u8db3[0,1]\u4e0a\u7684\u5747\u5300\u5206\u5e03\u7684\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"Y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"})]})})]}),"\uff0c\u901a\u8fc7",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X=P^{-1}(Y)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.0641em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8141em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u6620\u5c04\u5230\u6ee1\u8db3\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u4e0a"]})]}),"\n",(0,l.jsxs)(a.p,{children:["\u4ee5\u4e0b\u6211\u4eec\u4ee5\u4e00\u4e2a\u79bb\u6563\u5206\u5e03\u7684\u4f8b\u5b50\u6765\u8fdb\u4e00\u6b65\u89e3\u91ca\u9006\u5411\u53d8\u6362\u7b97\u6cd5\u7684\u8fc7\u7a0b\uff0c\u8bbe\u4e00\u4e2a\u79bb\u6563\u968f\u673a\u53d8\u91cf\u5177\u67094\u4e2a\u53ef\u80fd\u7684\u503c\uff0c\u5176\u5bf9\u5e94\u7684\u6982\u7387\u5206\u522b\u4e3a\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mn,{children:"3"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_1,p_2,p_3"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"3"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u548c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mn,{children:"4"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_4"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"4"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]})," \uff0c\u8fd9\u4e9b\u6982\u7387\u6ee1\u8db3\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mn,{children:"4"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\sum_{i=1}^{4}p_i=1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2537em",verticalAlign:"-0.2997em"}}),(0,l.jsxs)(a.span,{className:"mop",children:[(0,l.jsx)(a.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.954em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.4003em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.2029em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"4"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2997em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),", \u8be5\u968f\u673a\u53d8\u91cf\u5bf9\u5e94\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u5982\u56fe\uff082\uff09\u6240\u793a\u3002"]}),"\n",(0,l.jsxs)("div",{children:[(0,l.jsx)("div",{align:"center",id:"f:simple-pdf",children:(0,l.jsx)("img",{src:"/img/figures/mc/mc-3.png",width:"400"})}),(0,l.jsxs)("p",{align:"left",children:[(0,l.jsx)("b",{children:"\u56fe\uff082\uff09\uff1a"}),"\u4e00\u4e2a\u5177\u67094\u4e2a\u8f93\u5165\u4e8b\u4ef6\u7684\u79bb\u6563\u968f\u673a\u53d8\u91cf\u7684\u6982\u7387\u5bc6\u5ea6\u5206\u5e03\uff0c\u6bcf\u4e2a\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u7684\u6982\u7387\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]})]})]}),"\n",(0,l.jsxs)(a.p,{children:["\u4e3a\u4e86\u4f7f\u7528\u9006\u53d8\u6362\u7b97\u6cd5\u4ece\u4e00\u4e2a\u4efb\u610f\u5206\u5e03\u4e2d\u8fdb\u884c\u91c7\u6837\uff0c\u9996\u5148\u9700\u8981\u6c42\u51fa\u5176\u5bf9\u5e94\u7684\u7d2f\u79ef\u5206\u5e03\u51fd\u6570\r\n",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u5bf9\u4e8e\u8fde\u7eed\u968f\u673a\u53d8\u91cf\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"P"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"})]})})]}),"\u662f",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"p"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"})]})})]}),"\u5728\u5168\u5b9a\u4e49\u57df\u4e0a\u7684\u79ef\u5206\uff0c\u5bf9\u4e8e\u79bb\u6563\u968f\u673a\u53d8\u91cf\uff0c\u53ef\u4ee5\u4f7f\u7528\u524d",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u4e2a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"p"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"})]})})]}),"\u7684\u503c\u7684\u548c\u4f5c\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(x_i)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u503c\uff0c\u5982\u56fe\uff083\uff09\u6240\u793a\u3002\u6ce8\u610f\uff0c\u4e3a\u4e86\u6ee1\u8db3\u6240\u6709\u968f\u673a\u4e8b\u4ef6\u7684\u6982\u7387\u4e4b\u548c\u4e3a1\uff0c\u6700\u53f3\u8fb9\u7684\u6761\u7684\u9ad8\u5ea6\u5e94\u8be5\u4e3a1\u3002"]}),"\n",(0,l.jsxs)("div",{children:[(0,l.jsx)("div",{align:"center",id:"f:mc-discrete-cdf",children:(0,l.jsx)("img",{src:"/img/figures/mc/mc-4.png",width:"350"})}),(0,l.jsxs)("p",{align:"left",children:[(0,l.jsx)("b",{children:"\u56fe\uff083\uff09\uff1a"}),"\u4ece\u79bb\u6563\u968f\u673a\u53d8\u91cf\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"p"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"})]})})]}),"\u6784\u5efa\u6982\u7387\u5206\u5e03\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"P"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"})]})})]}),"\u7684\u8fc7\u7a0b\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[0,1]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u4e0a\u5747\u5300\u5206\u5e03\u7684\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03be"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\xi"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04601em"},children:"\u03be"})]})})]}),"\u88ab\u6309\u7167\u6982\u7387\u5206\u5e03\u6620\u5c04\u5230\u79bb\u6563\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u4e0a"]})]}),"\n",(0,l.jsxs)(a.p,{children:["\u5728\u56fe\uff083\uff09\u4e2d\uff0c\u4e00\u4e2a\u6807\u51c6\u7684",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[0,1]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u4e0a\u7684\u5747\u5300\u5206\u5e03\u7684\u968f\u673a\u53d8\u91cf\u5206\u5e03\u5728\u7eb5\u5750\u6807\u4e0a\uff0c\u901a\u8fc7\u5728\u6c34\u5e73\u65b9\u5411\u4e0a\u5ef6\u4f38",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03be"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\xi"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04601em"},children:"\u03be"})]})})]}),"\u53ef\u4ee5\u548c\u5177\u6709\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u7684\u7b2c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u4e2a\u8f93\u5165\u4e8b\u4ef6\u76f8\u4ea4\uff0c\u56e0\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03be"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\xi"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04601em"},children:"\u03be"})]})})]}),"\u662f\u670d\u4ece\u5747\u5300\u5206\u5e03\u7684\uff0c\u6240\u4ee5\u5177\u6709\u66f4\u5927\u6982\u7387\u7684",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mn,{children:"3"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_3"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"3"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u6bd4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mn,{children:"4"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_4"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3011em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"4"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u62e5\u6709\u66f4\u591a\u7684\u673a\u4f1a\u88ab\u9009\u62e9\uff0c\u6240\u4ee5\u901a\u8fc7\u8fd9\u6837\u7684\u65b9\u5f0f\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[0,1]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u4e0a\u7684\u5747\u5300\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03be"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\xi"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04601em"},children:"\u03be"})]})})]}),"\u88ab\u5b8c\u5168\u53d8\u6362\u4e3a\u670d\u4ece\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u79bb\u6563\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u901a\u8fc7\u4e0a\u8ff0\u7684\u793a\u4f8b\uff0c\u6211\u4eec\u53ef\u4ee5\u63a8\u5bfc\u51fa\u4f7f\u7528\u9006\u53d8\u6362\u7b97\u6cd5\u4ece\u4e00\u4e2a\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u4ea7\u751f\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u7684\u6b65\u9aa4\uff1a"]}),"\n",(0,l.jsxs)(a.ol,{children:["\n",(0,l.jsxs)(a.li,{children:["\u9996\u5148\u8ba1\u7b97",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u7d2f\u8ba1\u5206\u5e03\u51fd\u6570\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mi,{children:"x"})]}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(x)={\\rm \\int}_{0}^{x}p(x^{'}){\\rm d}x^{'}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2983em",verticalAlign:"-0.3558em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol small-op",style:{marginRight:"0.19445em",position:"relative",top:"-0.0006em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.8593em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.3442em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"0"})})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.2579em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"x"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3558em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]})]})]})]}),"\u3002"]}),"\n",(0,l.jsxs)(a.li,{children:["\u5176\u6b21\u8ba1\u7b97\u7d2f\u8ba1\u5206\u5e03\u51fd\u6570\u7684\u53cd\u51fd\u6570\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P^{-1}(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.0641em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8141em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u3002"]}),"\n",(0,l.jsxs)(a.li,{children:["\u7136\u540e\u4ece\u4e00\u4e2a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[0,1]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u4e0a\u7684\u5747\u5300\u5206\u5e03\u4ea7\u751f\u4e00\u4e2a\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03be"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\xi"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04601em"},children:"\u03be"})]})})]}),"\u3002"]}),"\n",(0,l.jsxs)(a.li,{children:["\u6700\u540e\u5c06\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03be"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\xi"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04601em"},children:"\u03be"})]})})]}),"\u4ee3\u5165",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u53cd\u51fd\u6570\u6c42\u51fa\u6ee1\u8db3",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u5206\u5e03\u7684\u968f\u673a\u6570\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mn,{children:"1"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"\u03be"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X_i=P^{-1}(\\xi)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8333em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.0641em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8141em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04601em"},children:"\u03be"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u3002"]}),"\n"]}),"\n",(0,l.jsx)(a.h3,{id:"sec-mc-accept-reject",children:"\u53d6\u820d\u7b97\u6cd5"}),"\n",(0,l.jsx)(a.p,{children:"\u5728\u8bb8\u591a\u60c5\u51b5\u4e0b\uff0c\u9006\u53d8\u6362\u7b97\u6cd5\u65e0\u6cd5\u88ab\u4f7f\u7528\uff1a\u9996\u5148\u662f\u67d0\u4e9b\u7d2f\u79ef\u5206\u5e03\u51fd\u6570\u65e0\u663e\u5f0f\u89e3\u6790\u8868\u8fbe\u5f0f\uff0c\u56e0\u6b64\u5199\u4e0d\u51fa\u53cd\u51fd\u6570\uff0c\u4f8b\u5982\u67d0\u4e9b\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u6ca1\u6709\u8fb9\u754c\uff0c\u4e0d\u80fd\u5f52\u4e00\u5316\uff1b\u5176\u6b21\u662f\u53cd\u51fd\u6570\u65e0\u663e\u5f0f\u8868\u8fbe\u5f0f\uff0c\u56e0\u6b64\u89e3\u4e0d\u51fa\u53cd\u51fd\u6570\uff1b\u518d\u6b21\u662f\u5728\u6574\u4e2a\u6c42\u7d2f\u79ef\u5206\u5e03\u51fd\u6570\u548c\u53cd\u51fd\u6570\u7684\u8fc7\u7a0b\u4e2d\uff0c\u8fd9\u91cc\u9762\u53ef\u80fd\u6d89\u53ca\u5927\u91cf\u521d\u7b49\u51fd\u6570\u7684\u8ba1\u7b97\uff0c\u56e0\u6b64\u91c7\u6837\u6210\u672c\u5f88\u9ad8\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u4e3a\u4e86\u5728\u8ba1\u7b97\u673a\u4e2d\u5bf9\u4efb\u610f\u5206\u5e03\u51fd\u6570\u8fdb\u884c\u91c7\u6837\uff0c\u51af\xb7\u8bfa\u4f0a\u66fc\u4e8e1947\u5e74\u63d0\u51fa\u4e86\u53d6\u820d\u7b97\u6cd5\uff08acceptance-rejection method\uff09\uff0c\u8fd9\u79cd\u65b9\u6cd5\u4e0d\u9700\u8981\u5bf9\u6982\u7387\u5206\u5e03\u51fd\u6570\u6267\u884c\u5f52\u4e00\u5316\uff0c\u5e76\u4e14\u5b83\u901a\u5e38\u53ea\u9700\u8981\u76f4\u63a5\u4f7f\u7528\u8ba1\u7b97\u673a\u7cfb\u7edf\u63d0\u4f9b\u7684\u5747\u5300\u5206\u5e03\u7684\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03be"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\xi"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04601em"},children:"\u03be"})]})})]}),"\u5373\u53ef\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u53d6\u820d\u7b97\u6cd5\u7684\u601d\u8def\u5f88\u7b80\u5355\uff0c\u5b83\u548c\u672c\u7ae0\u5f00\u5934\u8bb2\u8ff0\u7684\u84b2\u4e30\u6295\u9488\uff08\u5982\u56fe[ref f",":mc-pi","]\u6240\u793a\uff09\u5b9e\u9a8c\u7684\u539f\u7406\u7c7b\u4f3c\uff0c\u8003\u8651\u4e00\u4e2a\u4efb\u610f\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff08\u6ce8\u610f\uff0c\u8fd9\u91cc\u7684",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u5b9e\u9645\u4e0a\u662f\u4e00\u4e2a\u5206\u5e03\u51fd\u6570\uff0c\u7136\u540e\u5728\u53d6\u820d\u7b97\u6cd5\u4e2d\u5b83\u901a\u5e38\u5e76\u4e0d\u662f\u5f52\u4e00\u5316\u7684\uff0c\u56e0\u6b64\u6211\u4eec\u504f\u5411\u4e8e\u79f0\u5176\u4e3a\u66f4\u5177\u5e7f\u6cdb\u610f\u4e49\u7684\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u800c\u4e0d\u662f\u5f52\u4e00\u5316\u7684",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u3002\uff09\u88ab\u9650\u5b9a\u5728",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[a,b]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u533a\u95f4\uff0c\u5728\u6b64\u533a\u95f4\u5916\u7684\u6240\u6709\u503c\u5747\u4e3a0\uff0c\u5982\u56fe\uff084\uff09\u6240\u793a\u3002"]}),"\n",(0,l.jsxs)("div",{children:[(0,l.jsx)("div",{align:"center",id:"f:mc-rejection-idea",children:(0,l.jsx)("img",{src:"/img/figures/mc/mc-6.png",width:"600"})}),(0,l.jsxs)("p",{align:"left",children:[(0,l.jsx)("b",{children:"\u56fe\uff084\uff09\uff1a"}),"\u53d6\u820d\u7b97\u6cd5\u5728\u4e00\u4e2a\u80fd\u591f\u5b8c\u5168\u5305\u56f4\u4f4f",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u7a7a\u95f4\u4e0a\u5747\u5300\u91c7\u6837\uff0c\u7136\u540e\u9009\u62e9\uff08\u63a5\u53d7\uff09\u5904\u4e8e\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u8303\u56f4\u5185\u7684\u91c7\u6837\u503c\u7528\u6765\u4f5c\u4e3a\u91c7\u6837\u503c\uff0c\u5176\u4ed6\u503c\u5219\u88ab\u629b\u5f03\uff08\u62d2\u7edd\uff09"]})]}),"\n",(0,l.jsxs)(a.p,{children:["\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\u4ea7\u751f\u4e00\u4e2a\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{children:"\u223c"}),(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y\\sim f(x)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u223c"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u7684\u8fc7\u7a0b\u975e\u5e38\u76f4\u89c2\uff0c\u5b83\u53ef\u4ee5\u88ab\u63cf\u8ff0\u4e3a\u4ee5\u4e0b\u63a5\u53d7-\u62d2\u7edd\u7684\u8fc7\u7a0b\uff1a"]}),"\n",(0,l.jsxs)(a.ol,{children:["\n",(0,l.jsxs)(a.li,{children:["\u4ea7\u751f\u4e00\u4e2a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[a,b]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u4e0a\u5747\u5300\u5206\u5e03\u7684\u968f\u673a\u6570\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{children:"\u223c"}),(0,l.jsx)(a.mi,{children:"U"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X\\sim U(a,b)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u223c"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"U"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u3002"]}),"\n",(0,l.jsxs)(a.li,{children:["\u4ea7\u751f\u4e00\u4e2a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"c"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[0,c]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u4e0a\u72ec\u7acb\u4e8e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u7684\u5747\u5300\u5206\u5e03\u7684\u968f\u673a\u6570\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{children:"\u223c"}),(0,l.jsx)(a.mi,{children:"U"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"c"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y\\sim U(0,c)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u223c"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"U"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"(",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"c"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"c"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"c"})]})})]}),"\u662f\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u6700\u5927\u503c)\u3002"]}),"\n",(0,l.jsxs)(a.li,{children:["\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y\\leq f(X)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8193em",verticalAlign:"-0.136em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\uff0c\u5219\u63a5\u53d7\uff0c\u63a5\u53d7\u7684\u968f\u673a\u6570\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"Z"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"X"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Z=X"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"Z"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})]})]}),"\uff0c\u5426\u5219",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u88ab\u62d2\u7edd\uff0c\u7b97\u6cd5\u8fd4\u56de\u5230\u7b2c\u4e00\u6b65\u91cd\u65b0\u4ea7\u751f\u65b0\u7684\u968f\u673a\u6570\u3002"]}),"\n"]}),"\n",(0,l.jsxs)(a.p,{children:["\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0c\u6bcf\u6b21\u91c7\u6837\u4ea7\u751f\u7684\u968f\u673a\u6570\u77e2\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"(X,Y)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u5b9e\u9645\u4e0a\u662f\u5747\u5300\u5730\u5206\u5e03\u4e8e\u4e00\u4e2a\u77e9\u5f62\u533a\u57df",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"\xd7"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"c"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[a,b]\\times [0,c]"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\xd7"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"c"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})]})]}),"\uff0c\u56e0\u6b64\u88ab\u63a5\u53d7\u7684\u968f\u673a\u6570\u77e2\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"(X,Y)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u5219\u4f1a\u5747\u5300\u5206\u5e03\u4e8e\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u4ee5\u4e0b\u7684\u533a\u57df\uff0c\u8fd9\u610f\u5473\u7740\u88ab\u63a5\u53d7\u7684\u968f\u673a\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u670d\u4ece\u6982\u7387\u5206\u5e03",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u3002"]}),"\n",(0,l.jsxs)("div",{children:[(0,l.jsx)("div",{align:"center",id:"f:mc-rejection-generalized",children:(0,l.jsx)("img",{src:"/img/figures/mc/mc-7.png",width:"600"})}),(0,l.jsxs)("p",{align:"left",children:[(0,l.jsx)("b",{children:"\u56fe\uff085\uff09\uff1a"}),"\u4e3a\u4e86\u51cf\u5c11\u88ab\u62d2\u7edd\u7684\u91c7\u6837\u503c\u7684\u6570\u91cf\uff0c\u4f7f\u7528\u4e00\u4e2a\u63a5\u8fd1",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u800c\u4e0d\u662f",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"c"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"c"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"c"})]})})]}),"\u7684\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03d5"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\phi"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8889em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"\u03d5"})]})})]}),"\u6765\u5305\u56f4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]})]})]}),"\n",(0,l.jsxs)(a.p,{children:["\u53d6\u820d\u7b97\u6cd5\u7684\u7f3a\u70b9\u662f\u5176\u6548\u7387\u6bd4\u8f83\u4f4e\uff0c\u56e0\u4e3a\u5728\u63a5\u53d7\u4e00\u4e2a\u968f\u673a\u6570\u4e4b\u524d\uff0c\u5927\u91cf\u7684\u968f\u673a\u6570\u88ab\u62d2\u7edd\u4e86\u3002\u4e3a\u4e86\u51cf\u5c11\u88ab\u62d2\u7edd\u7684\u968f\u673a\u6570\u7684\u6570\u91cf\uff0c\u5b9e\u8df5\u4e0a\u901a\u5e38\u4f7f\u7528\u4e00\u4e2a\u5efa\u8bae\u5206\u5e03\uff08proposal distribution\uff09",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03d5"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"C"}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\phi (x)=Cg(x)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"\u03d5"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"C"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u6765\u903c\u8fd1",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff08\u79f0\u4e3a\u76ee\u6807\u5206\u5e03\uff09\u7684\u5206\u5e03\uff0c\u5176\u4e2d",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u662f\u4e00\u4e2a\u7b80\u5355\u7684\u51fd\u6570\uff0c\u5b83\u901a\u5e38\u80fd\u591f\u6bd4\u8f83\u5bb9\u6613\u7684\uff08\u4f8b\u5982\u4f7f\u7528\u9006\u5411\u53d8\u6362\u7b97\u6cd5\uff09\u4ea7\u751f\u968f\u673a\u6570\u5e38\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"C"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"C"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"C"})]})})]}),"\u7528\u6765\u4fdd\u8bc1",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03d5"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\phi (x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"\u03d5"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u80fd\u591f\u5b8c\u5168\u8986\u76d6",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"f(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u5373\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03d5"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"\u2265"}),(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\phi (x)\\geq f(x)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"\u03d5"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2265"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\uff0c\u5982\u56fe\uff085\uff09\u6240\u793a\u3002\u6240\u4ee5\u4e0a\u8ff0\u7684\u53d6\u820d\u7b97\u6cd5\u53ef\u4ee5\u5199\u4e3a\uff1a"]}),"\n",(0,l.jsxs)(a.ol,{children:["\n",(0,l.jsxs)(a.li,{children:["\u4ea7\u751f\u968f\u673a\u6570\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{children:"\u223c"}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X\\sim g(x)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u223c"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u3002"]}),"\n",(0,l.jsxs)(a.li,{children:["\u4ea7\u751f\u968f\u673a\u6570\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{children:"\u223c"}),(0,l.jsx)(a.mi,{children:"U"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"C"}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y\\sim U(0,Cg(X))"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u223c"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"U"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"C"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"))"})]})]})]}),"\u3002"]}),"\n",(0,l.jsxs)(a.li,{children:["\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y\\leq f(X)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8193em",verticalAlign:"-0.136em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),", \u5219\u63a5\u53d7\u968f\u673a\u6570\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"Z"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"X"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Z=X"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"Z"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})]})]}),"\uff0c\u5426\u5219\u8fd4\u56de\u7b2c\u4e00\u6b65\u3002"]}),"\n"]}),"\n",(0,l.jsx)(a.p,{children:"\u53d6\u820d\u65b9\u6cd5\u4e0d\u9700\u8981\u5bf9\u51fd\u6570\u6267\u884c\u5f52\u4e00\u5316\uff0c\u53ea\u9700\u8981\u627e\u5230\u4e00\u4e2a\u80fd\u591f\u8986\u76d6\u8be5\u5206\u5e03\u51fd\u6570\u7684\u66f4\u7b80\u5355\u7684\u5206\u5e03\uff08\u5efa\u8bae\u5206\u5e03\uff09\u5373\u53ef\uff0c\u4f8b\u5982\u5bf9\u4e8e\uff1a"}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsx)(a.mn,{children:"2"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"\u03c0"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mn,{children:"2"})]})]})]})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{children:"<"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"<"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tf(x)= \\cfrac{2}{\\pi(1-x^2)^{ \\frac{1}{2}}},0{e.d(a,{Z:()=>c,a:()=>i});var l=e(7294);const n={},m=l.createContext(n);function i(s){const a=l.useContext(m);return l.useMemo((function(){return"function"==typeof s?s(a):{...a,...s}}),[a,s])}function c(s){let a;return a=s.disableParentContext?"function"==typeof s.components?s.components(n):s.components||n:i(s.components),l.createElement(m.Provider,{value:a},s.children)}}}]); \ No newline at end of file diff --git a/assets/js/70f2435b.662b8e3b.js b/assets/js/70f2435b.662b8e3b.js new file mode 100644 index 0000000..b0ec2ba --- /dev/null +++ b/assets/js/70f2435b.662b8e3b.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[2722],{6294:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>d,contentTitle:()=>t,default:()=>x,frontMatter:()=>l,metadata:()=>c,toc:()=>a});var r=s(5893),i=s(1151);const l={title:"2.2 \u5e76\u884c\u8ba1\u7b97\u67b6\u6784"},t=void 0,c={id:"hardware/parallel-computing",title:"2.2 \u5e76\u884c\u8ba1\u7b97\u67b6\u6784",description:"\u672c\u8282\u6211\u4eec\u8ba8\u8bbaCPU\u5e76\u884c\u8ba1\u7b97\u7684\u4e00\u4e9b\u6982\u5ff5\uff0c\u5e76\u884c\u8ba1\u7b97\u67b6\u6784\u7684\u6f14\u53d8\uff0c\u600e\u6837\u7531\u5355\u5904\u7406\u5668\u591a\u7ebf\u7a0b\u67b6\u6784\uff0c\u5230\u591a\u5904\u7406\u5668\u67b6\u6784\u3002\u901a\u8fc7\u5bf9\u8fd9\u4e9b\u67b6\u6784\u7684\u6f14\u53d8\u53ca\u7279\u70b9\u7684\u8ba8\u8bba\uff0c\u6211\u4eec\u80fd\u591f\u5f88\u597d\u5730\u4e86\u89e3\u5e76\u884c\u8ba1\u7b97\u7684\u6982\u5ff5\uff0c\u540c\u65f6\u6700\u91cd\u8981\u7684\uff0c\u73b0\u4ee3GPU\u5e76\u884c\u8ba1\u7b97\u67b6\u6784\u6b63\u662f\u57fa\u4e8e\u8fd9\u6837\u4e00\u4e9b\u6280\u672f\u53d1\u5c55\u800c\u6765\uff0c\u5e76\u4e14\u6211\u4eec\u80fd\u591f\u5f88\u6e05\u6670\u5730\u8ba4\u8bc6\u5230GPU\u5e76\u884c\u8ba1\u7b97\u4e0eCPU\u5e76\u884c\u8ba1\u7b97\u7684\u7279\u5f81\u548c\u533a\u522b\uff0c\u4ee5\u4f7f\u6211\u4eec\u66f4\u597d\u5730\u5b66\u4e60\u540e\u9762\u7684\u6e32\u67d3\u7ba1\u7ebf\u3002",source:"@site/docs/2-hardware/2-parallel-computing.md",sourceDirName:"2-hardware",slug:"/hardware/parallel-computing",permalink:"/docs/hardware/parallel-computing",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/2-hardware/2-parallel-computing.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",sidebarPosition:2,frontMatter:{title:"2.2 \u5e76\u884c\u8ba1\u7b97\u67b6\u6784"},sidebar:"tutorialSidebar",previous:{title:"2.1 CPU\u5e94\u7528\u7a0b\u5e8f\u6267\u884c\u6a21\u578b",permalink:"/docs/hardware/cpu"},next:{title:"2.3 GPU\u5e76\u884c\u8ba1\u7b97\u67b6\u6784",permalink:"/docs/hardware/gpu"}},d={},a=[{value:"\u6307\u4ee4\u7ea7\u5e76\u884c",id:"\u6307\u4ee4\u7ea7\u5e76\u884c",level:3},{value:"\u6307\u4ee4\u7ba1\u7ebf\u5316",id:"\u6307\u4ee4\u7ba1\u7ebf\u5316",level:4},{value:"\u7ba1\u7ebf\u6c14\u6ce1",id:"\u7ba1\u7ebf\u6c14\u6ce1",level:5},{value:"\u64cd\u4f5c\u6570\u524d\u79fb",id:"\u64cd\u4f5c\u6570\u524d\u79fb",level:5},{value:"\u4e71\u5e8f\u6267\u884c",id:"\u4e71\u5e8f\u6267\u884c",level:5},{value:"\u5206\u652f\u9884\u6d4b\u5bf9\u6307\u4ee4\u7ba1\u7ebf\u7684\u5f71\u54cd",id:"\u5206\u652f\u9884\u6d4b\u5bf9\u6307\u4ee4\u7ba1\u7ebf\u7684\u5f71\u54cd",level:5},{value:"\u7ebf\u7a0b\u7ea7\u5e76\u884c",id:"\u7ebf\u7a0b\u7ea7\u5e76\u884c",level:3},{value:"\u540c\u65f6\u591a\u7ebf\u7a0b\u6280\u672f",id:"\u540c\u65f6\u591a\u7ebf\u7a0b\u6280\u672f",level:4},{value:"\u5904\u7406\u5668\u7ea7\u5e76\u884c",id:"\u5904\u7406\u5668\u7ea7\u5e76\u884c",level:3},{value:"\u591a\u5904\u7406\u5668\u67b6\u6784\u7684\u5bf9\u7b49\u6027",id:"\u591a\u5904\u7406\u5668\u67b6\u6784\u7684\u5bf9\u7b49\u6027",level:4},{value:"\u591a\u5904\u7406\u67b6\u6784\u7684\u901a\u4fe1\u65b9\u5f0f",id:"\u591a\u5904\u7406\u67b6\u6784\u7684\u901a\u4fe1\u65b9\u5f0f",level:4},{value:"\u5f17\u6797\u5206\u7c7b\u6cd5",id:"\u5f17\u6797\u5206\u7c7b\u6cd5",level:3}];function h(e){const n={a:"a",admonition:"admonition",annotation:"annotation",code:"code",h2:"h2",h3:"h3",h4:"h4",h5:"h5",li:"li",math:"math",mi:"mi",mo:"mo",mrow:"mrow",mtext:"mtext",ol:"ol",p:"p",pre:"pre",section:"section",semantics:"semantics",span:"span",strong:"strong",sup:"sup",table:"table",tbody:"tbody",td:"td",th:"th",thead:"thead",tr:"tr",ul:"ul",...(0,i.a)(),...e.components},{Eq:s,Figure:l}=n;return s||j("Eq",!0),l||j("Figure",!0),(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(n.p,{children:"\u672c\u8282\u6211\u4eec\u8ba8\u8bbaCPU\u5e76\u884c\u8ba1\u7b97\u7684\u4e00\u4e9b\u6982\u5ff5\uff0c\u5e76\u884c\u8ba1\u7b97\u67b6\u6784\u7684\u6f14\u53d8\uff0c\u600e\u6837\u7531\u5355\u5904\u7406\u5668\u591a\u7ebf\u7a0b\u67b6\u6784\uff0c\u5230\u591a\u5904\u7406\u5668\u67b6\u6784\u3002\u901a\u8fc7\u5bf9\u8fd9\u4e9b\u67b6\u6784\u7684\u6f14\u53d8\u53ca\u7279\u70b9\u7684\u8ba8\u8bba\uff0c\u6211\u4eec\u80fd\u591f\u5f88\u597d\u5730\u4e86\u89e3\u5e76\u884c\u8ba1\u7b97\u7684\u6982\u5ff5\uff0c\u540c\u65f6\u6700\u91cd\u8981\u7684\uff0c\u73b0\u4ee3GPU\u5e76\u884c\u8ba1\u7b97\u67b6\u6784\u6b63\u662f\u57fa\u4e8e\u8fd9\u6837\u4e00\u4e9b\u6280\u672f\u53d1\u5c55\u800c\u6765\uff0c\u5e76\u4e14\u6211\u4eec\u80fd\u591f\u5f88\u6e05\u6670\u5730\u8ba4\u8bc6\u5230GPU\u5e76\u884c\u8ba1\u7b97\u4e0eCPU\u5e76\u884c\u8ba1\u7b97\u7684\u7279\u5f81\u548c\u533a\u522b\uff0c\u4ee5\u4f7f\u6211\u4eec\u66f4\u597d\u5730\u5b66\u4e60\u540e\u9762\u7684\u6e32\u67d3\u7ba1\u7ebf\u3002"}),"\n",(0,r.jsx)(n.h3,{id:"\u6307\u4ee4\u7ea7\u5e76\u884c",children:"\u6307\u4ee4\u7ea7\u5e76\u884c"}),"\n",(0,r.jsx)(n.p,{children:"\u4e00\u4e2a\u7b80\u5355\u7684\u516c\u5f0f\u53ef\u4ee5\u7528\u4e8e\u5ea6\u91cf\u4e00\u4e2a\u5355\u5904\u7406\u5668\u7684\u8ba1\u7b97\u6027\u80fd\uff1a"}),"\n",(0,r.jsx)(n.span,{className:"katex-display",children:(0,r.jsxs)(n.span,{className:"katex",children:[(0,r.jsx)(n.span,{className:"katex-mathml",children:(0,r.jsx)(n.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,r.jsxs)(n.semantics,{children:[(0,r.jsxs)(n.mrow,{children:[(0,r.jsx)(n.mtext,{children:"\u6307\u4ee4\u6570"}),(0,r.jsx)(n.mi,{mathvariant:"normal",children:"/"}),(0,r.jsx)(n.mtext,{children:"\u79d2"}),(0,r.jsx)(n.mo,{children:"="}),(0,r.jsx)(n.mtext,{children:"\u6307\u4ee4\u6570"}),(0,r.jsx)(n.mi,{mathvariant:"normal",children:"/"}),(0,r.jsx)(n.mtext,{children:"\u65f6\u949f\u5468\u671f"}),(0,r.jsx)(n.mo,{children:"\xd7"}),(0,r.jsx)(n.mtext,{children:"\u65f6\u949f\u5468\u671f\u6570"}),(0,r.jsx)(n.mi,{mathvariant:"normal",children:"/"}),(0,r.jsx)(n.mtext,{children:"\u79d2"})]}),(0,r.jsx)(n.annotation,{encoding:"application/x-tex",children:"\t\\text{\u6307\u4ee4\u6570}/\\text{\u79d2}=\\text{\u6307\u4ee4\u6570}/\\text{\u65f6\u949f\u5468\u671f}\\times \\text{\u65f6\u949f\u5468\u671f\u6570}/\\text{\u79d2}"})]})})}),(0,r.jsxs)(n.span,{className:"katex-html","aria-hidden":"true",children:[(0,r.jsxs)(n.span,{className:"base",children:[(0,r.jsx)(n.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,r.jsx)(n.span,{className:"mord text",children:(0,r.jsx)(n.span,{className:"mord cjk_fallback",children:"\u6307\u4ee4\u6570"})}),(0,r.jsx)(n.span,{className:"mord",children:"/"}),(0,r.jsx)(n.span,{className:"mord text",children:(0,r.jsx)(n.span,{className:"mord cjk_fallback",children:"\u79d2"})}),(0,r.jsx)(n.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,r.jsx)(n.span,{className:"mrel",children:"="}),(0,r.jsx)(n.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,r.jsxs)(n.span,{className:"base",children:[(0,r.jsx)(n.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,r.jsx)(n.span,{className:"mord text",children:(0,r.jsx)(n.span,{className:"mord cjk_fallback",children:"\u6307\u4ee4\u6570"})}),(0,r.jsx)(n.span,{className:"mord",children:"/"}),(0,r.jsx)(n.span,{className:"mord text",children:(0,r.jsx)(n.span,{className:"mord cjk_fallback",children:"\u65f6\u949f\u5468\u671f"})}),(0,r.jsx)(n.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,r.jsx)(n.span,{className:"mbin",children:"\xd7"}),(0,r.jsx)(n.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,r.jsxs)(n.span,{className:"base",children:[(0,r.jsx)(n.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,r.jsx)(n.span,{className:"mord text",children:(0,r.jsx)(n.span,{className:"mord cjk_fallback",children:"\u65f6\u949f\u5468\u671f\u6570"})}),(0,r.jsx)(n.span,{className:"mord",children:"/"}),(0,r.jsx)(n.span,{className:"mord text",children:(0,r.jsx)(n.span,{className:"mord cjk_fallback",children:"\u79d2"})})]})]})]})}),"\n",(0,r.jsx)(s,{num:"1"}),"\n",(0,r.jsx)(n.p,{children:"\u56e0\u6b64\uff0c\u5bf9\u4e8e\u4e00\u4e2a\u5355\u5904\u7406\u5668\uff0c\u6bcf\u79d2\u949f\u53ef\u6267\u884c\u7684\u6307\u4ee4\u6570\u91cf\u5bf9\u5904\u7406\u5668\u6027\u80fd\u7684\u5f71\u54cd\u81f3\u5173\u91cd\u8981\uff0c\u672c\u8282\u8981\u8ba8\u8bba\u7684\u5185\u5bb9\u5c31\u662f\u6307\u4ee4\u7ea7\u7684\u5e76\u884c\u8ba1\u7b97\uff08instruction-level parallelism\uff0cILP\uff09\uff0c\u5b83\u662f\u6307\u4e00\u4e2a\u5355\u5904\u7406\u5668\u540c\u65f6\u6267\u884c\u591a\u6761\u6307\u4ee4\u7684\u80fd\u529b\u3002\u8003\u8651\u4ee5\u4e0b\u4e32\u884c\u7a0b\u5e8f\uff1a"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{children:"1. e = a + b\r\n2. f = c + d\r\n3. m = e * f\n"})}),"\n",(0,r.jsx)(n.p,{children:"\u64cd\u4f5c3\u4f9d\u8d56\u4e8e\u64cd\u4f5c1\u548c2\u7684\u7ed3\u679c\uff0c\u6240\u4ee5\u5b83\u5fc5\u987b\u7b49\u64cd\u4f5c1\u548c2\u5b8c\u6210\u4e4b\u540e\u624d\u80fd\u6267\u884c\u3002\u7136\u800c\u64cd\u4f5c1\u548c2\u4e4b\u95f4\u5e76\u4e0d\u5b58\u5728\u4f9d\u8d56\u5173\u7cfb\uff0c\u6240\u4ee5\u5b83\u4eec\u53ef\u4ee5\u88ab\u540c\u65f6\u6267\u884c\u3002\u5982\u679c\u6211\u4eec\u5047\u8bbe\u4ee5\u4e0a3\u4e2a\u64cd\u4f5c\u90fd\u53ef\u4ee5\u5728\u4e00\u4e2a\u5468\u671f\u5185\u5b8c\u6210\uff0c\u90a3\u4e48\u5168\u90e8\u5b8c\u62103\u4e2a\u64cd\u4f5c\u7684\u65f6\u95f4\u4e3a2\u4e2a\u5468\u671f\uff0c\u5219\u4e00\u4e2a\u5468\u671f\u5185\u7684\u6307\u4ee4\u5e76\u884c\u6570ILP\u503c\u4e3a3/2\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u6307\u4ee4\u7ea7\u5e76\u884c\u6280\u672f\u7684\u76ee\u6807\u5c31\u662f\u8981\u5c3d\u53ef\u80fd\u5730\u63d0\u5347ILP\u503c\u3002\u901a\u5e38\u7a0b\u5e8f\u5458\u7f16\u5199\u7684\u7a0b\u5e8f\u90fd\u662f\u4e32\u884c\u7684\uff0c\u5176\u7f16\u8bd1\u7684\u6307\u4ee4\u6309\u7167\u4e00\u5b9a\u987a\u5e8f\u4e00\u4e2a\u63a5\u7740\u4e00\u4e2a\u5730\u6267\u884c\uff0cILP\u6280\u672f \u5141\u8bb8\u7f16\u8bd1\u5668\u548c\u786c\u4ef6\u91cd\u53e0\u5730\u6267\u884c\u591a\u4e2a\u6307\u4ee4\uff0c\u6216\u8005\u751a\u81f3\u6309\u4e0d\u540c\u7684\u987a\u5e8f\u6267\u884c\u6307\u4ee4\u3002ILP\u5bf9\u7a0b\u5e8f\u5458\u662f\u900f\u660e\u7684\uff08\u7136\u800c\u6211\u4eec\u5c06\u770b\u5230\u660e\u767d\u6307\u4ee4\u7ea7\u5e76\u884c\u7684\u4e00\u4e9b\u6280\u672f\u5bf9\u4e8e\u7f16\u5199\u9ad8\u6027\u80fd\u7a0b\u5e8f\u4ecd\u6709\u4e00\u5b9a\u7684\u6307\u5bfc\u4f5c\u7528\uff09\uff0c\u8fd9\u4e0e\u4e0b\u4e00\u8282\u5373\u5c06\u8bb2\u8ff0\u7684\u5355\u5904\u7406\u5668\u591a\u7ebf\u7a0b\u6280\u672f\u76f8\u53cd\uff0c\u540e\u8005\u9700\u8981\u7a0b\u5e8f\u5458\u663e\u5f0f\u5730\u533a\u5206\u53ef\u4ee5\u88ab\u5e76\u884c\u6267\u884c\u7684\u7ebf\u7a0b\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u7531ILP\u7684\u5b9a\u4e49\u53ef\u77e5\uff0c\u5bf9\u4e8e\u76f8\u540c\u7684\u5904\u7406\u5668\uff0c\u5176ILP\u503c\u662f\u968f\u7740\u7a0b\u5e8f\u7684\u4e0d\u540c\u800c\u4e0d\u540c\u7684\uff0c\u56e0\u4e3a\u5b83\u8ddf\u7279\u5b9a\u7a0b\u5e8f\u7684\u53ef\u5e76\u884c\u80fd\u529b\u6709\u5173\uff0c\u6307\u4ee4\u4e4b\u95f4\u7684\u4f9d\u8d56\u8d8a\u5c11\uff0c\u5176\u53ef\u5e76\u884c\u80fd\u529b\u8d8a\u5f3a\uff0cILP\u503c\u8d8a\u9ad8\uff0c\u53cd\u4e4b\u5219\u8d8a\u4f4e\u3002\u786c\u4ef6\u5bf9\u4e32\u884c\u7a0b\u5e8f\u6267\u884c\u6307\u4ee4\u7ea7\u5e76\u884c\u5904\u7406\u7684\u6280\u672f\u6709\u5f88\u591a\uff0c\u672c\u8282\u8ba8\u8bba\u4e00\u4e9b\u6bd4\u8f83\u6d41\u884c\u7684ILP\u6280\u672f\u3002"}),"\n",(0,r.jsx)(n.h4,{id:"\u6307\u4ee4\u7ba1\u7ebf\u5316",children:"\u6307\u4ee4\u7ba1\u7ebf\u5316"}),"\n",(0,r.jsx)(n.p,{children:"\u7b2c\u4e00\u79cd\u662f\u6307\u4ee4\u7ba1\u7ebf\u5316\uff08instruction pipelining\uff09\uff0c\u5b83\u4e5f\u662f\u5404\u79cdILP\u6280\u672f\u6700\u91cd\u8981\u7684\u57fa\u7840\uff0c\u5b83\u662f\u6307\u5c06\u4e00\u6761\u6307\u4ee4\u5b8c\u6574\u7684\u6267\u884c\u6d41\u7a0b\u5206\u6210\u591a\u4e2a\u9636\u6bb5\uff0c\u4f8b\u5982\u83b7\u53d6\u6307\u4ee4\uff0c\u89e3\u7801\u6307\u4ee4\uff0c\u83b7\u53d6\u64cd\u4f5c\u7801\u7b49\uff0c\u6bcf\u4e2a\u9636\u6bb5\u5141\u8bb8\u4e00\u6761\u5355\u72ec\u7684\u6307\u4ee4\u6267\u884c\u3002\u8fd9\u6837\u7684\u5212\u5206\u6709\u4e00\u4e9b\u91cd\u8981\u7684\u539f\u56e0\uff0c\u5904\u7406\u5668\u5185\u90e8\u9488\u5bf9\u8fd9\u4e9b\u7279\u5b9a\u7684\u9636\u6bb5\u90fd\u6709\u4e13\u95e8\u7684\u8ba1\u7b97\u529f\u80fd\uff0c\u5982\u679c\u4e00\u6b21\u53ea\u5904\u7406\u4e00\u6761\u6307\u4ee4\uff0c\u90a3\u4e48\u5f53\u5176\u4e2d\u4efb\u4f55\u4e00\u4e2a\u9636\u6bb5\u53d1\u751f\u5ef6\u8fdf\u6216\u8005\u7f13\u5b58\u5931\u6548\u65f6\uff0c\u90fd\u4f1a\u5bfc\u81f4\u5176\u4ed6\u529f\u80fd\u5904\u4e8e\u7b49\u5f85\u7a7a\u95f2\u72b6\u6001\uff0c\u4e0d\u80fd\u5145\u5206\u5229\u7528\u5904\u7406\u5668\u7684\u8d44\u6e90\u3002"}),"\n",(0,r.jsxs)(n.p,{children:["\u6839\u636e\u5b9e\u73b0\u7684\u4e0d\u540c\uff0c\u5904\u7406\u5668\u5bf9\u6307\u4ee4\u5904\u7406\u7684\u9636\u6bb5\u5212\u5206\u4e5f\u4e0d\u76f8\u540c\uff0c\u6709\u4e9b\u5904\u7406\u5668\u5c06\u6307\u4ee4\u7ba1\u7ebf\u9636\u6bb5\u5212\u5206\u4e3a\u591a\u8fbe20\uff0c\u751a\u81f330\u591a\u4e2a\u9636\u6bb5\u3002\u6211\u4eec\u4ee5\u6700\u7ecf\u5178\u76845\u6b65\u5212\u5206\u6cd5",(0,r.jsx)(n.sup,{children:(0,r.jsx)(n.a,{href:"#user-content-fn-pipeline",id:"user-content-fnref-pipeline","data-footnote-ref":!0,"aria-describedby":"footnote-label",children:"1"})}),"\u4e3a\u4f8b\uff0c\u8fd95\u4e2a\u9636\u6bb5\u5305\u62ec\uff1a"]}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsxs)(n.li,{children:["\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"IF"}),": \u83b7\u53d6\u6307\u4ee4\uff08instruction fetch\uff09\u9636\u6bb5\uff0c\u5904\u7406\u5668\u4ece\u4e00\u7ea7\u6307\u4ee4\u7f13\u5b58L1I$\u83b7\u53d6\u4e00\u4e2a32\u4f4d\uff08\u5982\u679c\u662f64\u4f4d\u673a\uff0c\u5219\u6307\u4ee4\u957f\u5ea6\u4e3a64\u4f4d\u3002\uff09\u7684\u6307\u4ee4\uff0c\u8be5\u64cd\u4f5c\u901a\u5e38\u5177\u67091\u4e2a\u65f6\u949f\u5468\u671f\u7684\u5ef6\u8fdf\u3002\u5728\u8fd9\u4e2a\u9636\u6bb5\uff0c\u4e00\u4e2a\u79f0\u4f5c\u7a0b\u5e8f\u8ba1\u6570\u5668\uff08program counter\uff0cPC\uff09\u7684\u5bc4\u5b58\u5668\u7528\u6765\u4fdd\u5b58\u5f53\u524d\u88ab\u6267\u884c\u6307\u4ee4\u5728\u7f13\u5b58\u4e2d\u7684\u5730\u5740\uff0c\u5b83\u88ab\u7528\u4e8e\u63d0\u4f9b\u7ed9PC\u9884\u6d4b\u5668\uff08PC predictor\uff09\uff0cPC\u9884\u6d4b\u5668\u7528\u8fd9\u4e2a\u5730\u5740\u76f4\u63a5\u83b7\u53d6\u6307\u4ee4\u7f13\u51b2\u533a\u7684\u4e00\u4e2a\u6307\u4ee4\uff0c\u5e76\u540c\u65f6\u5c06\u7a0b\u5e8f\u8ba1\u6570\u5668\u7684\u5730\u5740\u589e\u52a04\uff08\u6216\u80058\uff0c\u56e0\u4e3a\u6bcf\u6761\u6307\u4ee4\u7684\u957f\u5ea6\u4e3a4\u4e2a\u5b57\u8282\uff09\uff0c\u4ee5\u5c06\u7a0b\u5e8f\u8ba1\u6570\u5668\u66f4\u65b0\u5230\u4e0b\u4e00\u4e2a\u8fde\u7eed\u7a0b\u5e8f\u8ba1\u6570\u5668\u3002\u8fd9\u79cd\u7b80\u5355\u7684\u9884\u6d4b\u65b9\u5f0f\u901a\u5e38\u4f1a\u5728\u5f53\u524d\u6307\u4ee4\u5904\u53d1\u751f\u5206\u652f\u6216\u8df3\u8f6c\u7684\u65f6\u5019\u51fa\u73b0\u9519\u8bef\uff0c\u4ece\u800c\u5bfc\u81f4\u4e0b\u4e00\u6b21\u6307\u4ee4\u83b7\u53d6\u51fa\u73b0\u6307\u4ee4\u7f13\u5b58\u5931\u6548\uff0c\u6211\u4eec\u4e0a\u4e00\u8282\u8bb2\u8ff0\u7684\u6307\u4ee4\u9884\u53d6\u6280\u672f\u5c06\u5728\u8fd9\u4e2a\u9636\u6bb5\u8fdb\u884c\u8ba1\u7b97\u3002"]}),"\n"]}),"\n",(0,r.jsxs)(n.li,{children:["\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"ID/RF"}),": \u89e3\u7801\u6307\u4ee4\u4ee5\u53ca\u4ece\u5bc4\u5b58\u5668\u83b7\u53d6\u64cd\u4f5c\u6570\uff08instruction decode and register fetch\uff09\u3002"]}),"\n"]}),"\n",(0,r.jsxs)(n.li,{children:["\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"EX"}),": \u6267\u884c\uff08execute\uff09\u3002"]}),"\n"]}),"\n",(0,r.jsxs)(n.li,{children:["\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"MEM"}),": \u8bfb\u53d6\u5185\u5b58\uff08memory access\uff09\u3002"]}),"\n"]}),"\n",(0,r.jsxs)(n.li,{children:["\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.strong,{children:"WB"}),": \u5199\u56de\u5bc4\u5b58\u5668\uff08register write back\uff09\u3002"]}),"\n"]}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:"\u7531\u4e8e\u5c06\u6307\u4ee4\u8ba1\u7b97\u8fc7\u7a0b\u7ba1\u7ebf\u5316\uff0c\u6bcf\u4e2a\u7ba1\u7ebf\u9636\u6bb5\u90fd\u5141\u8bb8\u6267\u884c\u4e00\u6761\u6307\u4ee4\uff08\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u6267\u884c\u8be5\u6307\u4ee4\u7684\u4e00\u4e2a\u9636\u6bb5\uff09\uff0c\u4e0e\u5de5\u5382\u751f\u4ea7\u6d41\u6c34\u7ebf\u7684\u539f\u7406\u7c7b\u4f3c\uff0c\u6307\u4ee4\u7ba1\u7ebf\u5316\u901a\u8fc7\u5145\u5206\u5229\u7528\u5404\u4e2a\u751f\u4ea7\u6d41\u6c34\u7ebf\uff0c\u800c\u4e0d\u662f\u9700\u8981\u7b49\u4e00\u4e2a\u5355\u4e00\u4ea7\u54c1\u7684\u4e00\u4e2a\u9636\u6bb5\u5b8c\u6210\u624d\u80fd\u5f00\u59cb\u4e0b\u4e00\u4e2a\u9636\u6bb5\uff08\u5bfc\u81f4\u6bcf\u6b21\u9664\u5de5\u4f5c\u4e4b\u5916\u7684\u5176\u4ed6\u6d41\u6c34\u7ebf\u7a7a\u95f2\uff09\uff0c\u63d0\u9ad8\u4e86\u6574\u4e2a\u7ba1\u7ebf\u7684\u541e\u5410\u80fd\u529b\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u6307\u4ee4\u7ba1\u7ebf\u5316\u5f97\u5de5\u4f5c\u65b9\u5f0f\u5982\u56fe\uff081\uff09\u6240\u793a\uff1a\u5728\u7b2c1\u4e2a\u65f6\u949f\u5468\u671f\uff0c\u5904\u7406\u5668\u8bfb\u53d6\u6307\u4ee41\u7684\u6307\u4ee4\uff1b\u5728\u7b2c2\u4e2a\u65f6\u949f\u5468\u671f\uff0c\u5904\u7406\u5668\u5bf9\u6307\u4ee41\u8fdb\u884c\u89e3\u7801\u5e76\u540c\u65f6\u83b7\u53d6\u6307\u4ee42\u7684\u6307\u4ee4\uff1b\u5728\u7b2c3\u4e2a\u65f6\u949f\u5468\u671f\uff0c\u5904\u7406\u5668\u6267\u884c\u6307\u4ee41\uff0c\u540c\u65f6\u89e3\u7801\u6307\u4ee42\u4ee5\u53ca\u83b7\u53d6\u6307\u4ee43\uff1b\u4ee5\u6b64\u7c7b\u63a8\uff0c\u7406\u60f3\u60c5\u51b5\u4e0b\uff0c\u4ece\u7b2c5\u4e2a\u65f6\u949f\u5468\u671f\u5f00\u59cb\uff0c\u5904\u7406\u5668\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u5185\u5c06\u80fd\u540c\u65f6\u5904\u74065\u6761\u6307\u4ee4\u3002"}),"\n",(0,r.jsx)(l,{id:"f:rp-5-Stage-Pipeline",num:"1",caption:"\u6307\u4ee4\u5904\u7406\u7684\u7ba1\u7ebf\u5316\uff0c\u901a\u8fc7\u5145\u5206\u5229\u7528\u5904\u7406\u5668\u7684\u5404\u4e2a\u529f\u80fd\uff0c\u7ba1\u7ebf\u5316\u80fd\u591f\u4f7f\u5904\u7406\u5668\u540c\u65f6\u5904\u7406\u591a\u6761\u6307\u4ee4\uff0c\u63d0\u9ad8\u4e86\u5904\u7406\u5668\u7684\u541e\u5410\u7387\uff08\u56fe\u7247\u6765\u81eaCburnett\uff09",children:(0,r.jsx)("img",{src:"/img/figures/rp/5-Stage-Pipeline.svg",width:"450"})}),"\n",(0,r.jsx)(n.p,{children:"\u7136\u800c\u6307\u4ee4\u7ba1\u7ebf\u5316\u5e76\u4e0d\u80fd\u51cf\u5c11\u5ef6\u8fdf\uff0c\u5f53\u8fd9\u4e9b\u6307\u4ee4\u5bf9\u5e94\u9636\u6bb5\u51fa\u73b0\u5ef6\u8fdf\u65f6\uff08\u4f8b\u5982\u7f13\u5b58\u5931\u6548\uff0c\u6216\u8005\u9700\u8981\u7b49\u5f85\u5176\u4ed6\u6307\u4ee4\u5b8c\u6210\u624d\u80fd\u6267\u884c\uff09\uff0c\u8be5\u6307\u4ee4\u5c06\u5904\u4e8e\u505c\u6b62\u7b49\u5f85\u72b6\u6001\u3002\u5982\u679c\u5904\u7406\u5668\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u90fd\u80fd\u83b7\u53d6\u65b0\u7684\u6307\u4ee4\uff0c\u5904\u7406\u5668\u7684\u5229\u7528\u7387\u5c31\u80fd\u8fbe\u5230\u6700\u5927\uff0c\u5426\u5219\u8fd9\u4e9b\u5904\u4e8e\u7b49\u5f85\u72b6\u6001\u7684\u6307\u4ee4\u5c31\u4f1a\u6291\u5236\u5bf9\u65b0\u6307\u4ee4\u7684\u8bfb\u53d6\uff0c\u964d\u4f4e\u4e86\u541e\u5410\u7387\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u548c\u5176\u4ed6\u6240\u6709ILP\u6280\u672f\u4e00\u6837\uff0c\u6307\u4ee4\u7ba1\u7ebf\u5316\u7684\u5de5\u4f5c\u6548\u7387\u53d6\u51b3\u4e8e\u5e94\u7528\u7a0b\u5e8f\u7684\u53ef\u5e76\u884c\u6027\u3002\u6307\u4ee4\u7ba1\u7ebf\u5316\u5047\u8bbe\u6240\u6709\u6307\u4ee4\u90fd\u662f\u53ef\u4ee5\u5e76\u884c\u6267\u884c\u7684\uff0c\u5f53\u7a0b\u5e8f\u4e2d\u7684\u6307\u4ee4\u51fa\u73b0\u4f9d\u8d56\u65f6\uff0c\u79f0\u4e4b\u4e3a\u4e00\u4e2a\u969c\u788d\uff08hazard\uff09\u3002\u5f53\u7136\uff0c\u5728\u4e00\u822c\u60c5\u51b5\u4e0b\uff0c\u7a0b\u5e8f\u5458\u4e0d\u9700\u8981\u7406\u4f1a\u7a0b\u5e8f\u6307\u4ee4\u7ea7\u7684\u53ef\u5e76\u884c\u6027\uff0c\u800c\u53ea\u7ba1\u4e13\u6ce8\u4e8e\u7a0b\u5e8f\u903b\u8f91\u7f16\u5199\u4e32\u884c\u4ee3\u7801\uff0c\u7f16\u8bd1\u5668\u548c\u786c\u4ef6\u4f1a\u5e2e\u52a9\u6211\u4eec\u5bf9\u6307\u4ee4\u8fdb\u884c\u5e76\u884c\u5316\u4ee5\u51cf\u5c11\u6216\u907f\u514d\u969c\u788d\uff0c\u4f46\u662f\u7f16\u5199\u9ad8\u6027\u80fd\u7684\u7a0b\u5e8f\u5219\u9700\u8981\u7a0b\u5e8f\u5458\u7406\u89e3\u8fd9\u4e9b\u786c\u4ef6\u5904\u7406\u7684\u65b9\u5f0f\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u901a\u5e38\u786c\u4ef6\u4f7f\u7528\u4e09\u79cd\u4e3b\u8981\u7684\u65b9\u6cd5\u6765\u5904\u7406\u4e32\u884c\u6307\u4ee4\u7684\u5e76\u884c\u969c\u788d\uff1a"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"\u7ba1\u7ebf\u6c14\u6ce1\uff08pipeline bubble\uff09"}),"\n",(0,r.jsx)(n.li,{children:"\u64cd\u4f5c\u6570\u524d\u79fb\uff08pperand forwarding\uff09"}),"\n",(0,r.jsx)(n.li,{children:"\u4e71\u5e8f\u6267\u884c\uff08out-of-order execution\uff09"}),"\n"]}),"\n",(0,r.jsx)(n.h5,{id:"\u7ba1\u7ebf\u6c14\u6ce1",children:"\u7ba1\u7ebf\u6c14\u6ce1"}),"\n",(0,r.jsx)(n.p,{children:"\u7ba1\u7ebf\u6c14\u6ce1\u662f\u6700\u7b80\u5355\u7684\u4e00\u79cd\u5904\u7406\u65b9\u5f0f\uff0c\u5f53\u6307\u4ee4\u5305\u542b\u6709\u969c\u788d\u65f6\uff0c\u5176\u5c06\u5728\u89e3\u7801\u9636\u6bb5\u88ab\u8bc6\u522b\uff0c\u540c\u65f6\u5904\u7406\u5668\u4f1a\u521b\u5efa\u4e00\u4e2a\u6c14\u6ce1\u5360\u636e\u8be5\u6307\u4ee4\u7684\u89e3\u7801\u9636\u6bb5\uff0c\u4f7f\u5f53\u524d\u7ba1\u7ebf\u7684\u89e3\u7801\u9636\u6bb5\u5904\u4e8e\u7a7a\u95f2\u7b49\u5f85\u72b6\u6001\uff0c\u7ba1\u7ebf\u6c14\u6ce1\u5c06\u5bfc\u81f4\u540e\u7eed\u4e00\u4e2a\u6216\u591a\u4e2a\u6307\u4ee4\u88ab\u5ef6\u8fdf\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u5982\u56fe\uff082\uff09\u6240\u793a\uff0c\u5728\u7b2c3\u4e2a\u65f6\u949f\u5468\u671f\u65f6\uff0c\u7d2b\u8272\u6307\u4ee4\u5728\u89e3\u7801\u9636\u6bb5\u53d1\u73b0\u969c\u788d\u540c\u65f6\u521b\u5efa\u6c14\u6ce1\u6682\u505c\u8be5\u9636\u6bb5\uff0c\u8fd9\u91cc\u7d2b\u8272\u6307\u4ee4\u53ef\u80fd\u9700\u8981\u4f9d\u8d56\u4e8e\u7eff\u8272\u6307\u4ee4\u7684\u8f93\u51fa\u503c\uff0c\u6c14\u6ce1\u7684\u51fa\u73b0\u5bfc\u81f4\u540e\u7eed\u7684\u84dd\u8272\u548c\u7ea2\u8272\u6307\u4ee4\u88ab\u5ef6\u8fdf\u4e00\u4e2a\u65f6\u949f\u5468\u671f\uff1b\u5728\u7b2c4\u4e2a\u65f6\u949f\u5468\u671f\uff0c\u7eff\u8272\u7684\u6307\u4ee4\u53ef\u4ee5\u7ee7\u7eed\u524d\u8fdb\uff0c\u5e76\u4ea7\u751f\u8f93\u51fa\u503c\uff0c\u4f7f\u5f97\u7d2b\u8272\u6307\u4ee4\u53ef\u4ee5\u89e3\u7801\u7ee7\u7eed\u524d\u8fdb\uff0c\u7136\u800c\u6b64\u65f6\u6307\u4ee4\u7ba1\u7ebf\u4e2d\u5e76\u6ca1\u6709\u6307\u4ee4\u8fdb\u5165\u6267\u884c\u9636\u6bb5\uff0c\u4ee5\u6b64\u7c7b\u63a8\uff0c\u4f7f\u5f97\u6c14\u6ce1\u6cbf\u7ba1\u7ebf\u6307\u4ee4\u65b9\u5411\u524d\u8fdb\uff0c\u76f4\u81f3\u88ab\u6324\u51fa\u6307\u4ee4\u7ba1\u7ebf\u3002\u5728\u8fd9\u79cd\u89e3\u51b3\u65b9\u6848\u4e2d\uff0c\u6bcf\u4e2a\u6c14\u6ce1\u8868\u793a\u8be5\u65f6\u949f\u5468\u671f\u6709\u4e00\u4e2a\u9636\u6bb5\u5904\u7406\u7a7a\u95f2\u72b6\u6001\u3002"}),"\n",(0,r.jsx)(l,{id:"f:rp-pipeline-bubble",num:"2",caption:"\u7ba1\u7ebf\u6c14\u6ce1\u6cd5\u5728\u6307\u4ee4\u9047\u5230\u969c\u788d\u65f6\u521b\u5efa\u4e00\u4e2a\u6c14\u6ce1\u4f7f\u9636\u6bb5\u5904\u4e8e\u7b49\u5f85\u72b6\u6001\uff0c\u76f4\u5230\u5176\u76f8\u5e94\u6761\u4ef6\u6ee1\u8db3\u6307\u4ee4\u624d\u7ee7\u7eed\u524d\u8fdb\uff0c\u7531\u4e8e\u6c14\u6ce1\u5bfc\u81f4\u4e0b\u4e00\u4e2a\u65f6\u949f\u5468\u671f\u7684\u4e0b\u4e00\u4e2a\u9636\u6bb5\u6ca1\u6709\u6307\u4ee4\u53ef\u6267\u884c\uff0c\u56e0\u6b64\u6c14\u6ce1\u5fc5\u987b\u6cbf\u7740\u6307\u4ee4\u7ba1\u7ebf\u65b9\u5411\u524d\u8fdb\u76f4\u81f3\u88ab\u6324\u51fa\u6307\u4ee4\u7ba1\u7ebf\uff08\u56fe\u7247\u6765\u81eaCburnett\uff09",children:(0,r.jsx)("img",{src:"/img/figures/rp/Pipeline-bubble.svg",width:"750"})}),"\n",(0,r.jsx)(n.h5,{id:"\u64cd\u4f5c\u6570\u524d\u79fb",children:"\u64cd\u4f5c\u6570\u524d\u79fb"}),"\n",(0,r.jsx)(n.p,{children:"\u5f53\u51fa\u73b0\u6307\u4ee4\u95f4\u7684\u4f9d\u8d56\u5173\u7cfb\u65f6\uff0c\u540e\u9762\u7684\u6307\u4ee4\u5fc5\u987b\u7b49\u5f85\u524d\u9762\u7684\u6307\u4ee4\u6267\u884c\u5b8c\u6bd5\u5e76\u5c06\u6570\u636e\u8f93\u51fa\u5bc4\u5b58\u5668\uff0c\u540e\u9762\u7684\u6307\u4ee4\u624d\u80fd\u7ee7\u7eed\u5f80\u4e0b\u6267\u884c\uff0c\u6570\u636e\u5199\u5165\u4ee5\u53ca\u4ece\u5bc4\u5b58\u5668\u8bfb\u53d6\u7684\u8fc7\u7a0b\u53ef\u80fd\u5360\u636e\u51e0\u4e2a\u65f6\u949f\u5468\u671f\uff0c\u6240\u4ee5\u4e0a\u8ff0\u7684\u6c14\u6ce1\u5728\u6307\u4ee4\u7ba1\u7ebf\u4e2d\u505c\u7559\u7684\u65f6\u95f4\u53ef\u80fd\u5927\u4e8e3\u4e2a\u65f6\u949f\u5468\u671f\u4ee5\u4e0a\u3002\u8003\u8651\u5982\u4e0b\u4e24\u6761\u6307\u4ee4\uff1a"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{children:"1. ADD A B C #A=B+C\r\n2. SUB D C A #D=C-A\n"})}),"\n",(0,r.jsx)(n.p,{children:"\u7531\u4e8e\u6307\u4ee42\u4e2d\u64cd\u4f5c\u6570A\u7684\u503c\u4f9d\u8d56\u4e8e\u6307\u4ee41\u7684\u8f93\u51fa\uff0c\u5982\u679c\u6307\u4ee4\u7ba1\u7ebf\u6bcf\u4e2a\u9636\u6bb5\u53ea\u5360\u636e1\u4e2a\u65f6\u949f\u5468\u671f\uff0c\u5219\u8fd9\u4e24\u6761\u6307\u4ee4\u7684\u6267\u884c\u5c06\u5bfc\u81f4\u6307\u4ee42\u88ab\u5ef6\u8fdf3\u4e2a\u5468\u671f\uff0c\u5982\u8868\uff081\uff09\u6240\u793a\uff08\u4e5f\u53ef\u4ee5\u4ece\u56fe\uff082\uff09\u770b\u51fa\u8fd9\u79cd\u5173\u7cfb\uff09\uff1a"}),"\n",(0,r.jsxs)(n.table,{children:[(0,r.jsx)(n.thead,{children:(0,r.jsxs)(n.tr,{children:[(0,r.jsx)(n.th,{children:"\u6307\u4ee4"}),(0,r.jsx)(n.th,{children:"1"}),(0,r.jsx)(n.th,{children:"2"}),(0,r.jsx)(n.th,{children:"3"}),(0,r.jsx)(n.th,{children:"4"}),(0,r.jsx)(n.th,{children:"5"}),(0,r.jsx)(n.th,{children:"6"}),(0,r.jsx)(n.th,{children:"7"}),(0,r.jsx)(n.th,{children:"8"}),(0,r.jsx)(n.th,{children:"9"})]})}),(0,r.jsxs)(n.tbody,{children:[(0,r.jsxs)(n.tr,{children:[(0,r.jsx)(n.td,{children:"1"}),(0,r.jsx)(n.td,{children:"IF"}),(0,r.jsx)(n.td,{children:"ID"}),(0,r.jsx)(n.td,{children:"EX"}),(0,r.jsx)(n.td,{children:"MEM"}),(0,r.jsx)(n.td,{children:"WB"}),(0,r.jsx)(n.td,{}),(0,r.jsx)(n.td,{}),(0,r.jsx)(n.td,{}),(0,r.jsx)(n.td,{})]}),(0,r.jsxs)(n.tr,{children:[(0,r.jsx)(n.td,{children:"2"}),(0,r.jsx)(n.td,{}),(0,r.jsx)(n.td,{children:"IF"}),(0,r.jsx)(n.td,{children:"stall"}),(0,r.jsx)(n.td,{children:"stall"}),(0,r.jsx)(n.td,{children:"stall"}),(0,r.jsx)(n.td,{children:"ID"}),(0,r.jsx)(n.td,{children:"EX"}),(0,r.jsx)(n.td,{children:"MEM"}),(0,r.jsx)(n.td,{children:"WB"})]})]})]}),"\n",(0,r.jsx)("p",{id:"t:rp-pipeline-bubble",children:"\u8868\uff081\uff09: \u5728\u7ecf\u5178\u76845\u6b65\u6307\u4ee4\u7ba1\u7ebf\u5212\u5206\u6cd5\u4e2d\uff0c\u524d\u540e\u76f8\u90bb\u4e14\u5728\u6bcf\u4e2a\u9636\u6bb5\u5360\u636e1\u4e2a\u65f6\u949f\u5468\u671f\u7684\u5047\u8bbe\u4e0b\uff0c\u6307\u4ee42\u5c06\u88ab\u5ef6\u8fdf3\u4e2a\u65f6\u949f\u5468\u671f"}),"\n",(0,r.jsx)(n.p,{children:"\u89c2\u5bdf\u8868\uff081\uff09\uff0c\u6307\u4ee42\u7684ID\u9636\u6bb5\u548c\u6307\u4ee41\u7684EX\u9636\u6bb5\u5904\u4e8e\u540c\u4e00\u4e2a\u65f6\u949f\u5468\u671f\uff0c\u5982\u679c\u80fd\u591f\u5728\u82af\u7247\u96c6\u6210\u7535\u8def\u5185\u90e8\u76f4\u63a5\u5c06\u6307\u4ee41\u7684\u503c\u4f20\u9012\u7ed9\u6307\u4ee42\uff0c\u800c\u76f4\u63a5\u7ed5\u5f00\u5bc4\u5b58\u5668\uff0c\u90a3\u4e48\u5176\u5c06\u80fd\u591f\u76f4\u63a5\u907f\u514d\u6389\u8fd9\u79cd\u524d\u540e\u4f9d\u8d56\u5173\u7cfb\u5bfc\u81f4\u7684\u969c\u788d\u3002\u64cd\u4f5c\u6570\u524d\u79fb\u6b63\u662f\u57fa\u4e8e\u6b64\u539f\u7406\u7528\u6765\u514b\u670d\u6307\u4ee4\u969c\u788d\u7684\u65b9\u6cd5\uff0c\u5728\u64cd\u4f5c\u6570\u524d\u79fb\u65b9\u6cd5\u4e2d\uff0c\u5904\u7406\u5668\u9700\u8981\u5bf9\u6307\u4ee4\u63a2\u6d4b\u8fd9\u79cd\u4f9d\u8d56\u6027\u7684\u5b58\u5728\uff0c\u7136\u540e\u6839\u636e\u63a2\u6d4b\u7ed3\u679c\u5224\u65ad\u662f\u9700\u8981\u4ece\u5bc4\u5b58\u5668\u4e2d\u83b7\u53d6\u64cd\u4f5c\u6570\uff0c\u8fd8\u662f\u76f4\u63a5\u901a\u8fc7\u76f8\u5173\u7684\u7535\u8def\u76f4\u63a5\u83b7\u53d6\u524d\u4e00\u6307\u4ee4\u7684\u503c\u3002\u64cd\u4f5c\u6570\u524d\u79fb\u7684\u64cd\u4f5c\u5982\u8868\uff082\uff09\u6240\u793a\u3002\u7531\u4e8e\u7a0b\u5e8f\u4e2d\u901a\u5e38\u5b58\u5728\u5927\u91cf\u8fd9\u79cd\u524d\u540e\u4f9d\u8d56\u5173\u7cfb\uff0c\u64cd\u4f5c\u6570\u524d\u79fb\u6280\u672f\u4e0d\u4ec5\u80fd\u591f\u6709\u6548\u907f\u514d\u8fd9\u79cd\u969c\u788d\uff0c\u800c\u4e14\u5927\u5927\u8282\u7701\u4e86\u6570\u636e\u5728\u5bc4\u5b58\u5668\u4e4b\u95f4\u5b58\u50a8\u548c\u8bfb\u53d6\u5bfc\u81f4\u7684\u65f6\u95f4\u5ef6\u8fdf\u3002"}),"\n",(0,r.jsxs)(n.table,{children:[(0,r.jsx)(n.thead,{children:(0,r.jsxs)(n.tr,{children:[(0,r.jsx)(n.th,{children:"\u6307\u4ee4"}),(0,r.jsx)(n.th,{children:"1"}),(0,r.jsx)(n.th,{children:"2"}),(0,r.jsx)(n.th,{children:"3"}),(0,r.jsx)(n.th,{children:"4"}),(0,r.jsx)(n.th,{children:"5"}),(0,r.jsx)(n.th,{children:"6"}),(0,r.jsx)(n.th,{children:"7"}),(0,r.jsx)(n.th,{children:"8"}),(0,r.jsx)(n.th,{children:"9"})]})}),(0,r.jsxs)(n.tbody,{children:[(0,r.jsxs)(n.tr,{children:[(0,r.jsx)(n.td,{children:"1"}),(0,r.jsx)(n.td,{children:"IF"}),(0,r.jsx)(n.td,{children:"ID"}),(0,r.jsx)(n.td,{children:"EX"}),(0,r.jsx)(n.td,{children:"MEM"}),(0,r.jsx)(n.td,{children:"W"}),(0,r.jsx)(n.td,{}),(0,r.jsx)(n.td,{}),(0,r.jsx)(n.td,{}),(0,r.jsx)(n.td,{})]}),(0,r.jsxs)(n.tr,{children:[(0,r.jsx)(n.td,{children:"2"}),(0,r.jsx)(n.td,{}),(0,r.jsx)(n.td,{children:"IF"}),(0,r.jsx)(n.td,{children:"ID"}),(0,r.jsx)(n.td,{children:"EX"}),(0,r.jsx)(n.td,{children:"MEM"}),(0,r.jsx)(n.td,{children:"WB"}),(0,r.jsx)(n.td,{}),(0,r.jsx)(n.td,{}),(0,r.jsx)(n.td,{})]})]})]}),"\n",(0,r.jsx)("p",{id:"t:rp-operand-forwarding",children:"\u8868\uff082\uff09: \u5728\u64cd\u4f5c\u6570\u524d\u79fb\u6280\u672f\u4e2d\uff0c\u5982\u679c\u5904\u7406\u5668\u63a2\u6d4b\u5230\u4f9d\u8d56\u6027\u7684\u5b58\u5728\uff0c\u5219\u76f4\u63a5\u5c06\u524d\u4e00\u6307\u4ee4\u8ba1\u7b97\u7684\u7ed3\u679c\u4f20\u9012\u7ed9\u540e\u9762\u7684\u6307\u4ee4\uff0c\u907f\u514d\u4e86\u6c14\u6ce1\u5bfc\u81f4\u7684\u5ef6\u8fdf"}),"\n",(0,r.jsx)(n.h5,{id:"\u4e71\u5e8f\u6267\u884c",children:"\u4e71\u5e8f\u6267\u884c"}),"\n",(0,r.jsx)(n.p,{children:"\u4e71\u5e8f\u6267\u884c\uff08out-of-order execution\uff0cOoOE\uff09\u6280\u672f\u57fa\u4e8e\u8fd9\u6837\u4e00\u4e2a\u4e8b\u5b9e\uff0c\u5373\u5982\u679c\u540e\u9762\u7684\u6307\u4ee4\u4e0d\u4f9d\u8d56\u4e8e\u524d\u9762\u7684\u6307\u4ee4\uff0c\u6216\u8005\u8bf4\u5b83\u6b64\u65f6\u5177\u5907\u6267\u884c\u6307\u4ee4\u9700\u8981\u7684\u64cd\u4f5c\u6570\u6570\u636e\uff0c\u5219\u5b83\u53ef\u4ee5\u5148\u4e8e\u524d\u9762\u7684\u6307\u4ee4\u88ab\u6267\u884c\u3002\u8fd9\u79cd\u987a\u5e8f\u7684\u8c03\u6574\u5bfc\u81f4\u5176\u7a0b\u5e8f\u6307\u4ee4\u88ab\u6267\u884c\u7684\u987a\u5e8f\uff08\u79f0\u4e3a\u6570\u636e\u987a\u5e8f\uff0cdata order\uff09\u8ddf\u7a0b\u5e8f\u672c\u8eab\u88ab\u7f16\u5199\u7684\u4e32\u884c\u987a\u5e8f\uff08\u79f0\u4e3a\u7a0b\u5e8f\u987a\u5e8f\uff0cprogram order\uff09\u53ef\u80fd\u4e0d\u4e00\u6837\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u5c3d\u7ba1\u6307\u4ee4\u88ab\u6267\u884c\u7684\u987a\u5e8f\u53d1\u751f\u4e86\u6539\u53d8\uff0c\u7136\u800c\u4e71\u5e8f\u6267\u884c\u5fc5\u987b\u4fdd\u8bc1\u6307\u4ee4\u6267\u884c\u7ed3\u679c\u8f93\u51fa\u7684\u987a\u5e8f\u4e0e\u7a0b\u5e8f\u987a\u5e8f\u4fdd\u6301\u4e00\u81f4\uff0c\u4ee5\u4fdd\u8bc1\u6700\u7ec8\u7a0b\u5e8f\u8fd0\u884c\u7684\u6b63\u786e\u6027\u3002\u4e71\u5e8f\u6267\u884c\u7684\u6307\u4ee4\u6267\u884c\u6b65\u9aa4\u5982\u4e0b\uff1a"}),"\n",(0,r.jsxs)(n.ol,{children:["\n",(0,r.jsx)(n.li,{children:"\u83b7\u53d6\u6307\u4ee4\u3002"}),"\n",(0,r.jsx)(n.li,{children:"\u5c06\u6307\u4ee4\u5206\u914d\u5230\u4e00\u4e2a\u6307\u4ee4\u961f\u5217\u3002"}),"\n",(0,r.jsx)(n.li,{children:"\u6307\u4ee4\u5728\u6307\u4ee4\u961f\u5217\u7b49\u5f85\uff0c\u76f4\u5230\u5176\u8f93\u5165\u64cd\u4f5c\u6570\u53ef\u7528\uff0c\u6b64\u65f6\u5b83\u53ef\u4ee5\u65e9\u4e8e\u81ea\u5df1\u524d\u9762\u7684\u6307\u4ee4\u88ab\u6267\u884c\u3002"}),"\n",(0,r.jsx)(n.li,{children:"\u6267\u884c\u6307\u4ee4\u3002"}),"\n",(0,r.jsx)(n.li,{children:"\u5c06\u6307\u4ee4\u8f93\u51fa\u7ed3\u679c\u4fdd\u5b58\u5728\u4e00\u4e2a\u961f\u5217\u4e2d\u3002"}),"\n",(0,r.jsx)(n.li,{children:"\u53ea\u6709\u5f53\u4e00\u4e2a\u6307\u4ee4\u7684\u4e4b\u524d\u6240\u6709\u6307\u4ee4\u88ab\u6267\u884c\u5b8c\u6bd5\uff0c\u5e76\u4e14\u5176\u7ed3\u679c\u88ab\u5199\u5165\u5230\u5bc4\u5b58\u5668\u4e4b\u540e\uff0c\u624d\u5c06\u8be5\u6307\u4ee4\u7684\u7ed3\u679c\u8f93\u51fa\u5230\u5bc4\u5b58\u5668\uff0c\u4ee5\u4fdd\u8bc1\u6267\u884c\u7ed3\u679c\u7684\u987a\u5e8f\u4e00\u81f4\u3002"}),"\n"]}),"\n",(0,r.jsx)(n.h5,{id:"\u5206\u652f\u9884\u6d4b\u5bf9\u6307\u4ee4\u7ba1\u7ebf\u7684\u5f71\u54cd",children:"\u5206\u652f\u9884\u6d4b\u5bf9\u6307\u4ee4\u7ba1\u7ebf\u7684\u5f71\u54cd"}),"\n",(0,r.jsx)(n.p,{children:"\u9664\u4e86\u6307\u4ee4\u95f4\u7684\u4f9d\u8d56\u5173\u7cfb\uff0c\u524d\u9762\u8bb2\u8ff0\u7684\u5206\u652f\u9884\u6d4b\u4e5f\u53ef\u80fd\u4f1a\u5bf9\u6307\u4ee4\u7ba1\u7ebf\u7684\u6027\u80fd\u6709\u6bd4\u8f83\u5927\u7684\u5f71\u54cd\uff0c\u8003\u8651\u5982\u56fe\uff083\uff09\u6240\u793a\u7684\u5206\u652f\u8bed\u53e5\uff0c\u7a0b\u5e8f\u6267\u884c\u65f6\u6b63\u786e\u7684\u5206\u652f\u6d41\u5411\u4e3aAEFG\uff0c\u6211\u4eec\u6765\u5206\u6790\u5982\u679c\u5206\u652f\u9884\u6d4b\u5668\u9884\u6d4b\u7684\u7ed3\u679c\u4e3aABCD\u4f1a\u53d1\u751f\u4ec0\u4e48\u60c5\u51b5\u3002"}),"\n",(0,r.jsxs)(l,{id:"f:rp-mispredict",num:"3",caption:"\u5206\u652f\u9884\u6d4b\u5931\u8d25\u4f1a\u5bfc\u81f4\u5904\u7406\u5668\u653e\u5f03\u5e76\u9500\u6bc1\u4e4b\u524d\u6240\u6709\u672a\u6267\u884c\u5b8c\u4e14\u5224\u65ad\u9519\u8bef\u7684\u5206\u652f\u6307\u4ee4\uff08\u56fe\u7247\u6765\u81ea\\cite{a:DoggedDetermination:TechnologyandProcessatNaughtyDogInc.}\uff09",children:[(0,r.jsx)("img",{src:"/img/figures/rp/mispredict.png",width:"38.2%"}),(0,r.jsx)("img",{src:"/img/figures/rp/mispredict-2.png",width:"60%"})]}),"\n",(0,r.jsx)(n.p,{children:"\u7531\u4e8e\u5206\u652f\u7684\u771f\u5b9e\u8d70\u5411\u5fc5\u987b\u7b49\u5230if\u6bd4\u8f83\u6307\u4ee4\u6267\u884c\u5b8c\u6bd5\uff0c\u5e76\u4e14\u5c06\u7ed3\u679c\u5199\u5165\u5230\u5bc4\u5b58\u5668\u4e4b\u540e\uff0c\u5904\u7406\u5668\u624d\u4f1a\u77e5\u9053\u771f\u6b63\u7684\u5206\u652f\u8d70\u5411\u3002\u5728\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c\u5373\u662f\u5fc5\u987b\u7b49\u5230A\u6307\u4ee4\u6267\u884c\u5b8c\u6bd5\uff0c\u5728A\u6307\u4ee4\u7684\u7b2c4\u4e2a\u65f6\u949f\u5468\u671f\u4e4b\u524d\uff0cB\uff0cC\u53caD\u6307\u4ee4\u4f1a\u4f9d\u6b21\u88ab\u6267\u884c\uff0c\u7b49\u5230\u7b2c4\u4e2a\u65f6\u949f\u5468\u671fA\u6307\u4ee4\u8ba1\u7b97\u5b8c\u6bd5\u4e4b\u540e\uff0c\u5728\u7b2c5\u4e2a\u65f6\u949f\u5468\u671f\u5f00\u59cb\uff0c\u5904\u7406\u5668\u5c06\u91cd\u65b0\u5c06\u6b63\u786e\u7684EFG\u6307\u4ee4\u8f7d\u5165\u6267\u884c\u5355\u5143\u6267\u884c\u6307\u4ee4\u8ba1\u7b97\uff0c\u540c\u65f6\u9500\u6bc1\u4e4b\u524d\u6240\u6709\u5173\u4e8eBCD\u5728\u5bc4\u5b58\u5668\u4e2d\u7684\u6570\u636e\u53ca\u5176\u4ed6\u76f8\u5173\u72b6\u6001\u3002\u8fd9\u79cd\u4ee3\u4ef7\u5728\u6307\u4ee4\u7ba1\u7ebf\u7684\u9636\u6bb5\u5212\u5206\u8d8a\u591a\u65f6\u8d8a\u4e25\u91cd\uff0c\u56e0\u4e3a\u6709\u66f4\u591a\u4e0d\u5e94\u8be5\u88ab\u6267\u884c\u7684\u6307\u4ee4\u88ab\u6267\u884c\u4e86\u4e00\u90e8\u5206\uff0c\u4e4b\u540e\u6574\u4e2a\u72b6\u6001\u8fd8\u9700\u8981\u88ab\u91cd\u7f6e\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u6b64\u5916\uff0c\u5982\u679cif\u6bd4\u8f83\u51fd\u6570\u662f\u5bf9\u4e24\u4e2a\u6d6e\u70b9\u6570\u8fdb\u884c\u6bd4\u8f83\uff0c\u5219\u4ee3\u4ef7\u66f4\u9ad8\u3002\u6d6e\u70b9\u6570\u6bd4\u6574\u6570\u7684\u6bd4\u8f83\u8981\u82b1\u8d39\u66f4\u591a\u7684\u65f6\u949f\u5468\u671f\uff0c\u8fd9\u4f1a\u5bfc\u81f4\u90a3\u4e9b\u88ab\u9519\u8bef\u6267\u884c\u7684\u6307\u4ee4\u88ab\u6267\u884c\u66f4\u591a\u7684\u6307\u4ee4\u9636\u6bb5\uff0c\u4ece\u800c\u9020\u6210\u5904\u7406\u5668\u8d44\u6e90\u7684\u66f4\u5927\u6d6a\u8d39\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u7531\u4e8e\u6761\u4ef6\u5206\u652f\u5bfc\u81f4\u5904\u7406\u5668\u8d44\u6e90\u6d6a\u8d39\uff0c\u73b0\u4ee3\u5904\u7406\u5668\u5927\u90fd\u91c7\u7528\u4e00\u79cd\u65b9\u6cd5\u6765\u907f\u514d\u6bd4\u8f83\u548c\u8df3\u8f6c\u64cd\u4f5c\uff0c\u4ece\u800c\u80fd\u591f\u51cf\u8f7b\u5206\u652f\u5e26\u6765\u7684\u6027\u80fd\u5f00\u652f\u3002\u8fd9\u79cd\u65b9\u6cd5\u57fa\u4e8e\u4e00\u4e2a\u7b2c\u4e09\u4e2a\u53c2\u6570\uff0c\u6765\u5728\u4e24\u4e2a\u64cd\u4f5c\u6570\u4e4b\u95f4\u8fdb\u884c\u9009\u62e9\uff0c\u800c\u4e0d\u9700\u8981\u6267\u884c\u6bd4\u8f83\u548c\u8df3\u8f6c\u6307\u4ee4\uff0c\u8fd9\u79cd\u65b9\u6cd5\u79f0\u4e3a\u6761\u4ef6\u8f6c\u79fb\uff08conditional move\uff09\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u6761\u4ef6\u8f6c\u79fb\u7c7b\u4f3c\u4e8eC++\u4e2d\u7684\u4e09\u5143\u64cd\u4f5c\u7b26\uff0c\u5728\u5904\u7406\u5668\u4e2d\uff0c\u4e00\u4e2a\u6d6e\u70b9\u6570\u6761\u4ef6\u8f6c\u79fb\u64cd\u4f5c\u7b26\u79f0\u4f5cfsel\uff0c\u5b83\u662f\u6d6e\u70b9\u6570\u9009\u62e9\uff08floating-point selection\uff09\u7684\u7b80\u79f0\uff0c\u5b83\u5177\u6709\u5982\u4e0b\u7684\u6307\u4ee4\u5f62\u5f0f\uff1a"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-c++",children:"fsel f0, f1, f2, f3 // f0 = ( f1 >= 0 ? f2 : f3 )\n"})}),"\n",(0,r.jsx)(n.p,{children:"\u8be5\u6307\u4ee4\u76f4\u63a5\u5c06f1\u4e0e0.0\u8fdb\u884c\u6bd4\u8f83\uff0c\u7136\u540e\u76f4\u63a5\u9009\u62e9f2\u6216\u8005f3\uff0c\u8fd9\u662f\u4e00\u4e2a\u5355\u6761\u6307\u4ee4\uff0c\u4e0d\u5305\u542b\u5206\u652f\u6216\u8005\u8df3\u8f6c\u3002\u7f16\u8bd1\u5668\u5f80\u5f80\u80fd\u591f\u5c06\u4e09\u5143\u64cd\u4f5c\u7b26\u76f4\u63a5\u8f6c\u6362\u4e3afsel\u64cd\u4f5c\u7b26\uff1a"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-c++",children:"\treturn a >= 0 ? b : c;\t--\x3e fsel fr0,fr1,fr2,fr3\n"})}),"\n",(0,r.jsx)(n.p,{children:"\u751a\u81f3\u5982\uff1a"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-c++",children:"// float a, b, c, d, e, f;\r\nreturn ( a >= 0 ? b + 1 : c + 2 ) + ( d >= 0 ? e + 1 : f + 2 ) ;\n"})}),"\n",(0,r.jsx)(n.p,{children:"\u4e5f\u53ef\u4ee5\u8f6c\u6362\u4e3a\uff1a"}),"\n",(0,r.jsx)(n.pre,{children:(0,r.jsx)(n.code,{className:"language-c++",children:"fr1 = a, fr2 = b, fr3 = c,\r\nfr4 = d, fr5 = e, fr6 = f\r\nfr0 = 1.0f, fr13 = 2.0f\r\nfadds fr12,fr2,fr0 ; fr12 = b + 1\r\nfadds fr11,fr3,fr13 ; fr11 = c + 2\r\nfadds fr10,fr5,fr0 ; fr10 = e + 1\r\nfadds fr9,fr6,fr13 ; fr9 = f + 2\r\nfsel fr8,fr1,fr12,fr11 ; fr8 = a >= 0 ? fr12 : fr11\r\nfsel fr7,fr4,fr10,fr9 ; fr7 = d >= 0 ? fr10 : fr9\r\nfadds fr1,fr8,fr7 ; return = fr8 + fr7\n"})}),"\n",(0,r.jsxs)(n.p,{children:["\u901a\u8fc7\u4e0a\u9762\u7684\u793a\u4f8b\u53ef\u4ee5\u770b\u51fa\uff0cfsel\u5bf9\u4e24\u4e2a\u8f93\u5165\u503c\u90fd\u9700\u8981\u8fdb\u884c\u8ba1\u7b97\uff0c\u5373\u76f8\u5f53\u4e8e\u8ba1\u7b97\u4e86\u539f\u6765if\u6761\u4ef6\u8bed\u53e5\u7684\u4e24\u4e2a\u5206\u652f\u8bed\u53e5\u3002\u7136\u800c\u5373\u4fbf\u5982\u6b64\uff0cfsel\u5e26\u6765\u7684\u6027\u80fd\u63d0\u5347\u4ecd\u7136\u5341\u5206\u660e\u663e\uff0c\u8fd9\u5f97\u76ca\u4e8e\u5b83\u76f4\u63a5\u7701\u7565\u6389\u4e86\u5206\u652f\u9009\u62e9\uff0c\u5c24\u5176\u662f\u5f53\u7a0b\u5e8f\u4e2d\u6709\u5927\u91cfif\u6761\u4ef6\u8bed\u53e5\u5e76\u5217\uff0c\u6216\u8005\u5728\u4e00\u4e2a\u5faa\u73af\u8bed\u53e5\u4e2d\u7a7f\u63d2if\u6761\u4ef6\u8bed\u53e5\u7b49\u60c5\u5f62\uff0c\u8fd9\u4e9b\u5e26\u6765\u7684\u5904\u7406\u5668\u8d44\u6e90\u6d6a\u8d39\u6781\u5927\u3002\u5f53\u7136fsel\u53ea\u5904\u7406\u6d6e\u70b9\u6570\u7684\u6bd4\u8f83\uff0c\u8bfb\u8005\u53ef\u4ee5\u4ece[citea",":ThePowerPCCompilerWritersGuide","]\u4e86\u89e3\u66f4\u591a\u4fe1\u606f\u3002\u5728[citea:DoggedDetermination",":TechnologyandProcessatNaughtyDogInc",".]\u4e2d\uff0cJason Gregory\u5efa\u8bae\u5bf9\u4e8e\u9ad8\u6027\u80fd\u90e8\u5206\uff0c\u5c3d\u91cf\u4f7f\u7528fsel\u6307\u4ee4\uff0c\u5e76\u4e14\u62c6\u5206\u5faa\u73af\u5185\u7684\u6761\u4ef6\u8bed\u53e5\uff0c\u5c3d\u53ef\u80fd\u5730\u4f7f\u7528\u7b80\u5355\u7684\uff0c\u5c11\u5206\u652f\u7684\u7b97\u6cd5\u3002"]}),"\n",(0,r.jsx)(n.h3,{id:"\u7ebf\u7a0b\u7ea7\u5e76\u884c",children:"\u7ebf\u7a0b\u7ea7\u5e76\u884c"}),"\n",(0,r.jsx)(n.p,{children:"\u4e0a\u4e00\u8282\u6211\u4eec\u4ecb\u7ecd\u4e86\u6307\u4ee4\u7ea7\u7684\u5e76\u884c\u6280\u672f\uff0c\u8fd9\u4e9b\u6280\u672f\u5927\u90fd\u901a\u8fc7\u786c\u4ef6\u6765\u5b9e\u73b0\uff0c\u5176\u4e2d\u7f16\u8bd1\u5668\u80fd\u591f\u9488\u5bf9\u8fd9\u4e9b\u786c\u4ef6\u5b9e\u73b0\u8fdb\u884c\u4e00\u5b9a\u7684\u4f18\u5316\uff0c\u4f46\u662f\u5b83\u4eec\u5bf9\u4e8e\u7a0b\u5e8f\u5458\u800c\u8a00\u4e00\u822c\u662f\u900f\u660e\u7684\u3002\u6b64\u5916\uff0c\u6307\u4ee4\u7ea7\u7684\u5e76\u884c\u6280\u672f\u8fd8\u5305\u62ec\u5176\u4ed6\u5f88\u591a\u6bd4\u8f83\u6d41\u884c\u7684\u6280\u672f\u5b9e\u73b0\uff0c\u6211\u4eec\u6240\u8ba8\u8bba\u7684\u51e0\u4e4e\u90fd\u662f\u80fd\u591f\u5bf9\u7f16\u5199\u4ee3\u7801\u5177\u6709\u4e00\u5b9a\u6307\u5bfc\u610f\u4e49\u7684\u6280\u672f\uff0c\u8fd9\u80fd\u591f\u5e2e\u52a9\u6211\u4eec\u7f16\u5199\u66f4\u9ad8\u6027\u80fd\u7684\u4ee3\u7801\uff0c\u6bd5\u7adf\u5b9e\u65f6\u7684\u6e38\u620f\u7a0b\u5e8f\u5bf9\u6027\u80fd\u6709\u7740\u8d2a\u5a6a\u7684\u8981\u6c42\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u5728\u8ba1\u7b97\u673a\u79d1\u5b66\u4e2d\uff0c\u4e00\u4e2a\u6700\u5c0f\u5355\u5143\u7684\uff0c\u53ef\u4ee5\u72ec\u7acb\u88ab\u5904\u7406\u5668\u8c03\u7528\u7684\u6307\u4ee4\u7684\u96c6\u5408\u79f0\u4e3a\u4e00\u4e2a\u7ebf\u7a0b\uff08thread\uff09\uff0c\u5728\u524d\u9762\u8ba8\u8bba\u7684\u6307\u4ee4\u7ea7\u5e76\u884c\u6280\u672f\u4e2d\uff0c\u5728\u5904\u7406\u5668\u4e2d\u6267\u884c\u7684\u4e00\u4e2a\u5355\u72ec\u7684\u7a0b\u5e8f\u5373\u53ef\u4ee5\u79f0\u4e3a\u4e00\u4e2a\u5355\u7ebf\u7a0b\u3002\u5728\u5355\u4e2a\u5904\u7406\u5668\u5185\u90e8\uff0c\u5373\u4f7f\u4f7f\u7528\u524d\u9762\u8bb2\u8ff0\u7684\u6307\u4ee4\u5e76\u884c\u6280\u672f\uff0c\u53ea\u540c\u65f6\u6267\u884c\u5355\u4e2a\u7ebf\u7a0b\u7684\u5904\u7406\u5668\u7684\u5229\u7528\u7387\u901a\u5e38\u4ecd\u7136\u5f88\u4f4e\uff0c\u5176\u539f\u56e0\u662f\u67d0\u4e9b\u64cd\u4f5c\u9700\u8981\u5f88\u957f\u65f6\u95f4\u7684\u5ef6\u8fdf\uff0c\u4f8b\u5982\u6570\u636e\u5bc6\u96c6\u578b\u7684\u7a0b\u5e8f\u9700\u8981\u52a0\u8f7d\u5927\u91cf\u7684\u6570\u636e\uff0c\u6216\u8005\u7ebf\u7a0b\u9700\u8981\u7b49\u5f85\u5916\u90e8\u7684\u8f93\u5165\u4e8b\u4ef6\u6216\u8005\u5176\u4ed6\u7cfb\u7edf\u4e8b\u4ef6\u3002\u4e3a\u4e86\u8fdb\u4e00\u6b65\u63d0\u9ad8\u5355\u4e2a\u5904\u7406\u5668\u7684\u8ba1\u7b97\u6027\u80fd\uff0c\u591a\u7ebf\u7a0b\u6280\u672f\u5e94\u8fd0\u800c\u751f\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u591a\u7ebf\u7a0b\uff08multithreading\uff09\u6280\u672f\u662f\u6307\u5728\u5355\u4e2a\u5904\u7406\u5668\u6216\u8005\u4e00\u4e2a\u591a\u6838\u5904\u7406\u5668\u7684\u5176\u4e2d\u4e00\u4e2a\u6838\u5185\u90e8\uff0c\u62e5\u6709\u540c\u65f6\u6267\u884c\u591a\u4e2a\u7ebf\u7a0b\u7684\u80fd\u529b\uff0c\u5b83\u533a\u522b\u4e8e\u540e\u9762\u5373\u5c06\u8bb2\u8ff0\u7684\u591a\u5904\u7406\u5668\u67b6\u6784\uff0c\u8fd9\u4e9b\u7ebf\u7a0b\u5728\u5185\u90e8\u5171\u4eab\u8be5\u5904\u7406\u5668\u7684\u5404\u79cd\u8d44\u6e90\uff0c\u5305\u62ec\u8ba1\u7b97\u5355\u5143\uff0c\u5bc4\u5b58\u5668\uff0c\u7f13\u5b58\u7b49\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u5728\u73b0\u4ee3\u64cd\u4f5c\u7cfb\u7edf\u4e2d\uff0c\u591a\u7ebf\u7a0b\u6280\u672f\u662f\u76f4\u63a5\u88ab\u64cd\u4f5c\u7cfb\u7edf\u652f\u6301\u7684\u3002\u4e0d\u540c\u4e8e\u6307\u4ee4\u7ea7\u5e76\u884c\u662f\u5bf9\u7528\u6237\u900f\u660e\u7684\uff0c\u4e3a\u4e86\u5145\u5206\u5229\u7528\u591a\u7ebf\u7a0b\u6280\u672f\uff0c\u7a0b\u5e8f\u5458\u9700\u8981\u5c06\u4e00\u4e2a\u7a0b\u5e8f\u4e2d\u53ef\u4ee5\u72ec\u7acb\u5e76\u884c\u6267\u884c\u7684\u90e8\u5206\u62c6\u5206\u6210\u5355\u72ec\u7684\u7ebf\u7a0b\uff0c\u7136\u540e\u64cd\u4f5c\u7cfb\u7edf\u6839\u636e\u4e00\u5b9a\u7684\u89c4\u5219\u63a7\u5236\u548c\u8c03\u5ea6\u5904\u7406\u5668\u6267\u884c\u8fd9\u4e9b\u7ebf\u7a0b\u3002\u5982\u56fe\uff084\uff09\u6240\u793a\uff0c\u6bcf\u4e2a\u5e94\u7528\u7a0b\u5e8f\u53ef\u4ee5\u62e5\u6709\u4e00\u4e2a\u6216\u591a\u4e2a\u7ebf\u7a0b\uff0c\u5176\u4e2d\u81f3\u5c11\u4e00\u4e2a\u4e3b\u7ebf\u7a0b\uff08primary thread\uff09\uff0c\u4ee5\u53ca\u96f6\u4e2a\u6216\u591a\u4e2a\u6b21\u7ea7\u7ebf\u7a0b\uff08secondary thread\uff09\uff0c\u6bcf\u4e2a\u7ebf\u7a0b\u88ab\u8d4b\u4e88\u4e00\u5b9a\u7684\u4f18\u5148\u7ea7\uff0c\u8fd9\u4e9b\u7ebf\u7a0b\u88ab\u653e\u5165\u5230\u4e00\u4e2a\u7ebf\u7a0b\u6c60\uff0c\u64cd\u4f5c\u7cfb\u7edf\u4ee5\u7ebf\u7a0b\u4e3a\u5355\u4f4d\u5c06\u8fd9\u4e9b\u7a0b\u5e8f\u6307\u4ee4\u53d1\u9001\u5230\u5904\u7406\u5668\u8fdb\u884c\u6267\u884c\uff0c\u5176\u8c03\u5ea6\u7684\u65b9\u5f0f\u901a\u5e38\u662f\u57fa\u4e8e\u65f6\u95f4\u7247\u3002"}),"\n",(0,r.jsx)(l,{id:"f:rp-multithreading",num:"4",caption:"\u591a\u4e2a\u7ebf\u7a0b\u53ef\u4ee5\u5728\u4e00\u4e2a\u5355\u72ec\u7684\u5904\u7406\u5668\u4e0a\u6267\u884c\uff0c\u6bcf\u4e2a\u5e94\u7528\u7a0b\u5e8f\u53ef\u4ee5\u521b\u5efa\u4e00\u4e2a\u6216\u591a\u4e2a\u7ebf\uff0c\u8fd9\u4e9b\u7ebf\u7a0b\u5e76\u88ab\u64cd\u4f5c\u7cfb\u7edf\u6309\u7167\u4e00\u5b9a\u7684\u4f18\u5148\u7ea7\u8c03\u7528\u5904\u7406\u5668\u8fdb\u884c\u5904\u7406",children:(0,r.jsx)("img",{src:"/img/figures/rp/multithreading.png",width:"400"})}),"\n",(0,r.jsx)(n.p,{children:"\u5982\u56fe\uff084\uff09\u6240\u793a\uff0c\u591a\u7ebf\u7a0b\u5904\u7406\u5668\u5185\u90e8\u53ef\u4ee5\u652f\u6301\u591a\u4e2a\u7ebf\u7a0b\u5e76\u884c\u6267\u884c\uff0c\u4f46\u662f\u8fd9\u4e9b\u7ebf\u7a0b\u4e0d\u662f\u771f\u6b63\u5730\u540c\u65f6\u6267\u884c\uff0c\u800c\u662f\u901a\u8fc7\u5904\u7406\u5668\u7684\u63a7\u5236\u4ea4\u53c9\u5730\u6267\u884c\u3002\u5f53\u5f53\u524d\u6b63\u5728\u6267\u884c\u7684\u7ebf\u7a0b\u9047\u5230\u7f13\u5b58\u5931\u6548\u6216\u8005\u5176\u4ed6\u4e8b\u4ef6\uff08\u4f8b\u5982\u4e00\u4e2a\u7ebf\u7a0b\u9700\u8981\u7b49\u5f85\u53e6\u4e00\u4e2a\u7ebf\u7a0b\u7684\u8f93\u51fa\u7ed3\u679c\uff09\u65f6\uff0c\u5904\u7406\u5668\u5373\u81ea\u52a8\u5207\u6362\u5230\u5176\u4ed6\u5904\u4e8e\u7b49\u5f85\u6267\u884c\u72b6\u6001\uff08ready to run\uff09\u7684\u7ebf\u7a0b\uff08\u5373\u6570\u636e\u5df2\u7ecf\u52a0\u8f7d\u5230\u7f13\u5b58\uff09\u6267\u884c\u6307\u4ee4\uff0c\u901a\u8fc7\u8fd9\u6837\u4fdd\u6301\u5904\u7406\u5668\u7684\u7e41\u5fd9\uff0c\u907f\u514d\u5904\u7406\u5668\u7b49\u5f85\u6570\u636e\u4ece\u4e3b\u5b58\u8bfb\u53d6\u7684\u5ef6\u8fdf\uff0c\u6765\u5145\u5206\u63d0\u9ad8\u5355\u4e2a\u5904\u7406\u5668\u7684\u8ba1\u7b97\u6027\u80fd\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u4f7f\u7528\u786c\u4ef6\u5bf9\u591a\u7ebf\u7a0b\u6280\u672f\u7684\u652f\u6301\u7684\u4e00\u4e2a\u76ee\u6807\u662f\uff0c\u5141\u8bb8\u5728\u7b49\u5f85\u5ef6\u8fdf\u7684\u7ebf\u7a0b\u548c\u5df2\u7ecf\u51c6\u5907\u597d\u88ab\u6267\u884c\u7684\u7ebf\u7a0b\u4e4b\u95f4\u4fdd\u6301\u5feb\u901f\u5207\u6362\uff0c\u4e3a\u4e86\u8fbe\u5230\u8fd9\u4e2a\u76ee\u6807\uff0c\u6bcf\u4e2a\u7ebf\u7a0b\u90fd\u9700\u8981\u62e5\u6709\u81ea\u5df1\u7684\u6307\u4ee4\u548c\u6570\u636e\u5bc4\u5b58\u5668\u96c6\u5408\uff0c\u8fd8\u5305\u62ec\u7528\u4e8e\u5b58\u50a8\u6307\u4ee4\u7ba1\u7ebf\u8c03\u5ea6\u76f8\u5173\u7684\u4e00\u4e9b\u5904\u7406\u5355\u5143\u548c\u8c03\u5ea6\u4fe1\u606f\uff0c\u5f53\u53d1\u751f\u7ebf\u7a0b\u5207\u6362\u65f6\uff0c\u76f4\u63a5\u5728\u9ad8\u901f\u7684\u5bc4\u5b58\u5668\u4e4b\u95f4\u6267\u884c\u8d4b\u503c\u548c\u8bfb\u53d6\u5373\u53ef\uff0c\u800c\u4e0d\u9700\u8981\u91cd\u65b0\u4ece\u7f13\u5b58\u8bfb\u53d6\u6570\u636e\u3002\u73b0\u4ee3\u5904\u7406\u5668\u7684\u7ebf\u7a0b\u5207\u6362\u901a\u5e38\u53ef\u4ee5\u5728\u4e00\u4e2a\u65f6\u949f\u5468\u671f\u5185\u5b8c\u6210\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u5355\u5904\u7406\u5668\u591a\u7ebf\u7a0b\u6280\u672f\u7684\u8fd9\u4e9b\u6838\u5fc3\u601d\u8def\u540e\u6765\u88ab\u7528\u4e8eGPU\u67b6\u6784\u4e2d\uff0c\u4e3b\u8981\u5305\u62ec\u59cb\u7ec8\u5207\u6362\u5230\u5904\u4e8e\u2018\u51c6\u5907\u597d\u2019\u7684\u72b6\u6001\u7684\u7ebf\u7a0b\uff0c\u4ee5\u53ca\u4f7f\u7528\u66f4\u591a\u4e13\u6709\u7684\u5bc4\u5b58\u5668\u6765\u5b9e\u73b0\u7ebf\u7a0b\u4e4b\u95f4\u7684\u5feb\u901f\u5207\u6362\u3002\u5f53\u7136GPU\u4f1a\u6709\u4e00\u4e9b\u81ea\u5df1\u72ec\u7279\u7684\u201c\u601d\u7ef4\u201d\uff0c\u4f46\u662f\u5176\u6838\u5fc3\u67b6\u6784\u90fd\u662f\u968f\u7740CPU\u5e76\u884c\u8ba1\u7b97\u7684\u53d1\u5c55\u800c\u6f14\u53d8\u51fa\u6765\u7684\uff0c\u518d\u7ed3\u5408\u4e0b\u4e00\u8282\u7684\u591a\u5904\u7406\u5668\u6280\u672f\uff0c\u6211\u4eec\u5c31\u53ef\u4ee5\u63a8\u5bfc\u51fa\u4e00\u4e2a\u53ef\u4ee5\u5177\u6709\u65e0\u9650\u6269\u5c55\uff0c\u5e76\u4e14\u80fd\u591f\u9ad8\u6548\u5229\u7528\u6bcf\u4e2aGPU\u5904\u7406\u5668\u8ba1\u7b97\u5355\u5143\u7684\u5e76\u884c\u8ba1\u7b97\u6a21\u578b\u3002"}),"\n",(0,r.jsx)(n.h4,{id:"\u540c\u65f6\u591a\u7ebf\u7a0b\u6280\u672f",children:"\u540c\u65f6\u591a\u7ebf\u7a0b\u6280\u672f"}),"\n",(0,r.jsx)(n.p,{children:"\u591a\u7ebf\u7a0b\u6280\u672f\u6709\u591a\u79cd\u5b9e\u73b0\u65b9\u6848\uff0c\u6700\u7b80\u5355\u7684\u662f\u5757\u591a\u7ebf\u7a0b\uff08block multithreading\uff09\uff0c\u8fd9\u79cd\u65b9\u6848\u4f1a\u4e00\u76f4\u6267\u884c\u4e00\u4e2a\u7ebf\u7a0b\uff0c\u76f4\u81f3\u7ebf\u7a0b\u9047\u5230\u5f88\u5927\u7684\u5ef6\u8fdf\uff08\u4f8b\u5982\u7f13\u5b58\u5931\u6548\uff0c\u8fd9\u79cd\u5ef6\u8fdf\u53ef\u80fd\u9700\u8981\u4e0a\u767e\u4e2a\u65f6\u949f\u5468\u671f\uff09\u65f6\u5207\u6362\u5230\u53e6\u4e00\u4e2a\u5904\u4e8e\u201c\u53ef\u6267\u884c\u72b6\u6001\u201d\u7684\u7ebf\u7a0b\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u53e6\u4e00\u79cd\u6bd4\u8f83\u806a\u660e\u7684\u65b9\u6848\u79f0\u4e3a\u4ea4\u53c9\u591a\u7ebf\u7a0b\uff08interleaved multithreading\uff09\uff0c\u8fd9\u79cd\u6280\u672f\u5728\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u90fd\u4f7f\u7528\u4e00\u4e2a\u4e0d\u540c\u4e8e\u4e0a\u4e00\u4e2a\u65f6\u949f\u5468\u671f\u7684\u7ebf\u7a0b\u3002\u7531\u524d\u9762\u7684\u5185\u5bb9\u53ef\u77e5\uff0c\u5f53\u5904\u7406\u5668\u5728\u6267\u884c\u4e00\u4e2a\u7ebf\u7a0b\u65f6\uff0c\u6307\u4ee4\u7ea7\u5e76\u884c\u4f1a\u4f7f\u5f97\u8be5\u7ebf\u7a0b\u5185\u591a\u6761\u6307\u4ee4\u53ef\u4ee5\u88ab\u540c\u65f6\u6267\u884c\uff0c\u8fd9\u4e3b\u8981\u901a\u8fc7\u6307\u4ee4\u7ba1\u7ebf\u6765\u5b9e\u73b0\uff0c\u7136\u800c\u6307\u4ee4\u4e4b\u95f4\u5e38\u5e38\u6709\u6570\u636e\u4f9d\u8d56\u5173\u7cfb\uff0c\u800c\u4f7f\u5f97\u540e\u9762\u7684\u6307\u4ee4\u5728\u7ba1\u7ebf\u4e2d\u4f7f\u7528\u6c14\u6ce1\u586b\u5145\uff0c\u867d\u7136\u6709\u4e00\u4e9b\u6307\u4ee4\u7ea7\u7684\u6280\u672f\u7528\u4e8e\u51cf\u5c11\u6c14\u6ce1\u7684\u5360\u7528\u65f6\u95f4\uff0c\u4ea4\u53c9\u591a\u7ebf\u7a0b\u5219\u8bd5\u56fe\u901a\u8fc7\u7ebf\u7a0b\u7ea7\u7684\u6280\u672f\u6765\u89e3\u51b3\u8fd9\u4e2a\u95ee\u9898\u3002\u56e0\u4e3a\u7ebf\u7a0b\u4e4b\u95f4\u662f\u76f8\u5bf9\u72ec\u7acb\u7684\uff0c\u6240\u4ee5\u4ea4\u53c9\u591a\u7ebf\u7a0b\u6bcf\u6b21\u4ece\u4e0d\u540c\u7684\u7ebf\u7a0b\u4e2d\u53d6\u51fa\u4e00\u6761\u6307\u4ee4\u52a0\u5165\u5230\u6307\u4ee4\u7ba1\u7ebf\u4e2d\uff0c\u8fd9\u6837\u7406\u60f3\u7684\u60c5\u51b5\u4e0b\u6307\u4ee4\u7ba1\u7ebf\u4e2d\u6bcf\u4e2a\u9636\u6bb5\u6267\u884c\u7684\u662f\u4e0d\u540c\u7ebf\u7a0b\u4e2d\u7684\u6307\u4ee4\uff08\u8fd9\u91cc\u53ef\u80fd\u6bd4\u8f83\u8d39\u89e3\uff0c\u56de\u60f3\u524d\u9762\u8bb2\u8ff0\u7684\u6307\u4ee4\u7ba1\u7ebf\u77e5\u8bc6\uff0c\u867d\u7136\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u5185\u6bcf\u4e2a\u7ba1\u7ebf\u9636\u6bb5\u6267\u884c\u7684\u662f\u4e0d\u540c\u7684\u6307\u4ee4\uff0c\u4f46\u662f\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u5904\u7406\u5668\u53ea\u52a0\u5165\u4e00\u6761\u6307\u4ee4\uff0c\u6240\u4ee5\u5982\u679c\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u53d6\u6765\u4e0d\u540c\u7ebf\u7a0b\u7684\u6307\u4ee4\uff0c\u90a3\u4e48\u7ba1\u7ebf\u5404\u4e2a\u9636\u6bb5\u6267\u884c\u7684\u5c06\u662f\u6765\u81ea\u4e0d\u540c\u7ebf\u7a0b\u7684\u6307\u4ee4\u3002\uff09\uff0c\u4ece\u800c\u51e0\u4e4e\u4e0d\u4f1a\u6709\u6570\u636e\u4f9d\u8d56\u5173\u7cfb\u3002\u7136\u800c\u4ea4\u53c9\u591a\u7ebf\u7a0b\u7684\u4e0d\u8db3\u662f\u6bcf\u4e2a\u6307\u4ee4\u9636\u6bb5\u90fd\u9700\u8981\u989d\u5916\u7684\u8ba1\u7b97\u548c\u5b58\u50a8\u6210\u672c\u7528\u6765\u8ffd\u8e2a\u8fd9\u4e9b\u7ebf\u7a0b\u7684ID\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u4e0a\u8ff0\u4e24\u79cd\u65b9\u6848\u90fd\u53ef\u4ee5\u79f0\u4e3a\u65f6\u5206\u591a\u7ebf\u7a0b\uff08temporal multithreading\uff0cTMT\uff09\u6280\u672f\uff0c\u5728TMT\u4e2d\uff0c\u5bf9\u4e8e\u7ed9\u5b9a\u7684\u4efb\u4f55\u65f6\u95f4\uff0c\u6307\u4ee4\u7ba1\u7ebf\u7684\u6bcf\u4e2a\u9636\u6bb5\u53ea\u6709\u4e00\u4e2a\u7ebf\u7a0b\u7684\u6307\u4ee4\u5728\u6267\u884c\uff0c\u5982\u56fe\uff085\uff09\u5de6\u8fb9\u7684\u67b6\u6784\u3002\u672c\u8282\u4e3b\u8981\u8981\u8bb2\u8ff0\u7684\uff0c\u4e5f\u662f\u73b0\u4ee3\u5904\u7406\u5668\u6bd4\u8f83\u9ad8\u7ea7\u7684\u591a\u7ebf\u7a0b\u6280\u672f\u65b9\u6848\u662f\u540c\u65f6\u591a\u7ebf\u7a0b\u6280\u672f\uff08simultaneous multithreading\uff0cSMT\uff09\uff0c\u4e0eTMT\u76f8\u5bf9\u5e94\uff0c\u5728\u4e00\u4e2a\u7ed9\u5b9a\u65f6\u95f4\u5185\u53ca\u6307\u4ee4\u9636\u6bb5\uff0cSMT\u5904\u7406\u5668\u53ef\u4ee5\u540c\u65f6\u6709\u6765\u81ea\u591a\u4e2a\u7ebf\u7a0b\u7684\u6307\u4ee4\u5728\u6267\u884c\uff0c\u5982\u56fe\uff085\uff09\u53f3\u8fb9\u7684\u67b6\u6784\u3002SMT\u5e76\u4e0d\u9700\u8981\u5bf9\u666e\u901a\u7684TMT\u67b6\u6784\u505a\u592a\u5927\u6539\u53d8\uff0c\u5b83\u53ea\u9700\u8981\u589e\u52a0\u5728\u4e00\u4e2a\u65f6\u949f\u5468\u671f\u5185\u4ece\u591a\u4e2a\u7ebf\u7a0b\u83b7\u53d6\u6307\u4ee4\u7684\u80fd\u529b\uff0c\u4ee5\u53ca\u66f4\u5927\u7684\u5bc4\u5b58\u5668\u6587\u4ef6\u7528\u4e8e\u5b58\u50a8\u591a\u4e2a\u7ebf\u7a0b\u6307\u4ee4\u7684\u76f8\u5173\u6570\u636e\u3002SMT\u5e76\u53d1\u7ebf\u7a0b\u7684\u6570\u91cf\u7531\u82af\u7247\u8bbe\u8ba1\u8005\u51b3\u5b9a\uff0c\u901a\u5e38\u7684\u8bbe\u8ba1\u4e3a\u6bcf\u4e2a\u5904\u7406\u56682\u4e2a\u5e76\u53d1\u7ebf\u7a0b\uff0c\u4f46\u662f\u4e00\u4e9b\u5904\u7406\u5668\u652f\u63018\u4e2a\u5e76\u53d1\u7ebf\u7a0b\u3002"}),"\n",(0,r.jsx)(l,{id:"f:rp-smt",num:"5",caption:"\u4e24\u79cd\u7ecf\u5178\u7684\u591a\u7ebf\u7a0b\u67b6\u6784\uff0c\u5de6\u8fb9\u4e3aTMT\uff0c\u53f3\u8fb9\u4e3aSMT\uff0cSMT\u5728\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u7684\u6bcf\u4e2a\u9636\u6bb5\u5185\uff0c\u53ef\u4ee5\u540c\u65f6\u6267\u884c\u6765\u81ea\u591a\u4e2a\u7ebf\u7a0b\u7684\u6307\u4ee4\u3002\u4ece\u56fe\u4e2d\u53ef\u4ee5\u770b\u51fa\uff0c\u7406\u8bba\u4e0aSMT\u6267\u884c\u76f8\u540c\u6570\u91cf\u7684\u6307\u4ee4\u53ea\u9700\u8981\u82b1\u8d39TMT\u4e00\u534a\u7684\u65f6\u949f\u5468\u671f",children:(0,r.jsx)("img",{src:"/img/figures/rp/smt.png",width:"700"})}),"\n",(0,r.jsx)(n.p,{children:"SMT\u4e0e\u8bf8\u5982\u82f1\u7279\u5c14\u7684\u53cc\u6838\u5904\u7406\u5668\u662f\u4e0d\u540c\u7684\uff0c\u867d\u7136\u5b83\u4eec\u6700\u7ec8\u90fd\u662f\u96c6\u6210\u5728\u4e00\u4e2a\u82af\u7247\u4e0a\uff0c\u4f46\u662f\u53cc\u6838\u5904\u7406\u5668\u62e5\u6709\u72ec\u7acb\u7684\u6267\u884c\u5355\u5143\uff0c\u6307\u4ee4\u8c03\u5ea6\uff0c\u5bc4\u5b58\u5668\uff0cL1\u7f13\u5b58\u7b49\uff0c\u5b83\u4eec\u53ea\u662f\u5171\u4eabL2\u53ca\u4ee5\u4e0a\u7684\u7f13\u5b58\uff0c\u6211\u4eec\u53ef\u4ee5\u79f0\u4e4b\u4e3a\u7f13\u5b58\u7ea7\u522b\u7684\u5171\u4eab\uff1b\u800cSMT\u5219\u662f\u5171\u4eab\u6307\u4ee4\u7ea7\u7684\u4e00\u4e9b\u8d44\u6e90\uff0c\u63a5\u4e0b\u6765\u5c06\u8bb2\u8ff0\u8fd9\u4e9b\u5171\u4eab\u7684\u8d44\u6e90\uff0c\u901a\u8fc7\u5171\u4eab\u8fd9\u4e9b\u6307\u4ee4\u7ea7\u7684\u8d44\u6e90\uff0c\u6211\u4eec\u770b\u5230SMT\u53ef\u4ee5\u5927\u5927\u63d0\u5347\u5355\u4e2a\u5904\u7406\u5668\u7684\u6267\u884c\u6548\u7387\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u6211\u4eec\u5c06\u4ee5\u82f1\u7279\u5c14\u7684\u8d85\u7ebf\u7a0b\u6280\u672f\u6765\u5206\u6790\u540c\u65f6\u591a\u7ebf\u7a0b\u6280\u672f\uff0c\u82f1\u7279\u5c14\u7684\u8d85\u7ebf\u7a0b\u6280\u672f\uff08Hyper-Threading Technology\uff09\u662f\u4e00\u79cdSMT\u67b6\u6784\uff0c\u5728\u7ed3\u6784\u4e0a\uff0c\u4e00\u4e2a\u8d85\u7ebf\u7a0b\u67b6\u6784\u7684\u5904\u7406\u5668\u7531\u4e24\u4e2a\u903b\u8f91\u5904\u7406\u5668\uff08logical processor\uff09\u7ec4\u6210\uff0c\u6bcf\u4e2a\u903b\u8f91\u5904\u7406\u5668\u62e5\u6709\u81ea\u5df1\u7684\uff08\u5982\u67b6\u6784\u72b6\u6001\u7b49\uff09\u4e00\u4e9b\u8d44\u6e90\uff0c\u4f46\u662f\u4e24\u4e2a\u903b\u8f91\u5904\u7406\u5668\u5171\u4eab\u5904\u7406\u5668\u7684\u4e00\u4e9b\u6267\u884c\u8d44\u6e90\uff08Processor Execution Resources\uff09\uff0c\u5982\u56fe\uff086\uff09\u6240\u793a\u3002"}),"\n",(0,r.jsx)(l,{id:"f:rp-hyper-threading",num:"6",caption:"\u5728\u82f1\u7279\u5c14\u7684\u8d85\u7ebf\u7a0b\u6280\u672f\u67b6\u6784\u4e2d\uff0c\u6bcf\u4e2a\u7269\u7406\u5904\u7406\u5668\u5305\u542b\u4e24\u4e2a\u903b\u8f91\u5904\u7406\u5668\uff0c\u6bcf\u4e2a\u903b\u8f91\u5904\u7406\u5668\u5305\u542b\u72ec\u7acb\u7684\u5904\u7406\u5668\u67b6\u6784\u72b6\u6001\uff0c\u4e24\u4e2a\u903b\u8f91\u5904\u7406\u5668\u5171\u4eab\u9664\u67b6\u6784\u72b6\u6001\u4e4b\u5916\u7684\u6240\u6709\u5904\u7406\u5668\u8d44\u6e90\u3002\u6ce8\u610f\u56fe\u4e2d\u7684\u8ba1\u7b97\u673a\u662f\u5305\u542b\u4e24\u4e2a\u7269\u7406\u5904\u7406\u5668\u7684\uff0c\u6216\u8005\u4e3a\u540e\u9762\u8bb2\u8ff0\u7684\u53cc\u6838\u5904\u7406\u5668",children:(0,r.jsx)("img",{src:"/img/figures/rp/hyper-threading.png",width:"700"})}),"\n",(0,r.jsx)(n.p,{children:"\u6bcf\u4e2a\u903b\u8f91\u5904\u7406\u5668\u62e5\u6709\u7684\u8d44\u6e90\u5305\u62ec\uff1a"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"\u62e5\u6709\u72ec\u7acb\u7684\u67b6\u6784\u72b6\u6001\uff08Architectural State\uff09\u3002"}),"\n",(0,r.jsx)(n.li,{children:"\u5e76\u53d1\u5730\u6267\u884c\u81ea\u5df1\u7684\u6307\u4ee4\u3002"}),"\n",(0,r.jsx)(n.li,{children:"\u6b63\u5728\u6267\u884c\u7684\u6307\u4ee4\u53ef\u4ee5\u88ab\u72ec\u7acb\u5730\u6253\u65ad\u548c\u505c\u6b62\u3002"}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:"\u4e24\u4e2a\u903b\u8f91\u5904\u7406\u5668\u5171\u4eab\uff1a"}),"\n",(0,r.jsxs)(n.ul,{children:["\n",(0,r.jsx)(n.li,{children:"\u5904\u7406\u5668\u6267\u884c\u5f15\u64ce\uff08Execution engine\uff09\u4ee5\u53caL1\u7f13\u5b58\u3002"}),"\n",(0,r.jsx)(n.li,{children:"\u5171\u4eab\u7cfb\u7edf\u6570\u636e\u603b\u7ebf\uff08system bus interface\uff09\u3002"}),"\n"]}),"\n",(0,r.jsx)(n.p,{children:"\u5904\u7406\u5668\u67b6\u6784\u72b6\u6001\u5305\u62ec\u6570\u636e\u96c6\uff0c\u63a7\u5236\uff0c\u8c03\u8bd5\u7b49\u76f8\u5173\u7684\u5bc4\u5b58\u5668\u4ee5\u53ca\u4e00\u4e9b\u72b6\u6001\u673a\u76f8\u5173\u7684\u5bc4\u5b58\u5668\uff0c\u6b64\u5916\u6bcf\u4e2a\u903b\u8f91\u5904\u7406\u5668\u8fd8\u6709\u72ec\u7acb\u7684\u9ad8\u7ea7\u53ef\u7f16\u7a0b\u6253\u65ad\u63a7\u5236\u5668\uff08advanced programmable interrupt controller\uff0cAPIC\uff09\u7528\u6765\u63a7\u5236\u6307\u4ee4\u7684\u505c\u6b62\u7b49\u64cd\u4f5c\u3002\u4ece\u4e00\u4e2a\u8f6f\u4ef6\u7684\u89c6\u89d2\u6765\u770b\uff0c\u4e00\u65e6\u6bcf\u4e2a\u903b\u8f91\u5904\u7406\u5668\u62e5\u6709\u81ea\u5df1\u7684\u5904\u7406\u5668\u67b6\u6784\u72b6\u6001\uff0c\u5b83\u5728\u529f\u80fd\u4e0a\u5c31\u76f8\u5f53\u4e8e\u4e24\u4e2a\u72ec\u7acb\u7684\u5904\u7406\u5668\u3002\u76f8\u5bf9\u4e8e\u6574\u4e2a\u5904\u7406\u5668\u6765\u8bf4\uff0c\u7528\u4e8e\u5b58\u50a8\u5904\u7406\u5668\u67b6\u6784\u72b6\u6001\u7684\u6676\u4f53\u7ba1\u53ea\u9700\u8981\u5f88\u5c0f\u7684\u9762\u79ef\uff0c\u5b83\u76f8\u5bf9\u4e8e\u53cc\u6838\u5904\u7406\u5668\u5927\u5927\u8282\u7701\u4e86\u82af\u7247\u9762\u79ef\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u8d85\u7ebf\u7a0b\u6280\u672f\u590d\u5236\u7684\u5904\u7406\u5668\u67b6\u6784\u72b6\u6001\u7528\u6765\u8ddf\u8e2a\u7a0b\u5e8f\u6216\u7ebf\u7a0b\u6267\u884c\u6d41\u76f8\u5173\u7684\u4fe1\u606f\uff0c\u800c\u5176\u5171\u4eab\u7684\u6267\u884c\u8d44\u6e90\u5219\u5305\u542b\u600e\u6837\u63a7\u5236\u8fd9\u4e9b\u6267\u884c\u6d41\u7684\u5de5\u4f5c\u5c55\u5f00\u3002\u6240\u6709\u903b\u8f91\u5904\u7406\u5668\u5171\u4eab\u4e00\u4e2a\u7269\u7406\u5904\u7406\u5668\u9664\u67b6\u6784\u72b6\u6001\u4e4b\u5916\u7684\u6240\u6709\u8d44\u6e90\uff0c\u5305\u62ec\u6267\u884c\u5355\u5143\uff0c\u5206\u652f\u9884\u6d4b\uff0c\u63a7\u5236\u903b\u8f91\u53ca\u7cfb\u7edf\u603b\u7ebf\u7b49\u3002"}),"\n",(0,r.jsxs)(n.p,{children:["[cite a",":IntelHyper-ThreadingTechnology","]\u6307\u51fa\uff0c\u901a\u5e38\u5e94\u7528\u7a0b\u5e8f\u53ea\u5229\u7528\u4e86\u5355\u4e2a\u5904\u7406\u566835%\u7684\u6267\u884c\u8d44\u6e90\uff0c\u800c\u8d85\u7ebf\u7a0b\u6280\u672f\u53ef\u4ee5\u63d0\u9ad8\u5904\u7406\u5668\u7684\u5229\u7528\u7387\u4ee5\u8fbe\u523050%\u7684\u5229\u7528\u7387\u3002"]}),"\n",(0,r.jsx)(n.h3,{id:"\u5904\u7406\u5668\u7ea7\u5e76\u884c",children:"\u5904\u7406\u5668\u7ea7\u5e76\u884c"}),"\n",(0,r.jsx)(n.p,{children:"\u524d\u9762\u8bb2\u8ff0\u7684\u6307\u4ee4\u7ea7\u5e76\u884c\u53ca\u7ebf\u7a0b\u7ea7\u5e76\u884c\u90fd\u65e8\u5728\u63d0\u9ad8\u5355\u4e2a\u7269\u7406\u5904\u7406\u5668\u7684\u6267\u884c\u6548\u7387\uff0c\u7136\u800c\u5355\u4e2a\u7269\u7406\u5904\u7406\u5668\u7684\u8ba1\u7b97\u80fd\u529b\u603b\u662f\u6709\u9650\u7684\uff0c\u53ea\u6709\u8fdb\u5316\u5230\u5904\u7406\u5668\u7ea7\u7684\u5e76\u884c\uff0c\u5373\u62e5\u6709\u80fd\u591f\u6269\u5c55\u7269\u7406\u5904\u7406\u5668\u7684\u80fd\u529b\uff0c\u5927\u89c4\u6a21\uff0c\u53ef\u6269\u5c55\u7684\u5e76\u884c\u8ba1\u7b97\u624d\u6709\u53ef\u80fd\u5f62\u6210\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u591a\u5904\u7406\u5668\u67b6\u6784\uff08multiprocessing architecture\uff09\u662f\u6307\u4e00\u4e2a\u8ba1\u7b97\u673a\u7cfb\u7edf\u62e5\u6709\u591a\u4e2a\u7269\u7406\u7684\u5904\u7406\u5668\uff0c\u6216\u8005\u62e5\u6709\u591a\u4e2a\u6838\uff08core\uff09\uff0c\u4e24\u8005\u7684\u4e3b\u8981\u533a\u522b\u4e3a\u591a\u6838\u5904\u7406\u5668\u6bcf\u4e2a\u6838\u4ec5\u62e5\u6709L1\u7f13\u5b58\u53ca\u5bc4\u5b58\u5668\uff0c\u540c\u4e00\u82af\u7247\u5185\u7684\u6838\u5171\u4eabL2\u53ca\u4e3b\u5185\u5b58\uff0c\u800c\u591a\u4e2a\u5355\u72ec\u7684\u7269\u7406\u5904\u7406\u5668\u5f80\u5f80\u4ec5\u5171\u4eab\u4e3b\u5b58\u5e76\u62e5\u6709\u81ea\u5df1\u7684\u7f13\u5b58\u7cfb\u7edf\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u5173\u4e8e\u591a\u5904\u7406\u5668\u67b6\u6784\uff0c\u6211\u4eec\u53ef\u4ee5\u4ece\u4e24\u4e2a\u89d2\u5ea6\u6765\u4e86\u89e3\u5176\u7279\u70b9\uff0c\u5176\u4e00\u662f\u6240\u6709\u5904\u7406\u5668\u4e4b\u95f4\u7684\u5bf9\u79f0\u6027\uff0c\u5176\u4e8c\u662f\u5904\u7406\u5668\u4e4b\u95f4\u7684\u901a\u4fe1\u673a\u5236\u3002"}),"\n",(0,r.jsx)(n.h4,{id:"\u591a\u5904\u7406\u5668\u67b6\u6784\u7684\u5bf9\u7b49\u6027",children:"\u591a\u5904\u7406\u5668\u67b6\u6784\u7684\u5bf9\u7b49\u6027"}),"\n",(0,r.jsx)(n.p,{children:"\u5bf9\u79f0\u6027\u662f\u6307\u6240\u6709\u5904\u7406\u5668\u7684\u5730\u4f4d\u548c\u529f\u80fd\u662f\u5426\u5bf9\u7b49\uff0c\u975e\u5bf9\u7b49\u591a\u5904\u7406\u5668\u67b6\u6784\uff08Asymmetric multiprocessing\uff0cASMP\uff09\u6bd4\u8f83\u5178\u578b\u7684\u4f8b\u5b50\u662fCell\u5904\u7406\u5668\u67b6\u6784\uff0c\u5b83\u7684\u601d\u60f3\u662f\u7528\u4e00\u4e2a\u5e38\u89c4\u5904\u7406\u5668\u4f5c\u4e3a\u76d1\u7ba1\u5904\u7406\u5668\uff0c\u8be5\u5904\u7406\u5668\u4e0e\u5927\u91cf\u7684\u9ad8\u901f\u534f\u4f5c\u5904\u7406\u5668\u76f8\u8fde\u3002\u5728Cell\u5904\u7406\u5668\u4e2d\uff0c\u5e38\u89c4\u7684PowerPC\u5904\u7406\u5668\u62c5\u4efb\u4e0e\u6d41\u5904\u7406\u5668\u548c\u5916\u90e8\u4e16\u754c\u7684\u63a5\u53e3\uff0c\u79f0\u4e3aPPE\uff08Power Processor Element\uff09\uff0c\u800c\u534f\u4f5c\u5904\u7406\u5668SPE\uff08Synergistic Processing Element\uff09\uff0c\u5219\u5728PPE\u7684\u7ba1\u7406\u4e0b\u5904\u7406\u6570\u636e\u96c6\uff0c\u5982\u56fe\uff087\uff09\u6240\u793a\u3002"}),"\n",(0,r.jsx)(l,{id:"f:rp-cell",num:"7",caption:"Cell\u7cfb\u7edf\u67b6\u6784\uff0c\u5b83\u96c6\u6210\u4e00\u4e2aPPE\u5904\u7406\u5668\u548c8\u4e2aSPE\u5904\u7406\u5355\u5143\u5728\u4e00\u4e2a\u7edf\u4e00\u7684\u7cfb\u7edf\u67b6\u6784\u4e2d\uff0c\u5176\u4e2dPPE\u662f\u4e00\u4e2a\u666e\u901a\u768464\u4f4d\u7684Power\u67b6\u6784\u7684\u5904\u7406\u5668\u7528\u4e8e\u5904\u7406\u4e00\u822c\u5e76\u884c\u4efb\u52a1\uff0c\u800cSPE\u4e3b\u8981\u8d1f\u8d23\u6570\u636e\u5bc6\u96c6\u578b\u7684\u8ba1\u7b97\uff0c\u6240\u6709\u5904\u7406\u5668\u4e4b\u95f4\u901a\u8fc7EIB\u76f8\u8fde\u8fdb\u884c\u9ad8\u6027\u80fd\u7684\u6570\u636e\u901a\u4fe1\uff0c\u5173\u4e8e\u66f4\u591a\u6709\u5173Cell\u5904\u7406\u5668\u7684\u4fe1\u606f\uff0c\u53c2\u89c1\\cite{a:SynergisticProcessinginCellsMulticoreArchitecture}",children:(0,r.jsx)("img",{src:"/img/figures/rp/cell-architecture.png",width:"800"})}),"\n",(0,r.jsx)(n.p,{children:"\u8981\u60f3\u4e3aCell\u5904\u7406\u5668\u7f16\u7a0b\uff0c\u6211\u4eec\u9700\u8981\u5199\u4e00\u4e2a\u5728PowerPC\u6838\u5fc3\u5904\u7406\u5668\u4e0a\u8fd0\u884c\u7684\u7a0b\u5e8f\uff0c\u8be5\u7a0b\u5e8f\u4f1a\u7528\u4e00\u4e2a\u4e92\u4e0d\u76f8\u540c\u7684\u4e8c\u8fdb\u5236\u7801\uff0c\u5728\u6bcf\u4e2a\u6d41\u5904\u7406\u5668\u5355\u5143SPE\u4e0a\uff0c\u8c03\u7528\u6267\u884c\u4e00\u4e2a\u7a0b\u5e8f\u3002\u5b9e\u9645\u4e0a\u6bcf\u4e2aSPE\u672c\u8eab\u662f\u4e00\u4e2a\u6838\uff0c\u5b83\u53ef\u4ee5\u4ece\u81ea\u5df1\u7684\u672c\u5730\u53d6\u51fa\u4e00\u4e2a\u72ec\u7acb\u7684\u7a0b\u5e8f\u6765\u6267\u884c\uff0c\u8fd9\u4e2a\u7a0b\u5e8f\u4e0e\u65c1\u8fb9\u7684SPE\u6267\u884c\u7684\u7a0b\u5e8f\u662f\u4e0d\u540c\u7684\u3002\u53e6\u5916\uff0c\u901a\u8fc7\u4e00\u4e2a\u5171\u4eab\u7684\u4e92\u8054\u7f51\u7edcEIB\uff08Element interconnect bus\uff09\uff0cSPE\u4e4b\u95f4\uff0c\u4ee5\u53caSPE\u4e0ePowerPC\u6838\u4e4b\u95f4\u53ef\u4ee5\u76f8\u4e92\u901a\u4fe1\u3002"}),"\n",(0,r.jsx)(n.p,{children:"Cell\u5904\u7406\u5668\u7684\u8bbe\u8ba1\u76ee\u6807\u4e4b\u4e00\u662f\u514b\u670d\u7531\u4e8e\u5185\u5b58\u8bbf\u95ee\u7684\u5ef6\u8fdf\u5bf9\u5904\u7406\u5668\u6027\u80fd\u7684\u5236\u7ea6\uff0c\u5728\u90a3\u4e2a\u65f6\u4ee3\u7684\u5206\u6790\u663e\u793a\uff0c\u5373\u4f7f\u9ad8\u901f\u7684\u5904\u7406\u5668\u4e5f\u6d6a\u8d39\u7ea680%\u7684\u65f6\u95f4\u7528\u4e8e\u7b49\u5f85\u6570\u636e\u4ece\u5185\u5b58\u8bfb\u53d6\u3002\u56e0\u6b64\uff0c\u5373\u4f7f\u5904\u7406\u5668\u7684\u8ba1\u7b97\u901f\u5ea6\u518d\u5feb\uff0c\u5185\u5b58\u8bbf\u95ee\u4ecd\u7136\u662f\u4e00\u4e2a\u91cd\u8981\u7684\u5236\u7ea6\u56e0\u7d20\u3002\u6240\u4ee5\uff0cCell\u5904\u7406\u5668\u7684\u72ec\u7279\u4e4b\u5904\u5728\u4e8e\u5b83\u6452\u5f03\u4e86\u4f20\u7edf\u7684\u5185\u5b58\u7f13\u5b58\u7ed3\u6784\uff0c\u800c\u662f\u76f4\u63a5\u5c06\u6570\u636e\u548c\u6307\u4ee4\u76f4\u63a5\u53d1\u9001\u5230\u6bcf\u4e2aSPE\u5904\u7406\u5668\u7684\u4e00\u4e2a\u672c\u5730\u79c1\u6709\u5185\u5b58\u7a7a\u95f4LS\uff08Local store\uff09\uff0cSPE\u76f4\u63a5\u4eceLS\u5b58\u53d6\u6570\u636e\uff0c\u6bcf\u4e2aSPE\u62e5\u6709\u4e00\u4e2a\u76f4\u63a5\u5185\u5b58\u5b58\u53d6\uff08Direct memory access\uff0cDMA\uff09\u5f15\u64ce\uff0c\u7528\u4e8e\u5c06LS\u7684\u6570\u636e\u9ad8\u901f\u540c\u6b65\u5230\u5176\u4ed6SPE\u6216\u8005PPE\u7684\u5185\u5b58\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u6211\u4eec\u5bf9Cell\u67b6\u6784\u611f\u5174\u8da3\u662f\u56e0\u4e3a\u5b83\u5f88\u50cf\u73b0\u4ee3\u56fe\u5f62\u5904\u7406\u5668\u7684\u67b6\u6784\uff0c\u8fd9\u6709\u52a9\u4e8e\u6211\u4eec\u5bf9\u6bd4\u548c\u7406\u89e3\u4e0b\u4e00\u8282\u7684\u56fe\u5f62\u5904\u7406\u5668\u3002\u9996\u5148SPE\u4e3b\u8981\u805a\u7126\u4e8e\u6570\u636e\u5bc6\u96c6\u578b\u8ba1\u7b97\uff0c\u4f8b\u5982\u56fe\u50cf\u5904\u7406\u4ee5\u53ca\u5f88\u591a\u6570\u5b66\u7269\u7406\u65b9\u9762\u7684\u8ba1\u7b97\uff08\u4f8b\u5982\u5085\u91cc\u53f6\u53d8\u6362\uff09\uff0c\u8fd9\u4e9b\u8ba1\u7b97\u7684\u5e76\u884c\u6027\u7279\u5f81\u5f88\u5f3a\uff0c\u6240\u4ee5\u6bcf\u4e2aSPE\u662f\u5b8c\u5168\u57fa\u4e8eSIMD\u7684\u6570\u636e\u7ed3\u6784\uff0c\u5b83\u7b80\u5316\u4e86\u5bc4\u5b58\u5668\u8bbe\u8ba1\uff0c\u6ca1\u6709\u50cf\u5e38\u89c4\u5904\u7406\u5668\u4e00\u6837\u7528\u4e8e\u5982\u6574\u6570\uff0c\u6d6e\u70b9\u6570\u6307\u4ee4\u7684\u5404\u79cd\u5bc4\u5b58\u5668\u7c7b\u578b\uff08\u6574\u578b\uff0c\u5355/\u53cc\u7cbe\u5ea6\u6d6e\u70b9\u578b\uff0c\u5e03\u5c14\u7c7b\u578b\uff0c\u4ee5\u53ca\u5730\u5740\uff09\uff0c\u5b83\u53ea\u6709\u4e00\u4e2a128\u4f4d\u7684SIMD\u5bc4\u5b58\u5668\uff0c\u5e76\u7528\u6765\u5b58\u50a8\u5404\u79cd\u6570\u636e\u7c7b\u578b\uff0c\u8fd9\u4e9b\u6570\u636e\u7c7b\u578b\u5b8c\u5168\u6ca1\u6709\u9488\u5bf9\u786c\u4ef6\u7684\u7279\u5f81\uff08\u4f8b\u5982\u6570\u636e\u7c7b\u578b\u5728\u4e0d\u540c\u5904\u7406\u5668\u4e0a\u7684\u957f\u5ea6\u4e0d\u4e00\u81f4\u5c06\u5bfc\u81f4\u5904\u7406\u5668\u7684\u6307\u4ee4\u89e3\u7801\u7b49\u64cd\u4f5c\u9700\u8981\u505a\u4e00\u4e9b\u989d\u5916\u7684\u5de5\u4f5c\u3002\uff09\uff0c\u8fd9\u548c\u73b0\u4ee3GPU\u7684\u8bbe\u8ba1\u662f\u4e00\u81f4\u7684\u3002\u8fd9\u7b80\u5316\u4e86\u5904\u7406\u5668\u7684\u8bbe\u8ba1\uff0c\u4f7f\u5f97\u7f16\u8bd1\u5668\u5bf9\u5bc4\u5b58\u5668\u7684\u5206\u914d\u4e5f\u7b80\u5316\u4e86\u5f88\u591a\uff0c\u540c\u65f6\u5927\u5927\u8282\u7701\u4e86\u82af\u7247\u9762\u79ef\uff0c\u4f7f\u540c\u6837\u7684\u82af\u7247\u9762\u79ef\u53ef\u4ee5\u6269\u5c55\u66f4\u591a\u7684SPE\u5904\u7406\u5668\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u53e6\u4e00\u4e2a\u548cGPU\u5f88\u50cf\u7684\u7279\u5f81\u662f\uff0c\u5b83\u6452\u5f03\u4e86\u5e38\u89c4\u5904\u7406\u5668\u7684\u591a\u7ea7\u7f13\u5b58\u7cfb\u7edf\uff0c\u800c\u662f\u76f4\u63a5\u5c06\u6570\u636e\u4ece\u4e3b\u5b58\u901a\u8fc7DMA\u9ad8\u901f\u8bfb\u53d6\u5230LS\uff0c\u4e3a\u4e86\u66f4\u6709\u6548\u7684\u5de5\u4f5c\uff0c\u6211\u4eec\u9700\u8981\u5c06\u4e00\u4e2a\u8ba1\u7b97\u7684\u5927\u91cf\u6570\u636e\u63d0\u524d\u642c\u5230SPE\uff0c\u8ba9\u5b83\u4e00\u6b21\u6027\u5c3d\u53ef\u80fd\u505a\u66f4\u591a\u7684\u8ba1\u7b97\uff0c\u800c\u4e0d\u662f\u50cf\u7f13\u5b58\u7cfb\u7edf\u90a3\u6837\u6bcf\u6b21\u4ece\u7f13\u5b58\u7cfb\u7edf\u8bfb\u53d6\u5c11\u91cf\u7684\u6570\u636e\u3002\u5728\u5904\u7406\u5668\u4e2d\uff0c\u7f13\u5b58\u7cfb\u7edf\u5360\u636e\u4e86\u5f88\u591a\u7684\u82af\u7247\u9762\u79ef\uff0c\u5e76\u4e14\u5bfc\u81f4\u80fd\u8017\u7684\u589e\u52a0\u3002\u8fd9\u79cd\u8bbe\u8ba1\u67b6\u6784\u4e5f\u80fd\u5927\u5927\u51cf\u5c11\u82af\u7247\u9762\u79ef\u53ca\u80fd\u8017\u3002"}),"\n",(0,r.jsxs)(n.p,{children:["Cell\u5904\u7406\u5668\u6700\u65e9\u88ab\u7528\u5728PS3\u4e2d[cite a",":PlayStation3SystemArchitecture","]\uff0c\u7136\u800c\u7531\u4e8e\u5b83\u76f8\u5bf9\u4e8e\u4f20\u7edf\u4e32\u884c\u7f16\u7a0b\u5177\u6709\u4e00\u5b9a\u7684\u5f00\u53d1\u6210\u672c\uff0c\u5e76\u4e14\u5b83\u4e0d\u652f\u6301\u4e71\u5e8f\u6267\u884c\u7b49\u7279\u5f81\uff0c\u4ee5\u53ca\u4ef7\u683c\u76f8\u5bf9\u6bd4\u8f83\u6602\u8d35\uff0cPS4\u91cd\u65b0\u53c8\u56de\u5230\u4e86\u4f20\u7edf\u7684x86\u67b6\u6784\u3002\u7136\u800cCell\u5904\u7406\u5668\u4ecd\u88ab\u7528\u4e8e\u9ad8\u6027\u80fd\u8ba1\u7b97\uff0c\u4ee5\u53ca\u5176\u4ed6\u6570\u5b66\uff0c\u7269\u7406\uff0c\u533b\u5b66\u7b49\u79d1\u5b66\u8ba1\u7b97\u4e2d\u3002"]}),"\n",(0,r.jsx)(n.p,{children:"\u5bf9\u4e8e\u5bf9\u7b49\u591a\u5904\u7406\u5668\uff08Symmetric multiprocessor\uff0cSMP\uff09\u67b6\u6784\u5219\u6bd4\u8f83\u7b80\u5355\uff0c\u66f4\u591a\u7684\u5904\u7406\u5668\u4e3b\u8981\u662f\u589e\u52a0\u4e86\u5e76\u884c\u7684\u80fd\u529b\uff0c\u5e94\u7528\u7a0b\u5e8f\u7684\u7ebf\u7a0b\u8fd8\u662f\u901a\u8fc7\u64cd\u4f5c\u7cfb\u7edf\u6765\u5206\u914d\uff0c\u5bf9\u5f00\u53d1\u8005\u6765\u8bb2\uff0c\u6211\u4eec\u4ec5\u4ec5\u9700\u8981\u638c\u63e1\u9488\u5bf9\u591a\u7ebf\u7a0b\u7f16\u7a0b\u7684\u77e5\u8bc6\u5373\u53ef\u3002"}),"\n",(0,r.jsx)(n.h4,{id:"\u591a\u5904\u7406\u67b6\u6784\u7684\u901a\u4fe1\u65b9\u5f0f",children:"\u591a\u5904\u7406\u67b6\u6784\u7684\u901a\u4fe1\u65b9\u5f0f"}),"\n",(0,r.jsx)(n.p,{children:"\u7531\u4e8e\u5904\u7406\u5668\u7684\u8ba1\u7b97\u662f\u4ee5\u7ebf\u7a0b\u4e3a\u5355\u4f4d\u7684\uff0c\u800c\u7ebf\u7a0b\u4e4b\u95f4\u662f\u4f1a\u5171\u4eab\u6570\u636e\u7684\uff0c\u56e0\u6b64\u6bcf\u4e2a\u5904\u7406\u5668\u4e4b\u95f4\u9700\u8981\u8fdb\u884c\u901a\u4fe1\uff0c\u6839\u636e\u8fd9\u79cd\u901a\u4fe1\u673a\u5236\u7684\u4e0d\u540c\uff0c\u591a\u5904\u7406\u5668\u67b6\u6784\u53ef\u4ee5\u5206\u4e3a\u5171\u4eab\u5185\u5b58\u4ee5\u53ca\u57fa\u4e8e\u7f51\u7edc\u7684\u6d88\u606f\u4f20\u9012\u65b9\u5f0f\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u5728\u5185\u5b58\u5171\u4eab\u65b9\u5f0f\u4e2d\uff0c\u6bcf\u4e2a\u5904\u7406\u5668\u62e5\u6709\u81ea\u5df1\u7684\u7f13\u5b58\u7cfb\u7edf\uff0c\u4f46\u662f\u5b83\u4eec\u5171\u4eab\u6574\u4e2a\u8ba1\u7b97\u7cfb\u7edf\u7684\u4e3b\u5185\u5b58\uff0c\u5982\u56fe\uff088\uff09\u6240\u793a\u3002\u57fa\u4e8e\u5185\u5b58\u5171\u4eab\u7684\u67b6\u6784\u65b9\u5f0f\u5b9e\u73b0\u8d77\u6765\u6bd4\u8f83\u7b80\u5355\uff0c\u7136\u800c\u7531\u4e8e\u7f13\u5b58\u662f\u4e3b\u5185\u5b58\u5185\u90e8\u5206\u6570\u636e\u7684\u590d\u5236\uff0c\u5982\u679c\u540c\u4e00\u5e94\u7528\u7a0b\u5e8f\u7684\u591a\u4e2a\u7ebf\u7a0b\u5206\u5e03\u5728\u591a\u4e2a\u7f13\u5b58\u7cfb\u7edf\u5185\uff0c\u5219\u9700\u8981\u901a\u8fc7\u67d0\u79cd\u540c\u6b65\u673a\u5236\u4fdd\u8bc1\u5404\u4e2a\u5904\u7406\u5668\u5185\u7684\u7f13\u5b58\u4e00\u81f4\u6027\uff08cache coherence\uff09\uff0c\u5373\u4e00\u4e2a\u5185\u5b58\u7684\u5199\u64cd\u4f5c\u9700\u8981\u901a\u77e5\u6240\u6709\u6838\u7684\u5404\u4e2a\u7ea7\u522b\u7684\u7f13\u5b58\uff0c\u56e0\u6b64\uff0c\u65e0\u8bba\u4f55\u65f6\uff0c\u6240\u6709\u5904\u7406\u5668\u6838\u770b\u5230\u7684\u5185\u5b58\u89c6\u56fe\u662f\u5b8c\u5168\u4e00\u6837\u7684\u3002\u968f\u7740\u5904\u7406\u5668\u4e2d\u6838\u6570\u91cf\u7684\u589e\u591a\uff0c\u8fd9\u4e2a\u901a\u77e5\u7684\u5f00\u9500\u8fc5\u901f\u589e\u5927\uff0c\u4f7f\u5f97\u7f13\u5b58\u4e00\u81f4\u6027\u6210\u4e3a\u9650\u5236\u4e00\u4e2a\u5904\u7406\u5668\u4e2d\u6838\u6570\u4e0d\u80fd\u592a\u591a\u7684\u4e00\u4e2a\u91cd\u8981\u56e0\u7d20\u3002\u7f13\u5b58\u4e00\u81f4\u7cfb\u7edf\u4e2d\u6700\u574f\u7684\u60c5\u51b5\u662f\uff0c\u4e00\u4e2a\u5199\u5185\u5b58\u64cd\u4f5c\u4f1a\u8feb\u4f7f\u6bcf\u4e2a\u6838\u7684\u7f13\u5b58\u90fd\u8fdb\u884c\u66f4\u65b0\uff0c\u8fdb\u800c\u6bcf\u4e2a\u6838\u90fd\u8981\u5bf9\u76f8\u90bb\u7684\u5185\u5b58\u5355\u5143\u8fdb\u884c\u5199\u64cd\u4f5c\uff08\u56de\u60f3\u7f13\u5b58\u4e2d\u7684\u6570\u636e\u66f4\u65b0\u662f\u4ee5\u7f13\u5b58\u884c\u4e3a\u5355\u4f4d\u7684\u3002\uff09\u3002"}),"\n",(0,r.jsx)(l,{id:"f:rp-smp",num:"8",caption:"\u4e00\u4e2a\u5171\u4eab\u5185\u5b58\u7684\u591a\u5904\u7406\u5668\u67b6\u6784\uff0c\u6bcf\u4e2a\u5904\u7406\u5668\u62e5\u6709\u72ec\u7acb\u7684\u7f13\u5b58\u7cfb\u7edf\uff0c\u5e76\u901a\u8fc7\u7cfb\u7edf\u603b\u7ebf\u5171\u4eab\u4e3b\u5185\u5b58\uff08\u56fe\u7247\u6765\u81eaFerry Milan\uff09",children:(0,r.jsx)("img",{src:"/img/figures/rp/smp.svg",width:"700"})}),"\n",(0,r.jsx)(n.p,{children:"\u53e6\u4e00\u79cd\u591a\u5904\u7406\u5668\u7684\u67b6\u6784\u79f0\u4e3a\u96c6\u7fa4\uff0c\u5373\u901a\u8fc7\u5c06\u4e00\u4e9b\u72ec\u7acb\u7684\u901a\u5e38\u662f\u5ec9\u4ef7\u7684\u8ba1\u7b97\u673a\u7cfb\u7edf\uff0c\u901a\u8fc7\u7f51\u7edc\u7b49\u65b9\u5f0f\u8054\u901a\u8d77\u6765\uff0c\u7ec4\u6210\u4e00\u4e2a\u591a\u5904\u7406\u5668\u7cfb\u7edf\u3002\u96c6\u7fa4\u7684\u67b6\u6784\u5177\u5907\u5f88\u9ad8\u7684\u6269\u5c55\u6027\uff0c\u7136\u800c\u7531\u4e8e\u7f51\u7edc\u4f20\u8f93\u7684\u901f\u5ea6\u5f88\u6162\uff0c\u6240\u4ee5\u5904\u7406\u5668\u4e4b\u95f4\u7684\u901a\u8baf\u5177\u6709\u5f88\u5927\u7684\u5ef6\u8fdf\uff0c\u5b83\u66f4\u9002\u5408\u4e8e\u7ebf\u7a0b\u4e4b\u95f4\u7684\u8026\u5408\u76f8\u5bf9\u6bd4\u8f83\u5f31\u7684\u8ba1\u7b97\uff0c\u4f8b\u5982\u5bf9\u4e00\u5f20\u56fe\u7247\u7684\u5904\u7406\uff0c\u53ef\u4ee5\u628a\u5b83\u5206\u6210\u591a\u4e2a\u90e8\u5206\uff0c\u5982\u679c\u6bcf\u4e2a\u90e8\u5206\u7684\u5904\u7406\u662f\u76f8\u5bf9\u72ec\u7acb\u7684\uff0c\u5219\u53ef\u4ee5\u628a\u4e0d\u540c\u90e8\u5206\u53d1\u9001\u5230\u4e0d\u540c\u7684\u8ba1\u7b97\u673a\u4e0a\u8fdb\u884c\u8ba1\u7b97\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u7531\u4e8e\u7f13\u5b58\u4e00\u81f4\u7684\u7684\u4ee3\u4ef7\uff0c\u4f7f\u5f97\u5171\u4eab\u5185\u5b58\u7684\u67b6\u6784\u5e76\u4e0d\u592a\u9002\u5408\u9ad8\u6027\u80fd\u7684\u5e76\u884c\u8ba1\u7b97\uff0c\u6240\u4ee5\u6211\u4eec\u5c06\u4f1a\u770b\u5230\u540e\u9762\u7684GPU\u67b6\u6784\u4ee5\u53ca\u524d\u9762\u7684Cell\u5904\u7406\u5668\u67b6\u6784\u90fd\u662f\u5728\u8bd5\u56fe\u907f\u514d\u4f7f\u7528\u7f13\u5b58\uff0c\u6765\u907f\u514d\u7f13\u5b58\u4e00\u81f4\u6027\u7684\u9700\u6c42\u3002\u5bf9\u4e8e\u90a3\u4e9b\u6570\u636e\u5bc6\u96c6\u578b\u4ee5\u53ca\u9ad8\u5ea6\u5e76\u53d1\u6027\u7684\u7a0b\u5e8f\uff0c\u5c06\u5927\u91cf\u6570\u636e\u76f4\u63a5\u53d1\u9001\u5230\u5904\u7406\u5668\u9644\u8fd1\u7684\u5185\u5b58\uff0c\u4ee5\u53ca\u4f7f\u7528\u5927\u5bb9\u91cf\u5bc4\u5b58\u5668\u6765\u8fbe\u5230\u9ad8\u901f\u5b58\u50a8\uff0c\u5e76\u4e14\u4ec5\u5bf9\u672c\u5730\u6570\u636e\u8fdb\u884c\u8bfb\u5199\u64cd\u4f5c\u4ee5\u51cf\u5c11\u6570\u636e\u540c\u6b65\u7684\u95ee\u9898\uff0c\u8fd9\u79cd\u7b80\u5316\u7684\u67b6\u6784\u4f7f\u5f97\u5e76\u884c\u8ba1\u7b97\u7684\u6027\u80fd\u66f4\u9ad8\u3002"}),"\n",(0,r.jsx)(n.h3,{id:"\u5f17\u6797\u5206\u7c7b\u6cd5",children:"\u5f17\u6797\u5206\u7c7b\u6cd5"}),"\n",(0,r.jsx)(n.p,{children:"\u5728\u6b64\u4e4b\u524d\u7684\u6240\u6709\u5bf9\u5904\u7406\u5668\u67b6\u6784\u77e5\u8bc6\u7684\u63cf\u8ff0\u4e2d\uff0c\u6211\u4eec\u4e3b\u8981\u805a\u7126\u4e8e\u5904\u7406\u5668\u7684\u7269\u7406\u7ed3\u6784\uff0c\u5bf9\u4e8e\u7a0b\u5e8f\u6216\u8005\u7f16\u7a0b\u4eba\u5458\u800c\u8a00\uff0c\u6211\u4eec\u63d0\u51fa\u4f7f\u7528\u53e6\u4e00\u79cd\u65b9\u5f0f\u6765\u63cf\u8ff0\u5904\u7406\u5668\u67b6\u6784\uff0c\u5373\u5f17\u6797\u5206\u7c7b\u6cd5\uff08Flynn's taxonomy\uff09\uff0c\u5b83\u6839\u636e\u6307\u4ee4\u6d41\u6570\u76ee\u548c\u6570\u636e\u6d41\u6570\u76ee\u5bf9\u6240\u6709\u7684\u8ba1\u7b97\u673a\u8fdb\u884c\u5206\u7c7b\u3002\u5176\u4e2d\uff0c\u6d41\u662f\u8ba1\u7b97\u673a\u64cd\u4f5c\u7684\u6307\u4ee4\u5e8f\u5217\u548c\u6570\u636e\u5e8f\u5217\u3002\u5229\u7528\u5f17\u6797\u5206\u7c7b\u6cd5\u67094\u79cd\u7c7b\u578b\uff1aSISD, SIMD, MISD\u4ee5\u53caMIMD\uff0c\u5982\u56fe\uff089\uff09\u6240\u793a\u3002"}),"\n",(0,r.jsxs)(l,{id:"f:rp-flynn",num:"9",caption:"\u5f17\u6797\u5206\u7c7b\u6cd5\u7684\u56db\u79cd\u5904\u7406\u5668\uff0c\u5f17\u6797\u5206\u7c7b\u6cd5\u7528\u6765\u63cf\u8ff0\u5904\u7406\u5668\u67b6\u6784\u4e2d\u6570\u636e\u6d41\u548c\u6307\u4ee4\u6d41\u4e4b\u95f4\u7684\u5173\u7cfb\uff0c\u67b6\u6784\u7c7b\u578b\u56fe\u7247\u6765\u81eaCburnett\uff09",children:[(0,r.jsx)("img",{src:"/img/figures/rp/SISD.svg",alt:"SISD",width:"24.5%"}),(0,r.jsx)("img",{src:"/img/figures/rp/SIMD.svg",alt:"SIMD",width:"24.5%"}),(0,r.jsx)("img",{src:"/img/figures/rp/MISD.svg",alt:"MISD",width:"24.5%"}),(0,r.jsx)("img",{src:"/img/figures/rp/MIMD.svg",alt:"MIMD",width:"24.5%"})]}),"\n",(0,r.jsx)(n.p,{children:"\u7edd\u5927\u591a\u6570\u6807\u51c6\u4e32\u884c\u7a0b\u5e8f\u8bbe\u8ba1\u9075\u5faa\u7684\u90fd\u662f\u5355\u6307\u4ee4\u5355\u6570\u636e\uff08Single instruction stream, single data stream\uff0cSISD\uff09\u6a21\u578b\uff0c\u5373\u5728\u4efb\u4f55\u65f6\u95f4\u70b9\u4e0a\u53ea\u6709\u4e00\u4e2a\u6307\u4ee4\u6d41\u5728\u5904\u7406\u4e00\u4e2a\u6570\u636e\u9879\uff0c\u8fd9\u76f8\u5f53\u4e8e\u4e00\u4e2a\u5355\u6838\u5904\u7406\u5668\u5728\u4e00\u4e2a\u65f6\u523b\u53ea\u80fd\u6267\u884c\u4e00\u4e2a\u4efb\u52a1\u3002\u5f53\u7136\uff0c\u5b83\u53ef\u4ee5\u4f7f\u7528\u6240\u8c13\u7684\u5206\u65f6\u673a\u5236\uff0c\u5373\u5728\u591a\u4e2a\u4efb\u52a1\u95f4\u8fc5\u901f\u5207\u6362\uff0c\u8fbe\u5230\u201c\u540c\u65f6\u201d\u6267\u884c\u591a\u4e2a\u4efb\u52a1\u7684\u6548\u679c\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u5728\u5355\u6307\u4ee4\u591a\u6570\u636e\uff08Single instruction stream, multiple data streams\uff0cSIMD\uff09\u6a21\u578b\u4e2d\uff0c\u4e00\u4e2a\u6307\u4ee4\u6d41\u88ab\u5e76\u53d1\u5730\u5e7f\u64ad\u5230\u591a\u4e2a\u5904\u7406\u5668\u4e0a\uff0c\u6bcf\u4e2a\u5904\u7406\u5668\u62e5\u6709\u5404\u81ea\u7684\u6570\u636e\u6d41\uff0c\u5982\u56fe\uff089\uff09(b)\u6240\u793a\u3002\u8fd9\u6837\uff0c\u5728\u5904\u7406\u5668\u5185\u90e8\u5c31\u53ea\u9700\u8981\u4e00\u5957\u903b\u8f91\u6765\u5bf9\u8fd9\u4e2a\u6307\u4ee4\u6d41\u8fdb\u884c\u89e3\u7801\u548c\u6267\u884c\uff0c\u800c\u65e0\u9700\u591a\u4e2a\u6307\u4ee4\u89e3\u7801\u901a\u9053\u3002\u7531\u4e8e\u4ece\u82af\u7247\u5185\u90e8\u79fb\u9664\u4e86\u90e8\u5206\u7845\u5b9e\u4f53\uff0c\u56e0\u6b64SIMD\u76f8\u5bf9\u4e8e\u5176\u4ed6\u7cfb\u7edf\u53ef\u4ee5\u505a\u5f97\u66f4\u5c0f\uff0c\u66f4\u4fbf\u5b9c\uff0c\u80fd\u8017\u66f4\u4f4e\uff0c\u5e76\u80fd\u591f\u5728\u66f4\u9ad8\u7684\u65f6\u949f\u9891\u7387\u4e0b\u5de5\u4f5c\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u4f7f\u7528SIMD\uff0c\u5b9e\u9645\u4e0a\u5c31\u662f\u4ece\u201c\u5bf9\u4e00\u4e2a\u6570\u636e\u70b9\u6267\u884c\u4e00\u4e2a\u64cd\u4f5c\u201d\u53d8\u4e3a\u201c\u5bf9\u4e00\u7ec4\u6570\u636e\u6267\u884c\u4e00\u4e2a\u64cd\u4f5c\u201d\uff0c\u7531\u4e8e\u8fd9\u7ec4\u6570\u636e\u4e2d\u7684\u6bcf\u4e00\u4e2a\u5143\u7d20\u7684\u64cd\u4f5c\u662f\u4e0d\u53d8\u7684\uff0c\u6240\u4ee5\u6307\u4ee4\u8bfb\u53d6\u548c\u89e3\u7801\u53ea\u9700\u8981\u8fdb\u884c\u4e00\u6b21\u3002\u6b64\u5916\uff0c\u7531\u4e8e\u6570\u636e\u533a\u95f4\u662f\u6709\u754c\u4e14\u8fde\u7eed\u7684\uff0c\u6240\u4ee5\u6570\u636e\u53ef\u4ee5\u5168\u90e8\u4ece\u5185\u5b58\u4e2d\u4e00\u6b21\u6027\u53d6\u51fa\uff0c\u800c\u4e0d\u662f\u4e00\u6b21\u53ea\u53d6\u4e00\u4e2a\u6570\u636e\u9879\uff08\u5bf9\u8fde\u7eed\u6570\u636e\u8fdb\u884c\u4e00\u6b21\u6027\u8bfb\u53d6\u4e5f\u662f\u56fe\u5f62\u5904\u7406\u5668\u7684\u91cd\u8981\u7279\u5f81\uff0c\u6211\u4eec\u5373\u5c06\u770b\u5230\u5728GPU\u4e2d\u5bf9\u4e00\u4e2a\u5757\u7684\u6570\u636e\u8fdb\u884c\u4e00\u6b21\u6027\u8bfb\u53d6\uff0c\u5e76\u7ed3\u5408\u4f7f\u7528\u5927\u91cf\u7684\u7ebf\u7a0b\u5757\u6765\u9690\u85cf\u5904\u4e8e\u8bfb\u53d6\u72b6\u6001\u7684\u7ebf\u7a0b\u5757\u3002\uff09\u3002"}),"\n",(0,r.jsx)(n.admonition,{title:"SIMD\u67b6\u6784\u548cSIMD\u6307\u4ee4",type:"tip",children:(0,r.jsx)(n.p,{children:"\u6ce8\u610f\u6b64\u5904\u7684SIMD\u67b6\u6784\u548cSIMD\u6307\u4ee4\u5e76\u4e0d\u662f\u4e00\u4e2a\u6982\u5ff5\uff0c\u867d\u7136\u5b83\u4eec\u5728\u610f\u4e49\u4e0a\u662f\u7c7b\u4f3c\u7684\u3002SIMD\u6307\u4ee4\u662f\u6307\u5728\u4f20\u7edf\u7684\u5904\u7406\u5668\u4e2d\uff0c\u5176\u4e0d\u4ec5\u652f\u6301\u6574\u578b\uff0c\u6d6e\u70b9\u578b\u7b49\u5e38\u89c1\u6570\u636e\u7c7b\u578b\u8fdb\u884c\u8ba1\u7b97\uff0c\u4e00\u822c\u73b0\u4ee3CPU\u8fd8\u62e5\u6709\u53e6\u5916\u7684SIMD\u5bc4\u5b58\u5668\u6765\u652f\u6301\u5411\u91cf\u64cd\u4f5c\uff0c\u4f8b\u5982\u5728C++\u4e2d\u7684\u5411\u91cf\u64cd\u4f5c\uff0c\u7f16\u8bd1\u5668\u4f1a\u8f6c\u5316\u4e3aSIMD\u6307\u4ee4\uff0c\u5e76\u5c06\u4e00\u4e2a\u5411\u91cf\u5185\u76844\u4e2a\u6570\u636e\u4e00\u6b21\u6027\u8bfb\u53d6\u5230\u5bc4\u5b58\u5668\u4e2d\uff0c\u800c\u4e0d\u662f\u6bcf\u6b21\u53ea\u8bfb\u53d6\u4e00\u4e2a\u3002"})}),"\n",(0,r.jsx)(n.p,{children:"\u5e76\u6ca1\u6709\u6bd4\u8f83\u77e5\u540d\u7684\u7cfb\u7edf\u5c5e\u4e8e\u591a\u6307\u4ee4\u5355\u6570\u636e\uff08Multiple instruction streams, single data stream\uff0cMISD\uff09\u6a21\u578b\uff0c\u63d0\u51fa\u5b83\u4ec5\u5c5e\u4e8e\u5b8c\u6574\u6027\u7684\u7f18\u6545\u3002"}),"\n",(0,r.jsx)(n.p,{children:"\u5728\u591a\u6307\u4ee4\u591a\u6570\u636e\uff08Multiple instruction streams, multiple data streams\uff0cMIMD\uff09\u6a21\u578b\u4e2d\uff0c\u6bcf\u4e2a\u5904\u7406\u5355\u5143\u62e5\u6709\u81ea\u5df1\u7684\u6307\u4ee4\u6d41\uff0c\u5e76\u4e14\u8fd9\u4e9b\u6307\u4ee4\u6d41\u64cd\u4f5c\u81ea\u5df1\u7684\u6570\u636e\u6d41\uff0c\u5982\u56fe\uff089\uff09(d)\u6240\u793a\uff0c\u7edd\u5927\u591a\u6570\u73b0\u4ee3\u5e76\u884c\u7cfb\u7edf\u90fd\u5c5e\u4e8e\u6b64\u7c7b\u578b\u3002"}),"\n",(0,r.jsxs)(n.section,{"data-footnotes":!0,className:"footnotes",children:[(0,r.jsx)(n.h2,{className:"sr-only",id:"footnote-label",children:"Footnotes"}),"\n",(0,r.jsxs)(n.ol,{children:["\n",(0,r.jsxs)(n.li,{id:"user-content-fn-pipeline",children:["\n",(0,r.jsxs)(n.p,{children:[(0,r.jsx)(n.a,{href:"https://en.wikipedia.org/wiki/Classic_RISC_pipeline",children:"https://en.wikipedia.org/wiki/Classic_RISC_pipeline"})," ",(0,r.jsx)(n.a,{href:"#user-content-fnref-pipeline","data-footnote-backref":"","aria-label":"Back to reference 1",className:"data-footnote-backref",children:"\u21a9"})]}),"\n"]}),"\n"]}),"\n"]})]})}function x(e={}){const{wrapper:n}={...(0,i.a)(),...e.components};return n?(0,r.jsx)(n,{...e,children:(0,r.jsx)(h,{...e})}):h(e)}function j(e,n){throw new Error("Expected "+(n?"component":"object")+" `"+e+"` to be defined: you likely forgot to import, pass, or provide it.")}},1151:(e,n,s)=>{s.d(n,{Z:()=>c,a:()=>t});var r=s(7294);const i={},l=r.createContext(i);function t(e){const n=r.useContext(l);return r.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function c(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:t(e.components),r.createElement(l.Provider,{value:n},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/785e6384.847818c9.js b/assets/js/785e6384.847818c9.js new file mode 100644 index 0000000..085f8b1 --- /dev/null +++ b/assets/js/785e6384.847818c9.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[4249],{1913:(s,e,a)=>{a.r(e),a.d(e,{assets:()=>c,contentTitle:()=>i,default:()=>d,frontMatter:()=>t,metadata:()=>m,toc:()=>r});var n=a(5893),l=a(1151);const t={title:"4 \u8499\u7279\u5361\u6d1b\u65b9\u6cd5"},i=void 0,m={id:"monte-carlo/index",title:"4 \u8499\u7279\u5361\u6d1b\u65b9\u6cd5",description:"\u6570\u5b66\u5206\u6790\uff08mathematical analysis\uff09\u662f\u6570\u5b66\u4e2d\u4e0e\u6781\u9650\u53ca\u5176\u76f8\u5173\u7406\u8bba\u6709\u5173\u7684\u4e00\u4e2a\u53e4\u8001\u7684\u5206\u652f\uff0c\u8fd9\u4e9b\u76f8\u5173\u7406\u8bba\u5305\u62ec\u5fae\u79ef\u5206\uff0c\u6d4b\u5ea6\u8bba\uff0c\u6781\u9650\u548c\u89e3\u6790\u51fd\u6570\u7b49\u3002\u6570\u5b66\u5206\u6790\u7814\u7a76\u5185\u5bb9\u5305\u62ec\u5b9e\u6570\uff0c\u590d\u6570\uff0c\u5b9e\u51fd\u6570\u4ee5\u53ca\u590d\u53d8\u51fd\u6570\uff0c\u5b83\u662f\u7531\u5fae\u79ef\u5206\u6f14\u8fdb\u800c\u6765\uff0c\u5728\u5fae\u79ef\u5206\u53d1\u5c55\u81f3\u73b0\u4ee3\u9636\u6bb5\u4e2d\uff0c\u4ece\u5e94\u7528\u4e2d\u7684\u65b9\u6cd5\u603b\u7ed3\u5347\u534e\u4e3a\u4e00\u7c7b\u7efc\u5408\u6027\u7684\u5206\u6790\u65b9\u6cd5\u3002",source:"@site/docs/4-monte-carlo/index.md",sourceDirName:"4-monte-carlo",slug:"/monte-carlo/",permalink:"/docs/monte-carlo/",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/4-monte-carlo/index.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",frontMatter:{title:"4 \u8499\u7279\u5361\u6d1b\u65b9\u6cd5"},sidebar:"tutorialSidebar",previous:{title:"4 \u7740\u8272\u7ba1\u7ebf",permalink:"/docs/shading/"},next:{title:"4.1 \u6982\u7387\u8bba\u57fa\u7840",permalink:"/docs/monte-carlo/probability"}},c={},r=[];function h(s){const e={annotation:"annotation",math:"math",mfrac:"mfrac",mi:"mi",mn:"mn",mo:"mo",mrow:"mrow",mstyle:"mstyle",msup:"msup",p:"p",semantics:"semantics",span:"span",...(0,l.a)(),...s.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(e.p,{children:"\u6570\u5b66\u5206\u6790\uff08mathematical analysis\uff09\u662f\u6570\u5b66\u4e2d\u4e0e\u6781\u9650\u53ca\u5176\u76f8\u5173\u7406\u8bba\u6709\u5173\u7684\u4e00\u4e2a\u53e4\u8001\u7684\u5206\u652f\uff0c\u8fd9\u4e9b\u76f8\u5173\u7406\u8bba\u5305\u62ec\u5fae\u79ef\u5206\uff0c\u6d4b\u5ea6\u8bba\uff0c\u6781\u9650\u548c\u89e3\u6790\u51fd\u6570\u7b49\u3002\u6570\u5b66\u5206\u6790\u7814\u7a76\u5185\u5bb9\u5305\u62ec\u5b9e\u6570\uff0c\u590d\u6570\uff0c\u5b9e\u51fd\u6570\u4ee5\u53ca\u590d\u53d8\u51fd\u6570\uff0c\u5b83\u662f\u7531\u5fae\u79ef\u5206\u6f14\u8fdb\u800c\u6765\uff0c\u5728\u5fae\u79ef\u5206\u53d1\u5c55\u81f3\u73b0\u4ee3\u9636\u6bb5\u4e2d\uff0c\u4ece\u5e94\u7528\u4e2d\u7684\u65b9\u6cd5\u603b\u7ed3\u5347\u534e\u4e3a\u4e00\u7c7b\u7efc\u5408\u6027\u7684\u5206\u6790\u65b9\u6cd5\u3002"}),"\n",(0,n.jsx)(e.p,{children:"\u901a\u5e38\u6211\u4eec\u4f7f\u7528\u89e3\u6790\u65b9\u6cd5\uff08analytic methods\uff09\u6765\u5bf9\u8fd9\u4e9b\u95ee\u9898\u8fdb\u884c\u5206\u6790\uff0c\u5728\u6b64\u65b9\u6cd5\u4e0b\u53ef\u4ee5\u5f97\u5230\u786e\u5b9a\u6027\u7684\u89e3\u6790\u89e3\u3002\u7136\u800c\u5728\u8bb8\u591a\u5b9e\u9645\u95ee\u9898\u4e2d\uff0c\u7cbe\u786e\u503c\u5f80\u5f80\u65e0\u6cd5\u6c42\u5f97\uff0c\u4f8b\u5982\u5177\u6709\u65e0\u9650\u7ef4\u5ea6\u88ab\u79ef\u51fd\u6570\u7684\u79ef\u5206\uff0c\u5177\u6709\u65e0\u9650\u4e0d\u5faa\u73af\u5c0f\u6570\u90e8\u5206\u7684\u65e0\u7406\u6570\u7b49\uff0c\u56e0\u6b64\u4f7f\u7528\u8fd1\u4f3c\u7684\u6570\u503c\u5206\u6790\uff08numerical analysis\uff09\u65b9\u6cd5\u5e94\u8fd0\u800c\u751f\uff0c\u6570\u503c\u5206\u6790\u65b9\u6cd5\u7684\u76ee\u7684\u4e0d\u5728\u4e8e\u6c42\u51fa\u6b63\u786e\u7684\u7b54\u6848\uff0c\u800c\u662f\u5728\u4e00\u4e2a\u5408\u7406\u8bef\u5dee\u8303\u56f4\u7684\u6761\u4ef6\u4e0b\u627e\u5230\u8fd1\u4f3c\u89e3\u3002\u4f8b\u5982\u63d2\u503c\u6cd5\uff0c\u56de\u5f52\u5206\u6790\u6cd5\u4ee5\u53ca\u672c\u4e66\u540e\u9762\u7684\u7ae0\u8282\u4f1a\u8ba8\u8bba\u7684\u8fed\u4ee3\u6cd5\u7b49\u7b49\u3002"}),"\n",(0,n.jsxs)(e.p,{children:["\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\uff08Monte Carlo method\uff09\u662f\u6570\u503c\u5206\u6790\u4e2d\u7684\u4e00\u4e2a\u91cd\u8981\u5206\u652f\uff0c\u5b83\u7684\u6838\u5fc3\u6982\u5ff5\u662f\u4f7f\u7528\u968f\u673a\u6027\u6765\u89e3\u51b3\u786e\u5b9a\u6027\u7684\u95ee\u9898\u3002\u5927\u6570\u5b9a\u5f8b\u544a\u8bc9\u6211\u4eec\uff0c\u5bf9\u4e8e\u6ee1\u8db3\u67d0\u4e2a\u6982\u7387\u5206\u5e03\u7684\u968f\u673a\u53d8\u91cf\uff0c\u5176\u6570\u5b66\u671f\u671b\u6240\u63cf\u8ff0\u7684\u79ef\u5206\u53ef\u4ee5\u4f7f\u7528\u8fd9\u4e2a\u968f\u673a\u53d8\u91cf\u968f\u673a\u91c7\u6837\u7684\u6837\u672c\u5747\u503c\u6765\u8fd1\u4f3c\uff0c\u56e0\u6b64\u5728\u4e00\u5b9a\u7684\u8bef\u5dee\u8303\u56f4\u5185\uff0c\u6211\u4eec\u80fd\u591f\u4f7f\u7528\u5927\u91cf\u7684\u968f\u673a\u6570\u6765\u8fd1\u4f3c\u79ef\u5206\u8fd0\u7b97\u7684\u7ed3\u679c\uff0c\u4f8b\u5982\u5728\u56fe\uff081\uff09\u4e2d\uff0c\u5206\u5e03\u51fd\u6570",(0,n.jsxs)(e.span,{className:"katex",children:[(0,n.jsx)(e.span,{className:"katex-mathml",children:(0,n.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,n.jsxs)(e.semantics,{children:[(0,n.jsxs)(e.mrow,{children:[(0,n.jsx)(e.mi,{children:"f"}),(0,n.jsx)(e.mo,{stretchy:"false",children:"("}),(0,n.jsx)(e.mi,{children:"x"}),(0,n.jsx)(e.mo,{stretchy:"false",children:")"}),(0,n.jsx)(e.mo,{children:"="}),(0,n.jsxs)(e.msup,{children:[(0,n.jsx)(e.mi,{children:"x"}),(0,n.jsx)(e.mn,{children:"2"})]}),(0,n.jsx)(e.mo,{children:"+"}),(0,n.jsxs)(e.msup,{children:[(0,n.jsx)(e.mi,{children:"y"}),(0,n.jsx)(e.mn,{children:"2"})]})]}),(0,n.jsx)(e.annotation,{encoding:"application/x-tex",children:"f(x)=x^2+y^2"})]})})}),(0,n.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,n.jsxs)(e.span,{className:"base",children:[(0,n.jsx)(e.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,n.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,n.jsx)(e.span,{className:"mopen",children:"("}),(0,n.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,n.jsx)(e.span,{className:"mclose",children:")"}),(0,n.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,n.jsx)(e.span,{className:"mrel",children:"="}),(0,n.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,n.jsxs)(e.span,{className:"base",children:[(0,n.jsx)(e.span,{className:"strut",style:{height:"0.8974em",verticalAlign:"-0.0833em"}}),(0,n.jsxs)(e.span,{className:"mord",children:[(0,n.jsx)(e.span,{className:"mord mathnormal",children:"x"}),(0,n.jsx)(e.span,{className:"msupsub",children:(0,n.jsx)(e.span,{className:"vlist-t",children:(0,n.jsx)(e.span,{className:"vlist-r",children:(0,n.jsx)(e.span,{className:"vlist",style:{height:"0.8141em"},children:(0,n.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,n.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,n.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,n.jsx)(e.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,n.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,n.jsx)(e.span,{className:"mbin",children:"+"}),(0,n.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,n.jsxs)(e.span,{className:"base",children:[(0,n.jsx)(e.span,{className:"strut",style:{height:"1.0085em",verticalAlign:"-0.1944em"}}),(0,n.jsxs)(e.span,{className:"mord",children:[(0,n.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,n.jsx)(e.span,{className:"msupsub",children:(0,n.jsx)(e.span,{className:"vlist-t",children:(0,n.jsx)(e.span,{className:"vlist-r",children:(0,n.jsx)(e.span,{className:"vlist",style:{height:"0.8141em"},children:(0,n.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,n.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,n.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,n.jsx)(e.span,{className:"mord mtight",children:"2"})})]})})})})})]})]})]})]}),"\u5728\u533a\u95f4",(0,n.jsxs)(e.span,{className:"katex",children:[(0,n.jsx)(e.span,{className:"katex-mathml",children:(0,n.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,n.jsxs)(e.semantics,{children:[(0,n.jsxs)(e.mrow,{children:[(0,n.jsx)(e.mo,{stretchy:"false",children:"["}),(0,n.jsx)(e.mn,{children:"0"}),(0,n.jsx)(e.mo,{separator:"true",children:","}),(0,n.jsx)(e.mn,{children:"1"}),(0,n.jsxs)(e.msup,{children:[(0,n.jsx)(e.mo,{stretchy:"false",children:"]"}),(0,n.jsx)(e.mn,{children:"2"})]})]}),(0,n.jsx)(e.annotation,{encoding:"application/x-tex",children:"[0,1]^2"})]})})}),(0,n.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,n.jsxs)(e.span,{className:"base",children:[(0,n.jsx)(e.span,{className:"strut",style:{height:"1.0641em",verticalAlign:"-0.25em"}}),(0,n.jsx)(e.span,{className:"mopen",children:"["}),(0,n.jsx)(e.span,{className:"mord",children:"0"}),(0,n.jsx)(e.span,{className:"mpunct",children:","}),(0,n.jsx)(e.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,n.jsx)(e.span,{className:"mord",children:"1"}),(0,n.jsxs)(e.span,{className:"mclose",children:[(0,n.jsx)(e.span,{className:"mclose",children:"]"}),(0,n.jsx)(e.span,{className:"msupsub",children:(0,n.jsx)(e.span,{className:"vlist-t",children:(0,n.jsx)(e.span,{className:"vlist-r",children:(0,n.jsx)(e.span,{className:"vlist",style:{height:"0.8141em"},children:(0,n.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,n.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,n.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,n.jsx)(e.span,{className:"mord mtight",children:"2"})})]})})})})})]})]})})]}),"\u4e0a\u7684\u79ef\u5206\u4e3a",(0,n.jsxs)(e.span,{className:"katex",children:[(0,n.jsx)(e.span,{className:"katex-mathml",children:(0,n.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,n.jsxs)(e.semantics,{children:[(0,n.jsx)(e.mrow,{children:(0,n.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,n.jsxs)(e.mfrac,{children:[(0,n.jsx)(e.mi,{children:"\u03c0"}),(0,n.jsx)(e.mn,{children:"4"})]})})}),(0,n.jsx)(e.annotation,{encoding:"application/x-tex",children:" \\cfrac{\\pi}{4}"})]})})}),(0,n.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,n.jsxs)(e.span,{className:"base",children:[(0,n.jsx)(e.span,{className:"strut",style:{height:"2.276em",verticalAlign:"-0.686em"}}),(0,n.jsxs)(e.span,{className:"mord",children:[(0,n.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,n.jsx)(e.span,{className:"mfrac",children:(0,n.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,n.jsxs)(e.span,{className:"vlist-r",children:[(0,n.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,n.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,n.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,n.jsx)(e.span,{className:"mord",children:(0,n.jsx)(e.span,{className:"mord",children:"4"})})]}),(0,n.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,n.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,n.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,n.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,n.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,n.jsx)(e.span,{className:"mord",children:(0,n.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"})})]})]}),(0,n.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,n.jsx)(e.span,{className:"vlist-r",children:(0,n.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,n.jsx)(e.span,{})})})]})}),(0,n.jsx)(e.span,{})]})]})})]}),"\uff0c\u56e0\u6b64\u53ef\u4ee5\u5728\u8be5\u533a\u95f4\u5185\u4ea7\u751f\u5927\u91cf\u5747\u5300\u5206\u5e03\u7684\u968f\u673a\u6570\uff0c\u968f\u7740\u968f\u673a\u6570\u6570\u91cf\u7684\u589e\u52a0\uff0c\u843d\u5728\u5706\u5185\u968f\u673a\u6570\u6570\u91cf\u7684\u6bd4\u4f8b\u503c\u5c06\u903c\u8fd1",(0,n.jsxs)(e.span,{className:"katex",children:[(0,n.jsx)(e.span,{className:"katex-mathml",children:(0,n.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,n.jsxs)(e.semantics,{children:[(0,n.jsx)(e.mrow,{children:(0,n.jsx)(e.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,n.jsxs)(e.mfrac,{children:[(0,n.jsx)(e.mi,{children:"\u03c0"}),(0,n.jsx)(e.mn,{children:"4"})]})})}),(0,n.jsx)(e.annotation,{encoding:"application/x-tex",children:" \\cfrac{\\pi}{4}"})]})})}),(0,n.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,n.jsxs)(e.span,{className:"base",children:[(0,n.jsx)(e.span,{className:"strut",style:{height:"2.276em",verticalAlign:"-0.686em"}}),(0,n.jsxs)(e.span,{className:"mord",children:[(0,n.jsx)(e.span,{className:"mopen nulldelimiter"}),(0,n.jsx)(e.span,{className:"mfrac",children:(0,n.jsxs)(e.span,{className:"vlist-t vlist-t2",children:[(0,n.jsxs)(e.span,{className:"vlist-r",children:[(0,n.jsxs)(e.span,{className:"vlist",style:{height:"1.59em"},children:[(0,n.jsxs)(e.span,{style:{top:"-2.314em"},children:[(0,n.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,n.jsx)(e.span,{className:"mord",children:(0,n.jsx)(e.span,{className:"mord",children:"4"})})]}),(0,n.jsxs)(e.span,{style:{top:"-3.23em"},children:[(0,n.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,n.jsx)(e.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,n.jsxs)(e.span,{style:{top:"-3.74em"},children:[(0,n.jsx)(e.span,{className:"pstrut",style:{height:"3em"}}),(0,n.jsx)(e.span,{className:"mord",children:(0,n.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"})})]})]}),(0,n.jsx)(e.span,{className:"vlist-s",children:"\u200b"})]}),(0,n.jsx)(e.span,{className:"vlist-r",children:(0,n.jsx)(e.span,{className:"vlist",style:{height:"0.686em"},children:(0,n.jsx)(e.span,{})})})]})}),(0,n.jsx)(e.span,{})]})]})})]}),"\u7684\u503c\uff0c\u4ee5\u6b64\u65b9\u6cd5\u4fbf\u53ef\u4ee5\u8ba1\u7b97\u51fa",(0,n.jsxs)(e.span,{className:"katex",children:[(0,n.jsx)(e.span,{className:"katex-mathml",children:(0,n.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,n.jsxs)(e.semantics,{children:[(0,n.jsx)(e.mrow,{children:(0,n.jsx)(e.mi,{children:"\u03c0"})}),(0,n.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\pi"})]})})}),(0,n.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,n.jsxs)(e.span,{className:"base",children:[(0,n.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,n.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"})]})})]}),"\u8fd1\u4f3c\u503c\uff08\u540e\u9762\u5c06\u8bc1\u660e\uff0c\u8fd9\u4e2a\u8bef\u5dee\u8303\u56f4\u548c\u968f\u673a\u6570\u7684\u6570\u91cf\u6709\u5173\uff09\u3002"]}),"\n",(0,n.jsxs)("div",{children:[(0,n.jsx)("div",{align:"center",id:"f:mc-pi",children:(0,n.jsx)("img",{src:"/img/figures/mc/pi.jpg",width:"500"})}),(0,n.jsxs)("p",{align:"left",children:[(0,n.jsx)("b",{children:"\u56fe1\uff1a"}),"\u4f7f\u7528\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6765\u8ba1\u7b97",(0,n.jsxs)(e.span,{className:"katex",children:[(0,n.jsx)(e.span,{className:"katex-mathml",children:(0,n.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,n.jsxs)(e.semantics,{children:[(0,n.jsx)(e.mrow,{children:(0,n.jsx)(e.mi,{children:"\u03c0"})}),(0,n.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\pi"})]})})}),(0,n.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,n.jsxs)(e.span,{className:"base",children:[(0,n.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,n.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"})]})})]}),"\u7684\u503c\uff0c\u8fd9\u91cc\u4f7f\u752830000\u4e2a\u968f\u673a\u70b9\uff0c\u5176",(0,n.jsxs)(e.span,{className:"katex",children:[(0,n.jsx)(e.span,{className:"katex-mathml",children:(0,n.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,n.jsxs)(e.semantics,{children:[(0,n.jsx)(e.mrow,{children:(0,n.jsx)(e.mi,{children:"\u03c0"})}),(0,n.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\pi"})]})})}),(0,n.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,n.jsxs)(e.span,{className:"base",children:[(0,n.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,n.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"})]})})]}),"\u7684\u4f30\u8ba1\u503c\u7684\u8bef\u5dee\u8303\u56f4\u57280.07%\u4ee5\u5185\uff08\u56fe\u7247\u6765\u81eaWikipedia[CaitlinJo]\uff09"]})]}),"\n",(0,n.jsxs)(e.p,{children:["\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u8d77\u6e90\u53ef\u4ee5\u4e0a\u6eaf\u523018\u4e16\u7eaa\uff0c\u6cd5\u56fd\u6570\u5b66\u5bb6\u84b2\u4e30\u4e3a\u4e86\u9a8c\u8bc1\u5927\u6570\u5b9a\u5f8b\uff0c\u63d0\u51fa\u4f7f\u7528\u968f\u673a\u6295\u9488\u5b9e\u9a8c\u6765\u4f30\u7b97\u5706\u5468\u7387",(0,n.jsxs)(e.span,{className:"katex",children:[(0,n.jsx)(e.span,{className:"katex-mathml",children:(0,n.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,n.jsxs)(e.semantics,{children:[(0,n.jsx)(e.mrow,{children:(0,n.jsx)(e.mi,{children:"\u03c0"})}),(0,n.jsx)(e.annotation,{encoding:"application/x-tex",children:"\\pi"})]})})}),(0,n.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,n.jsxs)(e.span,{className:"base",children:[(0,n.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,n.jsx)(e.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c0"})]})})]}),"\u7684\u503c\uff0c\u8be5\u5b9e\u9a8c\u521d\u6b65\u6f14\u793a\u4e86\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u968f\u673a\u91c7\u6837\u548c\u7edf\u8ba1\u4f30\u8ba1\u7684\u6a21\u62df\u601d\u60f3\u3002\u7136\u800c\u7531\u4e8e\u7f3a\u4e4f\u9ad8\u901f\u8ba1\u7b97\u5de5\u5177\uff0c\u6ca1\u6709\u73b0\u4ee3\u7535\u5b50\u8ba1\u7b97\u673a\uff0c\u4e0d\u53ef\u80fd\u8fdb\u884c\u5343\u767e\u4e07\u6b21\u7684\u6a21\u62df\u8ba1\u7b97\uff0c\u7531\u4e8e\u6280\u672f\u6761\u4ef6\u4e0d\u6210\u719f\uff0c\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7ecf\u5386\u4e86\u8fd1\u4e24\u4e2a\u4e16\u7eaa\u6f2b\u957f\u7684\u542f\u8499\u65f6\u671f\u3002"]}),"\n",(0,n.jsxs)(e.p,{children:["\u73b0\u4ee3\u5f62\u5f0f\u7684\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6700\u65e9\u662f\u7531\u65af\u5854\u5c3c\u65af\u62c9\u592b\xb7\u4e4c\u62c9\u59c6\uff08Stanislaw Ulam\uff09\u4e8e20\u4e16\u7eaa40\u5e74\u4ee3\u665a\u671f\uff0c\u5728\u6d1b\u65af\u963f\u62c9\u83ab\u65af\u56fd\u5bb6\u5b9e\u9a8c\u5ba4\u8fdb\u884c\u6838\u6b66\u5668\u7814\u7a76\u65f6\u63d0\u51fa\uff0c\u5f53\u65f6\u5728\u6838\u6b66\u5668\u7684\u7814\u5236\u8fc7\u7a0b\u4e2d\u6d89\u53ca\u4e2d\u5b50\u5728\u7ed3\u6784\u590d\u6742\u7684\u539f\u5b50\u5f39\u5185\u6269\u6563\u548c\u589e\u503c\u7684\u95ee\u9898\uff0c\u9700\u8981\u6c42\u89e3\u9ad8\u7ef4\u73bb\u5c14\u5179\u66fc\u65b9\u7a0b\uff0c\u8fd9\u662f\u4e00\u4e2a\u9ad8\u7ef4\u504f\u5fae\u5206\u79ef\u5206\u65b9\u7a0b\uff0c\u65e0\u6cd5\u4f7f\u7528\u89e3\u6790\u65b9\u6cd5\u6c42\u89e3\uff1b\u8ddf\u968f\u7740\u4e4c\u62c9\u59c6\u7684\u7a81\u7834\u6027\u5de5\u4f5c\uff0c\u8ba1\u7b97\u673a\u79d1\u5b66\u5bb6\u7ea6\u7ff0\xb7\u51af\xb7\u8bfa\u4f0a\u66fc\uff08John von Neumann\uff09\u7acb\u5373\u660e\u767d\u4e86\u5b83\u7684\u91cd\u8981\u610f\u4e49\uff0c\u5e76\u628a\u5b83\u7f16\u7a0b\u5b9e\u73b0\u5728\u4e16\u754c\u4e0a\u7b2c\u4e00\u53f0\u7535\u5b50\u8ba1\u7b97\u673aENIAC\u4e0a\uff1b\u968f\u540e\u4e8e1953\u5e74\uff0c\u5c3c\u53e4\u62c9\u65af\xb7\u6885\u7279\u7f57\u6ce2\u5229\u65af\uff08Nicholas Metropolis\uff09\u4e0e\u5176\u4ed6\u56db\u4f4d\u79d1\u5b66\u5bb6\u63d0\u51fa\u4e86\u8457\u540d\u7684\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5[cite a",":EquationofStateCalculationsbyFastComputingMachines","]\uff0c\u8be5\u7b97\u6cd5\u5bf9\u8fd1\u4ee3\u5de5\u4e1a\u548c\u79d1\u6280\u53d1\u5c55\u4ea7\u751f\u4e86\u975e\u5e38\u91cd\u8981\u7684\u5f71\u54cd\uff0c\u5176\u751a\u81f3\u88ab\u79f0\u4e3a20\u4e16\u7eaa\u6700\u91cd\u8981\u7684\u7b97\u6cd5\u3002"]}),"\n",(0,n.jsx)(e.p,{children:"\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u88ab\u5e7f\u6cdb\u8fd0\u7528\u4e8e\u73b0\u4ee3\u79d1\u6280\u548c\u5de5\u4e1a\u4e2d\uff0c\u5b83\u4e3b\u8981\u88ab\u5e94\u7528\u4e8e\u6700\u4f18\u5316\u7406\u8bba\uff0c\u6570\u503c\u79ef\u5206\u65b9\u6cd5\u4ee5\u53ca\u4ece\u6982\u7387\u5206\u5e03\u51fd\u6570\u4e2d\u4ea7\u751f\u968f\u673a\u6570\u7b49\u9886\u57df\u548c\u65b9\u9762\u3002\u5728\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\uff0c\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u4e3b\u8981\u88ab\u5e94\u7528\u4e8e\u7269\u7406\u6a21\u62df\u4ee5\u53ca\u5149\u7167\u4f20\u8f93\u4e2d\u7684\u79ef\u5206\u8fd0\u7b97\uff0c\u4ece\u540e\u9762\u7b2c5\u7ae0\u5373\u5c06\u4ecb\u7ecd\u7684\u6e32\u67d3\u65b9\u7a0b\u7684\u8def\u5f84\u79ef\u5206\u5f62\u5f0f\u4e2d\u53ef\u4ee5\u770b\u5230\uff0c\u5176\u88ab\u79ef\u51fd\u6570\u662f\u4e00\u4e2a\u5177\u6709\u65e0\u9650\u7ef4\u5ea6\u7684\u9ad8\u7ef4\u51fd\u6570\uff0c\u5728\u79bb\u7ebf\u6e32\u67d3\u9886\u57df\uff0c\u6e32\u67d3\u65b9\u7a0b\u51e0\u4e4e\u53ea\u80fd\u4f7f\u7528\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6765\u8fdb\u884c\u8ba1\u7b97\u3002"}),"\n",(0,n.jsx)(e.p,{children:"\u672c\u7ae0\u9996\u5148\u590d\u4e60\u6982\u7387\u8bba\u76f8\u5173\u7684\u4e00\u4e9b\u57fa\u7840\u77e5\u8bc6\u548c\u6982\u5ff5\uff0c\u4f8b\u5982\u968f\u673a\u53d8\u91cf\uff0c\u65b9\u5dee\uff0c\u6570\u5b66\u671f\u671b\u7b49\uff0c\u7136\u540e\u7531\u5927\u6570\u5b9a\u5f8b\u63a8\u5bfc\u51fa\u8499\u7279\u5361\u6d1b\u79ef\u5206\u5f62\u5f0f\uff1b\u7d27\u63a5\u7740\u8ba8\u8bba\u600e\u6837\u5bf9\u5df2\u77e5\u5206\u5e03\u51fd\u6570\u8fdb\u884c\u968f\u673a\u6570\u53d6\u6837\uff0c\u8fd9\u5305\u62ec\u9006\u53d8\u6362\u7b97\u6cd5\uff0c\u53d6\u820d\u7b97\u6cd5\uff0c\u590d\u5408\u7b97\u6cd5\u4ee5\u53ca\u57fa\u4e8e\u9a6c\u5c14\u53ef\u592b\u94fe\uff08Markov Chain\uff09\u7684\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\uff08Metropolis algorithm\uff09\uff1b\u7531\u4e8e\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u90fd\u5b58\u5728\u4e00\u5b9a\u8303\u56f4\u7684\u8bef\u5dee\uff0c\u6240\u4ee5\u6700\u540e\u6211\u4eec\u8ba8\u8bba\u4e00\u4e9b\u6709\u6548\u7684\u51cf\u5c11\u8499\u7279\u5361\u6d1b\u6a21\u62df\u65b9\u5dee\u7684\u65b9\u6cd5\uff0c\u4f8b\u5982\u91cd\u8981\u6027\u91c7\u6837\uff0c\u4ee5\u53ca\u57fa\u4e8e\u6570\u8bba\u7684\u62df\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\uff08Quasi-Monte Carlo method\uff09\u7b49\u3002\u672c\u7ae0\u8ba8\u8bba\u7684\u5185\u5bb9\u662f\u540e\u9762\u8def\u5f84\u8ffd\u8e2a\uff0c\u5149\u5b50\u6620\u5c04\u7b49\u5168\u5c40\u5149\u7167\u7b97\u6cd5\u7684\u91cd\u8981\u57fa\u7840\u77e5\u8bc6\u548c\u5de5\u5177\u3002"})]})}function d(s={}){const{wrapper:e}={...(0,l.a)(),...s.components};return e?(0,n.jsx)(e,{...s,children:(0,n.jsx)(h,{...s})}):h(s)}},1151:(s,e,a)=>{a.d(e,{Z:()=>m,a:()=>i});var n=a(7294);const l={},t=n.createContext(l);function i(s){const e=n.useContext(t);return n.useMemo((function(){return"function"==typeof s?s(e):{...e,...s}}),[e,s])}function m(s){let e;return e=s.disableParentContext?"function"==typeof s.components?s.components(l):s.components||l:i(s.components),n.createElement(t.Provider,{value:e},s.children)}}}]); \ No newline at end of file diff --git a/assets/js/7e4301df.1419246e.js b/assets/js/7e4301df.1419246e.js new file mode 100644 index 0000000..2830eaa --- /dev/null +++ b/assets/js/7e4301df.1419246e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[3431],{2785:(s,a,e)=>{e.r(a),e.d(a,{assets:()=>t,contentTitle:()=>i,default:()=>x,frontMatter:()=>m,metadata:()=>c,toc:()=>r});var l=e(5893),n=e(1151);const m={title:"4.1 \u6982\u7387\u8bba\u57fa\u7840"},i=void 0,c={id:"monte-carlo/probability",title:"4.1 \u6982\u7387\u8bba\u57fa\u7840",description:"\u81ea\u7136\u754c\u4e2d\u7684\u5f88\u591a\u73b0\u8c61\u6216\u4e8b\u4ef6\uff0c\u5728\u4e00\u5b9a\u7684\u8303\u56f4\u4e4b\u5185\u662f\u968f\u673a\u53d1\u751f\u7684\uff0c\u79f0\u4e3a\u968f\u673a\u4e8b\u4ef6\uff08random events\uff09\u3002\u7136\u800c\u7ecf\u8fc7\u4eba\u4eec\u7684\u89c2\u5bdf\uff0c\u5728\u8fd9\u4e9b\u4e8b\u4ef6\u7684\u5927\u91cf\u91cd\u590d\u7684\u8fc7\u7a0b\u4e2d\uff0c\u5b83\u4eec\u7684\u5206\u5e03\u5374\u5448\u73b0\u51fa\u67d0\u79cd\u89c4\u5f8b\u6027\uff0c\u4f8b\u5982\u80a1\u7968\u7684\u6ce2\u52a8\uff0c\u4eba\u53e3\u7edf\u8ba1\u4e2d\u7684\u4e00\u4e9b\u7279\u6027\uff0c\u9ab0\u5b50\u5206\u5e03\u7b49\u7b49\u3002\u56e0\u6b64\uff0c\u7edf\u8ba1\u5b66\u5c31\u662f\u4e00\u95e8\u901a\u8fc7\u5bf9\u5927\u91cf\u91c7\u6837\u6837\u672c\u8fdb\u884c\u7edf\u8ba1\u4ee5\u8ba1\u7b97\u51fa\u5176\u5206\u5e03\u89c4\u5f8b\u7684\u5b66\u79d1\u3002\u800c\u65e2\u7136\u968f\u673a\u4e8b\u4ef6\u5728\u5927\u91cf\u91cd\u590d\u8bd5\u9a8c\u4e0b\u670d\u4ece\u4e00\u5b9a\u7684\u5206\u5e03\uff0c\u90a3\u4e48\u5982\u679c\u6211\u4eec\u5df2\u77e5\u67d0\u968f\u673a\u4e8b\u4ef6\u670d\u4ece\u67d0\u4e00\u5206\u5e03\uff0c\u5c31\u53ef\u4ee5\u901a\u8fc7\u5927\u91cf\u91cd\u590d\u8bd5\u9a8c\u6765\u8ba1\u7b97\u8be5\u968f\u673a\u4e8b\u4ef6\u7684\u67d0\u4e9b\u7279\u5f81\uff0c\u4f8b\u5982\u7edf\u8ba1\u5e73\u5747\u503c\u3002\u8fd9\u6837\u5c31\u53ef\u4ee5\u4f7f\u7528\u968f\u673a\u7684\u65b9\u6cd5\u6765\u89e3\u51b3\u786e\u5b9a\u6027\u7684\u95ee\u9898\u3002",source:"@site/docs/4-monte-carlo/1-probability.md",sourceDirName:"4-monte-carlo",slug:"/monte-carlo/probability",permalink:"/docs/monte-carlo/probability",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/4-monte-carlo/1-probability.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",sidebarPosition:1,frontMatter:{title:"4.1 \u6982\u7387\u8bba\u57fa\u7840"},sidebar:"tutorialSidebar",previous:{title:"4 \u8499\u7279\u5361\u6d1b\u65b9\u6cd5",permalink:"/docs/monte-carlo/"},next:{title:"4.2 \u8499\u7279\u5361\u6d1b\u79ef\u5206",permalink:"/docs/monte-carlo/monte-carlo"}},t={},r=[{value:"\u968f\u673a\u53d8\u91cf",id:"\u968f\u673a\u53d8\u91cf",level:3},{value:"\u671f\u671b\u4e0e\u65b9\u5dee",id:"\u671f\u671b\u4e0e\u65b9\u5dee",level:3},{value:"\u5927\u6570\u5b9a\u5f8b",id:"\u5927\u6570\u5b9a\u5f8b",level:3}];function h(s){const a={admonition:"admonition",annotation:"annotation",h3:"h3",li:"li",math:"math",mfrac:"mfrac",mi:"mi",mn:"mn",mo:"mo",mover:"mover",mrow:"mrow",mstyle:"mstyle",msub:"msub",msubsup:"msubsup",msup:"msup",mtable:"mtable",mtd:"mtd",mtr:"mtr",munder:"munder",munderover:"munderover",ol:"ol",p:"p",semantics:"semantics",span:"span",...(0,n.a)(),...s.components},{Eq:e}=a;return e||function(s,a){throw new Error("Expected "+(a?"component":"object")+" `"+s+"` to be defined: you likely forgot to import, pass, or provide it.")}("Eq",!0),(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(a.p,{children:"\u81ea\u7136\u754c\u4e2d\u7684\u5f88\u591a\u73b0\u8c61\u6216\u4e8b\u4ef6\uff0c\u5728\u4e00\u5b9a\u7684\u8303\u56f4\u4e4b\u5185\u662f\u968f\u673a\u53d1\u751f\u7684\uff0c\u79f0\u4e3a\u968f\u673a\u4e8b\u4ef6\uff08random events\uff09\u3002\u7136\u800c\u7ecf\u8fc7\u4eba\u4eec\u7684\u89c2\u5bdf\uff0c\u5728\u8fd9\u4e9b\u4e8b\u4ef6\u7684\u5927\u91cf\u91cd\u590d\u7684\u8fc7\u7a0b\u4e2d\uff0c\u5b83\u4eec\u7684\u5206\u5e03\u5374\u5448\u73b0\u51fa\u67d0\u79cd\u89c4\u5f8b\u6027\uff0c\u4f8b\u5982\u80a1\u7968\u7684\u6ce2\u52a8\uff0c\u4eba\u53e3\u7edf\u8ba1\u4e2d\u7684\u4e00\u4e9b\u7279\u6027\uff0c\u9ab0\u5b50\u5206\u5e03\u7b49\u7b49\u3002\u56e0\u6b64\uff0c\u7edf\u8ba1\u5b66\u5c31\u662f\u4e00\u95e8\u901a\u8fc7\u5bf9\u5927\u91cf\u91c7\u6837\u6837\u672c\u8fdb\u884c\u7edf\u8ba1\u4ee5\u8ba1\u7b97\u51fa\u5176\u5206\u5e03\u89c4\u5f8b\u7684\u5b66\u79d1\u3002\u800c\u65e2\u7136\u968f\u673a\u4e8b\u4ef6\u5728\u5927\u91cf\u91cd\u590d\u8bd5\u9a8c\u4e0b\u670d\u4ece\u4e00\u5b9a\u7684\u5206\u5e03\uff0c\u90a3\u4e48\u5982\u679c\u6211\u4eec\u5df2\u77e5\u67d0\u968f\u673a\u4e8b\u4ef6\u670d\u4ece\u67d0\u4e00\u5206\u5e03\uff0c\u5c31\u53ef\u4ee5\u901a\u8fc7\u5927\u91cf\u91cd\u590d\u8bd5\u9a8c\u6765\u8ba1\u7b97\u8be5\u968f\u673a\u4e8b\u4ef6\u7684\u67d0\u4e9b\u7279\u5f81\uff0c\u4f8b\u5982\u7edf\u8ba1\u5e73\u5747\u503c\u3002\u8fd9\u6837\u5c31\u53ef\u4ee5\u4f7f\u7528\u968f\u673a\u7684\u65b9\u6cd5\u6765\u89e3\u51b3\u786e\u5b9a\u6027\u7684\u95ee\u9898\u3002"}),"\n",(0,l.jsx)(a.h3,{id:"\u968f\u673a\u53d8\u91cf",children:"\u968f\u673a\u53d8\u91cf"}),"\n",(0,l.jsxs)(a.p,{children:["\u4e3a\u4e86\u5229\u7528\u968f\u673a\u6027\u6765\u89e3\u51b3\u6570\u5b66\u95ee\u9898\uff0c\u9996\u5148\u9700\u8981\u4f7f\u7528\u6570\u5b66\u8bed\u8a00\u6765\u63cf\u8ff0\u968f\u673a\u4e8b\u4ef6\u3002\u5728\u6570\u5b66\u4e2d\uff0c\u968f\u673a\u4e8b\u4ef6\u7528\u968f\u673a\u53d8\u91cf\uff08random variables\uff09\u6765\u8868\u793a\uff0c\u968f\u673a\u53d8\u91cf\u7528\u5927\u5199\u5b57\u6bcd\u8868\u793a\uff0c\u4f8b\u5982",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u3002\u968f\u673a\u53d8\u91cf\u662f\u4e00\u4e2a\u51fd\u6570\uff0c\u5b83\u5c06\u67d0\u4e00\u96c6\u5408\u5185\u7684\u968f\u673a\u4e8b\u4ef6\uff08\u6216\u8005\u53e6\u4e00\u4e2a\u968f\u673a\u53d8\u91cf\uff09\u6620\u5c04\u5230\u4e00\u4e2a\u6570\u503c\u7684\u96c6\u5408\uff0c\u6216\u8005\u901a\u4fd7\u5730\u8bf4\uff0c\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u7528\u4e00\u4e2a\u6570\u503c\u6765\u8868\u8ff0\u4e00\u4e2a\u968f\u673a\u4e8b\u4ef6\uff0c\u4f8b\u5982\u75281\uff0c2\uff0c3\uff0c4\uff0c5\u548c6\u8fd9\u516d\u4e2a\u6570\u503c\u6765\u8868\u8ff0\u9ab0\u5b50\u7684\u516d\u4e2a\u53ef\u80fd\u7684\u968f\u673a\u4e8b\u4ef6\uff0c\u8fd9\u6837\u5c31\u53ef\u4ee5\u7528\u6570\u5b66\u65b9\u6cd5\u6765\u63cf\u8ff0\u968f\u673a\u4e8b\u4ef6\u3002\u968f\u673a\u53d8\u91cf\u7684\u503c\u7528\u5c0f\u5199\u5b57\u6bcd\u8868\u793a\uff0c\u4f8b\u5982",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\uff0c\u79f0\u4e3a\u968f\u673a\u6570\uff08random numbers\uff09\u3002\u968f\u673a\u53d8\u91cf\u7684\u8f93\u5165\u96c6\u5408\u4e5f\u53ef\u4ee5\u662f\u53e6\u4e00\u4e2a\u968f\u673a\u53d8\u91cf\uff0c\u8fd9\u65f6\u6211\u4eec\u5c06\u670d\u4ece\u4e00\u79cd\u5206\u5e03\u7684\u968f\u673a\u53d8\u91cf\u8f6c\u6362\u4e3a\u670d\u4ece\u53e6\u4e00\u79cd\u5206\u5e03\u7684\u968f\u673a\u53d8\u91cf\uff08\u6ce8\u610f\uff1a\u4e00\u4e2a\u968f\u673a\u53d8\u91cf\u7684\u503c\u662f\u67d0\u4e2a\u968f\u673a\u4e8b\u4ef6\u7684\u6570\u5b66\u8868\u793a\uff0c\u5f53\u6211\u4eec\u770b\u5230\u4e00\u4e2a\u968f\u673a\u53d8\u91cf\u65f6\uff0c\u5b83\u4e0d\u662f\u4e00\u4e2a\u666e\u901a\u7684\u6570\u5b57\uff0c\u6211\u4eec\u5e94\u8be5\u8981\u8054\u7cfb\u5230\u5b83\u80cc\u540e\u7684\u968f\u673a\u4e8b\u4ef6\uff0c\u4f8b\u5982\u5bf9\u4e8e\u9ab0\u5b50\uff0c\u968f\u673a\u53d8\u91cf\u7684\u503c6\u8868\u793a\u7684\u662f\u67d0\u4e00\u6b21\u9ab0\u5b50\u8bb0\u5f55\u7684\u7ed3\u679c\u4e3a\u6570\u5b57\u4e3a6\u7684\u90a3\u4e00\u9762\u671d\u4e0a\u3002\u6240\u4ee5\u6211\u4eec\u8bf4\u968f\u673a\u53d8\u91cf\u59cb\u7ec8\u662f\u4e00\u4e2a\u201c\u6620\u5c04\u201d\u6216\u201c\u51fd\u6570\u201d\uff0c\u4f46\u662f\u4ec5\u6709\u5c06\u4e00\u4e2a\u57fa\u672c\u7684\u968f\u673a\u53d8\u91cf\uff08\u5982",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\uff09\u8f6c\u6362\u4e3a\u4e86\u4e00\u4e2a\u5206\u5e03\u7684\u968f\u673a\u53d8\u91cf\uff08\u5982",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"Y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"})]})})]}),"\uff09\u65f6\uff0c\u624d\u80fd\u5199\u6210\u51fd\u6570\u7684\u5f62\u5f0f\uff0c\u5bf9\u4e8e\u57fa\u672c\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\uff0c\u5b83\u4ec5\u8868\u793a\u4e00\u79cd\u6620\u5c04\u3002\uff09\uff0c\u4f8b\u5982\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"f"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y=f(X)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10764em"},children:"f"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u7684\u6bcf\u4e2a\u503c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u90fd\u5173\u8054\u7740\u4e00\u4e2a\u6982\u7387\uff0c\u5373\u6bcf\u6b21\u91c7\u6837\u65f6\u8be5\u503c\uff08\u6216\u5bf9\u5e94\u968f\u673a\u4e8b\u4ef6\uff09\u51fa\u73b0\u7684\u6982\u7387\uff0c\u968f\u673a\u53d8\u91cf\u6240\u6709\u53ef\u80fd\u503c\u7ec4\u6210\u7684\u6982\u7387\u5206\u5e03\u51fd\u6570\u79f0\u4e3a\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\uff08probability density function\uff0cPDF\uff09\uff0c\u7528",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"p"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"})]})})]}),"\u8868\u793a\uff0c\u5982\u56fe\uff081\uff09(a)\u6240\u793a\u3002"]}),"\n",(0,l.jsxs)("div",{children:[(0,l.jsx)("div",{align:"center",id:"f:mc-cdf",children:(0,l.jsx)("img",{src:"/img/figures/mc/cdf.svg",width:"550"})}),(0,l.jsxs)("p",{align:"left",children:[(0,l.jsx)("b",{children:"\u56fe\uff081\uff09\uff1a"}),"\u6982\u7387\u5bc6\u5ea6\u51fd\u6570p(x)\u8868\u793a\u968f\u673a\u91c7\u6837\u7ed3\u679c\u5904\u4e8e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mi,{children:"d"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[x,x+dx]"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"d"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})]})]}),"\u533a\u95f4\u7684\u6982\u7387\uff0c\u76f8\u5e94\u5730\uff0c\u7d2f\u79ef\u5206\u5e03\u51fd\u6570\u5219\u662f\u91c7\u6837\u7684\u7ed3\u679c\u5904\u4e8e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"(-\\infty,x]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord",children:"\u221e"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u533a\u95f4\u5185\u7684\u6982\u7387"]})]}),"\n",(0,l.jsxs)(a.p,{children:["\u968f\u673a\u53d8\u91cf\u53ef\u4ee5\u662f\u79bb\u6563\u6216\u8fde\u7eed\u7684\uff0c\u4f8b\u5982\u9ab0\u5b50\u6e38\u620f\uff0c\u6bcf\u6b21\u6254\u9ab0\u5b50\u7684\u7ed3\u679c\u88ab\u6620\u5c04\u4e3a\u4e00\u4e2a\u79bb\u6563\u7684\u968f\u673a\u53d8\u91cf\u7684\u503c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\uff0c\u6240\u6709\u503c\u7684\u96c6\u5408\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"2"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"3"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"4"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"5"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"6"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X=\\{1,2,3,4,5,6\\}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"2"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"3"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"4"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"5"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"6"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"})]})]})]}),"\uff0c\u7b2c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"i"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6595em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u4e2a\u968f\u673a\u6570\u503c\u51fa\u73b0\u7684\u6982\u7387\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"/"}),(0,l.jsx)(a.mn,{children:"6"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_i=1/6"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1/6"})]})]})]}),"\u3002\u5bf9\u4e8e\u79bb\u6563\u968f\u673a\u53d8\u91cf\uff0c\u6bcf\u4e2a\u968f\u673a\u6570\u5bf9\u5e94\u7684\u6982\u7387\u6ee1\u8db3\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"0\\leq p_i \\leq 1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7804em",verticalAlign:"-0.136em"}}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8304em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\uff0c\u6240\u6709\u79bb\u6563\u53d8\u91cf\u7684\u6982\u7387\u4e4b\u548c\u6ee1\u8db3\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\sum_i p_i=1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.0497em",verticalAlign:"-0.2997em"}}),(0,l.jsxs)(a.span,{className:"mop",children:[(0,l.jsx)(a.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.162em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.4003em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2997em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]}),"\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u5bf9\u4e8e\u8fde\u7eed\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\uff0c\u5176\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u662f\u901a\u8fc7\u843d\u4e8e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u9644\u8fd1\u7684\u533a\u95f4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mi,{children:"d"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[x,x+dx]"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"d"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})]})]}),"\u5185\u7684\u968f\u673a\u6570\u7684\u6982\u7387",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)dx"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"d"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u6765\u5b9a\u4e49\u7684\uff0c\u7136\u800c\u8fd9\u79cd\u5b9a\u4e49\u65b9\u5f0f\u5e76\u4e0d\u76f4\u89c2\uff0c\u6240\u4ee5\u8fde\u7eed\u968f\u673a\u53d8\u91cf\u7684\u6982\u7387\u5206\u5e03\u4e00\u822c\u901a\u8fc7\u66f4\u76f4\u89c2\u7684\u79f0\u4e3a\u7d2f\u79ef\u5206\u5e03\u51fd\u6570\uff08cumulative distribution function\uff0cCDF\uff09\u6765\u5b9a\u4e49\uff0c\u8fde\u7eed\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u7684\u7d2f\u79ef\u5206\u5e03\u51fd\u6570\u7528\u5927\u5199\u5b57\u6bcd",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"P"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"})]})})]}),"\u8868\u793a\uff0c\u5176\u5b9a\u4e49\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mi,{children:"r"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(a.mi,{children:"y"})]}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tP(y)=Pr\\{x\\leq y\\}={\\rm \\int}_{-\\infty}^{y}p(x){\\rm d}x"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.02778em"},children:"r"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.3846em",verticalAlign:"-0.9703em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.4143em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.8129em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.03588em"},children:"y"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9703em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"1"}),"\n",(0,l.jsxs)(a.p,{children:["\u7d2f\u79ef\u5206\u5e03\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(y)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u5b9a\u4e49\u7684\u662f\u6240\u6709\u968f\u673a\u6570\u7684\u503c\u4e2d\u5c0f\u4e8e\u6216\u7b49\u4e8e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"})]})})]}),"\u7684\u968f\u673a\u53d8\u91cf\u7684\u6982\u7387\u7684\u79ef\u5206\uff08\u6ce8\u610f\u8fd9\u91cc\u6211\u4eec\u4f7f\u7528\u4e24\u79cd\u5f62\u5f0f\u6765\u8868\u793a\u7d2f\u79ef\u5206\u5e03\u51fd\u6570\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(y)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u6240\u4ee3\u8868\u7684\u53d8\u91cf\u5f62\u5f0f\uff0c\u4ee5\u53ca",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mi,{children:"r"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsx)(a.mi,{children:"y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Pr\\{x\\leq y \\}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.02778em"},children:"r"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"y"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"})]})]})]}),"\u6240\u4ee3\u8868\u7684\u8303\u56f4\u7684\u5f62\u5f0f\u3002}\uff0c\u6240\u4ee5\u7d2f\u79ef\u5206\u5e03\u51fd\u6570\u662f\u4e00\u4e2a\u9012\u589e\u51fd\u6570\uff0c\u5982\u56fe\uff081\uff09(b)\u6240\u793a\u3002\u8fde\u7eed\u968f\u673a\u53d8\u91cf\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u5177\u6709\u4ee5\u4e0b\u5c5e\u6027\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mtable,{rowspacing:"0.25em",columnalign:"right left",columnspacing:"0em",children:[(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2200"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:":"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"\u2265"}),(0,l.jsx)(a.mn,{children:"0"})]})})})]}),(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]})]}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]})})})]}),(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]})]})]})})})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\begin{aligned}\n\t\t\\forall x: p(x)&\\geq 0\\\\\n\t\t{\\rm \\int}_{-\\infty}^{+\\infty}p(x){\\rm d}x&=1\\\\\n\t\tp(x)&= \\cfrac{{\\rm d}P(x)}{{\\rm d}x}\n\t\\end{aligned}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"6.8675em",verticalAlign:"-3.1838em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-r",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"3.6838em"},children:[(0,l.jsxs)(a.span,{style:{top:"-6.4338em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.59em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:"\u2200"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:":"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-4.2525em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.59em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.5212em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.8129em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})]})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9703em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-1.3922em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.59em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"3.1838em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"col-align-l",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"3.6838em"},children:[(0,l.jsxs)(a.span,{style:{top:"-6.4338em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.59em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2265"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord",children:"0"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-4.2525em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.59em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-1.3922em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.59em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"3.1838em"},children:(0,l.jsx)(a.span,{})})})]})})]})})]})})]})}),"\n",(0,l.jsx)(e,{num:"2",id:"eq:mc-continuous-pdf"}),"\n",(0,l.jsxs)(a.p,{children:["\u76f8\u5e94\u5730\uff0c\u968f\u673a\u53d8\u91cf\u7684\u503c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u843d\u4e8e\u533a\u95f4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[a,b]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u7684\u6982\u7387\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mtable,{rowspacing:"0.25em",columnalign:"right left",columnspacing:"0em",children:[(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mi,{children:"r"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"})]})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mi,{children:"r"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mi,{children:"r"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2264"}),(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"})]})})})]}),(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(a.mrow,{})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mi,{children:"b"})]}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"z"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"z"})]})})})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\begin{aligned}\n\t\tPr\\{a\\leq x\\leq b\\}&=Pr\\{x\\leq b\\}-Pr\\{x\\leq a\\}\\\\\n\t\t&=P(b)-P(a)={\\rm \\int}_{a}^{b}p(z){\\rm d}z\n\t\\end{aligned}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"4.311em",verticalAlign:"-1.9055em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-r",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"2.4055em"},children:[(0,l.jsxs)(a.span,{style:{top:"-5.1645em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.599em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.02778em"},children:"r"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-2.9055em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.599em"}}),(0,l.jsx)(a.span,{className:"mord"})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.9055em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"col-align-l",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"2.4055em"},children:[(0,l.jsxs)(a.span,{style:{top:"-5.1645em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.599em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.02778em"},children:"r"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.02778em"},children:"r"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2264"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-2.9055em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.599em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.599em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"a"})})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.8129em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"b"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9119em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04398em"},children:"z"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.04398em"},children:"z"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.9055em"},children:(0,l.jsx)(a.span,{})})})]})})]})})]})})]})}),"\n",(0,l.jsx)(e,{num:"3"}),"\n",(0,l.jsxs)(a.p,{children:["\u4f8b\u5982\u5bf9\u4e8e\u5982\u56fe\uff081\uff09(b)\u6240\u793a\u7684\u7d2f\u79ef\u5206\u5e03\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"e"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{children:"x"})]})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2208"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P(x)=1-\\mathrm{e}^{-x},x\\in[0,\\infty)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.7278em",verticalAlign:"-0.0833em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.9658em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathrm",children:"e"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.7713em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"x"})]})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2208"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"\u221e"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\uff0c\u5b83\u5bf9\u5e94\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{mathvariant:"normal",lspace:"0em",rspace:"0em",children:"\u2032"})]})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"e"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{children:"x"})]})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2208"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mn,{children:"0"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)=P(x)^{'}=\\mathrm{e}^{-x},x\\in[0,\\infty)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1925em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsxs)(a.span,{className:"mclose",children:[(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9425em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.9425em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5795em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8278em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.931em",marginRight:"0.0714em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.5em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size3 size1 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2032"})})})]})})})})})]})})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.9658em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathrm",children:"e"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.7713em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"x"})]})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2208"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord",children:"0"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"\u221e"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\uff0c\u5982\u56fe\uff081\uff09(a)\u6240\u793a\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u7279\u522b\u5730\uff0c\u5bf9\u4e8e",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"a"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[a,b]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u533a\u95f4\u4e0a\u7684\u5747\u5300\u5206\u5e03\uff0c\u5176\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u4e3a\u5e38\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(a.mfrac,{children:[(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"b"}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{children:"a"})]})]})})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:" \\cfrac{1}{b-a}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.3593em",verticalAlign:"-0.7693em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"b"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"a"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.7693em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]})]})})]}),"\uff0c\u5b83\u8868\u793a\u968f\u673a\u91c7\u6837\u7ed3\u679c\u843d\u4e8e\u533a\u95f4",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mi,{children:"d"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"[x,x+dx]"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"d"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})]})]}),"\u7684\u6982\u7387\u5728\u6bcf\u4e2a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u5904\u90fd\u76f8\u540c\uff0c\u5982\u56fe\uff082\uff09\u6240\u793a\u3002\u5747\u5300\u5206\u5e03\u7684\u968f\u673a\u53d8\u91cf\u662f\u6574\u4e2a\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u57fa\u7840\uff0c\u5728\u8ba1\u7b97\u673a\u6a21\u62df\u4e2d\uff0c\u901a\u5e38\u90fd\u662f\u7531\u7cfb\u7edf\u63d0\u4f9b\u7684",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"r"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"a"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"n"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"o"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"m"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"{\\rm random}()"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"random"})})}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u51fd\u6570\u751f\u6210\u67d0\u4e2a\u533a\u95f4\u5185\u7684\u5747\u5300\u5206\u5e03\uff0c\u7136\u540e\u4f7f\u7528\u540e\u9762\u8bb2\u8ff0\u7684\u65b9\u6cd5\u5c06\u5747\u5300\u5206\u5e03\u7684\u968f\u673a\u53d8\u91cf\u8f6c\u6362\u4e3a\u5177\u6709\u4efb\u610f\u6982\u7387\u5bc6\u5ea6\u5206\u5e03\u7684\u968f\u673a\u53d8\u91cf\u3002"]}),"\n",(0,l.jsxs)("div",{children:[(0,l.jsx)("div",{align:"center",id:"f:mc-uniform-cdf",children:(0,l.jsx)("img",{src:"/img/figures/mc/uniform-cdf.svg",width:"600"})}),(0,l.jsxs)("p",{align:"left",children:[(0,l.jsx)("b",{children:"\u56fe(2)\uff1a"}),"\u5747\u5300\u5206\u5e03\u662f\u6700\u57fa\u7840\u7684\u968f\u673a\u53d8\u91cf\uff0c\u5b83\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u662f\u4e00\u4e2a\u5e38\u6570"]})]}),"\n",(0,l.jsx)(a.h3,{id:"\u671f\u671b\u4e0e\u65b9\u5dee",children:"\u671f\u671b\u4e0e\u65b9\u5dee"}),"\n",(0,l.jsx)(a.p,{children:"\u968f\u673a\u53d8\u91cf\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570\u548c\u7d2f\u79ef\u5206\u5e03\u51fd\u6570\u80fd\u591f\u5b8c\u6574\u5730\u63cf\u8ff0\u4e00\u4e2a\u968f\u673a\u53d8\u91cf\u7684\u7279\u5f81\uff0c\u4f46\u5355\u4e2a\u968f\u673a\u53d8\u91cf\u5177\u6709\u968f\u673a\u6027\uff0c\u5b83\u5bf9\u4e8e\u5b9e\u9645\u7684\u6570\u5b66\u5206\u6790\u5e76\u6ca1\u6709\u4ec0\u4e48\u610f\u4e49\uff0c\u6211\u4eec\u5bf9\u591a\u4e2a\u968f\u673a\u53d8\u91cf\u91c7\u6837\u7684\u7edf\u8ba1\u7ed3\u679c\u66f4\u611f\u5174\u8da3\uff0c\u672c\u8282\u4ecb\u7ecd\u5bf9\u968f\u673a\u51fd\u6570\u8fdb\u884c\u591a\u6b21\u91c7\u6837\u7ed3\u679c\uff08\u800c\u4e0d\u662f\u5355\u4e2a\u968f\u673a\u53d8\u91cf\uff09\u7684\u4e00\u4e9b\u6570\u5b57\u7279\u5f81\uff0c\u4f8b\u5982\u671f\u671b\uff0c\u65b9\u5dee\u53ca\u76f8\u5173\u7cfb\u6570\u3002"}),"\n",(0,l.jsxs)(a.p,{children:["\u5bf9\u4e8e\u79bb\u6563\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\uff0c\u5047\u8bbe\u5176\u503c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u5bf9\u5e94\u7684\u91c7\u6837\u6982\u7387\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\uff0c\u5219\u8be5\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u7684\u6570\u5b66\u671f\u671b\uff08expected value\uff09\uff0c\u53c8\u79f0\u4e3a\u5747\u503c\uff08mean\uff09\uff0c\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.munderover,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tE[X]=\\sum_{i=1}^{n}p_i x_i"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(a.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"4",id:"eq:mc-expected-value"}),"\n",(0,l.jsxs)(a.p,{children:["\u671f\u671b\u4ee3\u8868\u7684\u662f\u5bf9\u4e00\u4e2a\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u8fdb\u884c\u91c7\u6837\u7684\u5e73\u5747\u7ed3\u679c\u3002\u4f8b\u5982\u5bf9\u4e8e\u9ab0\u5b50\u7684\u4f8b\u5b50\uff0c\u5b83\u7684\u6570\u5b66\u671f\u671b\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mtable,{rowspacing:"0.25em",columnalign:"right left",columnspacing:"0em",children:[(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"i"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"e"})]})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.munderover,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mn,{children:"6"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]})]})})})]}),(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(a.mrow,{})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.munderover,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mn,{children:"6"})]}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mn,{children:"6"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mn,{children:"6"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"2"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"3"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"4"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"5"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mn,{children:"6"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]})})})]}),(0,l.jsxs)(a.mtr,{children:[(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsx)(a.mrow,{})})}),(0,l.jsx)(a.mtd,{children:(0,l.jsx)(a.mstyle,{scriptlevel:"0",displaystyle:"true",children:(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mrow,{}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"3.5"})]})})})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\begin{aligned}\n\t\tE[X_{\\rm die}]&=\\sum_{i=1}^{6}p_i x_i\\\\\n\t\t&=\\sum_{i=1}^{6} \\cfrac{1}{6}x_i = \\cfrac{1}{6}(1+2+3+4+5+6)\\\\\n\t\t&=3.5\n\t\\end{aligned}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"8.2576em",verticalAlign:"-3.8788em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsxs)(a.span,{className:"mtable",children:[(0,l.jsx)(a.span,{className:"col-align-r",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"4.3788em"},children:[(0,l.jsxs)(a.span,{style:{top:"-6.3788em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.8011em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3361em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"-0.0785em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathrm mtight",children:"die"})})})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.8011em"}}),(0,l.jsx)(a.span,{className:"mord"})]}),(0,l.jsxs)(a.span,{style:{top:"-0.5823em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.8011em"}}),(0,l.jsx)(a.span,{className:"mord"})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"3.8788em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"col-align-l",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"4.3788em"},children:[(0,l.jsxs)(a.span,{style:{top:"-6.3788em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.8011em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.8011em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(a.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"6"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]}),(0,l.jsxs)(a.span,{style:{top:"-3em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.8011em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.8011em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(a.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"6"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"6"})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"6"})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mord",children:"2"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mord",children:"3"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mord",children:"4"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mord",children:"5"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mord",children:"6"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]}),(0,l.jsxs)(a.span,{style:{top:"-0.5823em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.8011em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mord",children:"3.5"})]})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"3.8788em"},children:(0,l.jsx)(a.span,{})})})]})})]})})]})})]})}),"\n",(0,l.jsx)(e,{num:"5"}),"\n",(0,l.jsxs)(a.p,{children:["\u5bf9\u5e94\u5730\uff0c\u5bf9\u4e8e\u8fde\u7eed\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\uff0c\u5176\u671f\u671b\u4e3a\u968f\u673a\u53d8\u91cf\u503c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"x"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u4e0e\u5176\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\u7684\u4e58\u79ef\u5728\u5168\u5b9a\u4e49\u57df\u4e0a\u7684\u79ef\u5206\uff08\u5982\u679c\u8be5\u79ef\u5206\u7edd\u5bf9\u6536\u655b\uff09\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]})]}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tE[X]={\\rm \\int}_{-\\infty}^{+\\infty}xp(x){\\rm d}x"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.4915em",verticalAlign:"-0.9703em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.5212em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.8129em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"+"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})]})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9703em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"6"}),"\n",(0,l.jsxs)(a.p,{children:["\u4e0a\u8ff0\u7684\u5173\u4e8e\u968f\u673a\u53d8\u91cf\u7684\u671f\u671b\u7684\u5b9a\u4e49\u5728\u6982\u5ff5\u4e0a\u5f88\u597d\u7406\u89e3\uff0c\u4f46\u662f\u901a\u5e38\u6211\u4eec\u5bf9\u968f\u673a\u53d8\u91cf\u7684\u51fd\u6570\u66f4\u611f\u5174\u8da3\uff0c\u8003\u8651\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y=g(X)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\uff0c\u5e76\u4e14\u53ea\u77e5\u9053\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u7684\u6982\u7387\u5206\u5e03\uff0c\u600e\u6837\u6c42\u51fa\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"Y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"})]})})]}),"\u7684\u671f\u671b\u5462\uff1f"]}),"\n",(0,l.jsxs)(a.p,{children:["\u968f\u673a\u53d8\u91cf\u51fd\u6570\u7684\u6570\u5b66\u671f\u671b\u53ef\u4ee5\u901a\u8fc7\u4e0b\u9762\u7684\u5b9a\u7406\u6765\u6c42\uff0c\u5373\u65e0\u610f\u8bc6\u7684\u7edf\u8ba1\u89c4\u5f8b\r\n\uff08law of the unconscious statistician\uff09: \u8bbe",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"Y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"})]})})]}),"\u662f\u968f\u673a\u53d8\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u7684\u51fd\u6570\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y=g(X)"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})]})]}),"\uff0c\u8fd9\u91cc",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"g"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"g"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"})]})})]}),"\u662f\u8fde\u7eed\u51fd\u6570\uff0c\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u662f\u79bb\u6563\u578b\u968f\u673a\u53d8\u91cf\uff0c\u5b83\u7684\u6982\u7387\u5206\u5e03\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mn,{children:"2"}),(0,l.jsx)(a.mo,{separator:"true",children:","}),(0,l.jsx)(a.mo,{children:"\u22ef"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"P\\{X=x_i\\}=p_i,i=1,2,\\cdots"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:"}"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.854em",verticalAlign:"-0.1944em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"i"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8389em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord",children:"2"}),(0,l.jsx)(a.span,{className:"mpunct",children:","}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"minner",children:"\u22ef"})]})]})]}),"\uff0c\u82e5",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\sum^{\\infty}_{i=1}g(x_i)p_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.104em",verticalAlign:"-0.2997em"}}),(0,l.jsxs)(a.span,{className:"mop",children:[(0,l.jsx)(a.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.8043em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.4003em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.2029em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2997em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u7edd\u5bf9\u6536\u655b\uff0c \u5219\u6709\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.munderover,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tE[Y]=E[g(X)]=\\sum^{\\infty}_{i=1}g(x_i)p_i"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:")]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.9291em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.6514em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(a.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"7"}),"\n",(0,l.jsxs)(a.p,{children:["\u5982\u679c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u662f\u8fde\u7eed\u578b\u968f\u673a\u53d8\u91cf\uff0c\u5b83\u7684\u6982\u7387\u5bc6\u5ea6\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p(x)"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"})]})})]}),"\uff0c\u82e5",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"{\\rm \\int}^{\\infty}_{-\\infty}g(x)p(x){\\rm d}x"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.2734em",verticalAlign:"-0.4142em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol small-op",style:{marginRight:"0.19445em",position:"relative",top:"-0.0006em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.8593em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.3442em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.2579em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.4142em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})})]}),"\u7edd\u5bf9\u6536\u655b\uff0c\u5219\u6709\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(a.mi,{children:"g"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tE[Y]=E[g(X)]={\\rm \\int}^{\\infty}_{-\\infty}g(x)p(x){\\rm d}x"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:")]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.3846em",verticalAlign:"-0.9703em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.4143em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.7881em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mtight",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.8129em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.9703em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"g"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"8"}),"\n",(0,l.jsxs)(a.p,{children:["\u8be5\u5b9a\u7406\u7684\u91cd\u8981\u610f\u4e49\u5728\u4e8e\uff0c\u5f53\u6c42",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"E[Y]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u65f6\uff0c\u6211\u4eec\u4e0d\u5fc5\u7b97\u51fa",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"Y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"})]})})]}),"\u7684\u5206\u5e03\u5f8b\u6216\u6982\u7387\u5bc6\u5ea6\uff0c\u800c\u53ea\u9700\u8981\u5229\u7528",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u7684\u5206\u5e03\u5f8b\u6216\u6982\u7387\u5bc6\u5ea6\u5c31\u53ef\u4ee5\u4e86\u3002"]}),"\n",(0,l.jsxs)(a.p,{children:["\u9664\u4e86\u5747\u503c\uff0c\u6211\u4eec\u9700\u8981\u77e5\u9053\u8fd9\u4e9b\u968f\u673a\u53d8\u91cf\u7684\u91c7\u6837\u7ed3\u679c\u76f8\u5bf9\u5176\u671f\u671b\u7684\u504f\u79bb\u7a0b\u5ea6\uff0c\u8fd9\u53ef\u4ee5\u7528\u6bcf\u4e2a\u968f\u673a\u53d8\u91cf\u4e0e\u671f\u671b\u503c\u5dee\u7684\u671f\u671b\u7684\u7edd\u5bf9\u503c\u6765\u8868\u793a\uff0c\u5373\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u2223"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"|E[x-E[X]]|"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"]]"}),(0,l.jsx)(a.span,{className:"mord",children:"\u2223"})]})]})]}),"\uff0c\u7531\u4e8e\u6d89\u53ca\u7edd\u5bf9\u503c\u4e0d\u4fbf\u4e8e\u8ba1\u7b97\uff0c\u6240\u4ee5\u4f7f\u7528\u8be5\u671f\u671b\u7684\u5e73\u65b9\u6765\u8868\u5f81\u8be5\u91cf\uff0c\u5373\u65b9\u5dee\uff08variance\uff09\r\n",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"\u03c3"}),(0,l.jsx)(a.mn,{children:"2"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\sigma^2"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8141em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8141em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})})})})})]})]})})]}),", \u8868\u793a\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"V"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"V\\{X\\}"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"})]})})]}),"\uff0c\u65b9\u5dee\u7684\u5e73\u65b9\u6839",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"\u03c3"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\sigma"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"})]})})]}),"\u79f0\u4e3a\u6807\u51c6\u5dee\uff08standard deviation\uff09\u3002\u5bf9\u4e8e\u79bb\u6563\u968f\u673a\u53d8\u91cf\uff0c\u5176\u65b9\u5dee\u4e3a\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"\u03c3"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.munder,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\sigma^2=E[(x-E[X])^2]=\\sum_i (x_i-E[x])^2p_i"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8641em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"[("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1141em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsxs)(a.span,{className:"mclose",children:[(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.3277em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.05em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",children:"\u2211"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1141em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsxs)(a.span,{className:"mclose",children:[(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"9"}),"\n",(0,l.jsx)(a.p,{children:"\\noindent \u5bf9\u4e8e\u8fde\u7eed\u968f\u673a\u53d8\u91cf\uff0c\u5176\u65b9\u5dee\u4e3a\uff1a"}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"\u03c3"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mo,{lspace:"0em",rspace:"0em",children:"\u222b"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{children:"\u2212"}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\t\\sigma^2=E[(x-E[x])^2]={\\rm \\int} (x-E[x])^2 p(x){\\rm d}x"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8641em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.03588em"},children:"\u03c3"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"[("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1141em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsxs)(a.span,{className:"mclose",children:[(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.2222em",verticalAlign:"-0.8622em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",style:{marginRight:"0.44445em",position:"relative",top:"-0.0011em"},children:"\u222b"})})}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"\u2212"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1141em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsxs)(a.span,{className:"mclose",children:[(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8641em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.113em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"10",id:"e:discrete-variance"}),"\n",(0,l.jsx)(a.p,{children:"\u65b9\u5dee\u5177\u6709\u4ee5\u4e0b\u6027\u8d28\uff1a"}),"\n",(0,l.jsxs)(a.ol,{children:["\n",(0,l.jsxs)(a.li,{children:["\u82e5",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"C"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"C"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"C"})]})})]}),"\u662f\u5e38\u6570\uff0c\u5219\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"V"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"C"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"0"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"V\\{C\\}=0"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"C"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"0"})]})]})]})]}),"\n",(0,l.jsxs)(a.li,{children:["\u82e5",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"C"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"C"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"C"})]})})]}),"\u662f\u5e38\u6570\uff0c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u4e3a\u968f\u673a\u53d8\u91cf\uff0c\u5219\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"V"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"C"}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msup,{children:[(0,l.jsx)(a.mi,{children:"C"}),(0,l.jsx)(a.mn,{children:"2"})]}),(0,l.jsx)(a.mi,{children:"V"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"V\\{CX\\}=C^2V\\{X\\}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"CX"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.0641em",verticalAlign:"-0.25em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"C"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.8141em"},children:(0,l.jsxs)(a.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:"2"})})]})})})})})]}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"})]})]})]})]}),"\n",(0,l.jsxs)(a.li,{children:["\u82e5",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"X"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"X"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})]})})]}),"\u548c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"Y"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"Y"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"})]})})]}),"\u662f\u4e24\u4e2a\u72ec\u7acb\u7684\u968f\u673a\u53d8\u91cf\uff0c\u5219\uff1a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"V"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mi,{children:"V"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"}),(0,l.jsx)(a.mo,{children:"+"}),(0,l.jsx)(a.mi,{children:"V"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"{"}),(0,l.jsx)(a.mi,{children:"Y"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"}"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"V\\{X+Y\\}=V\\{X\\}+V\\{Y\\}"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}}),(0,l.jsx)(a.span,{className:"mbin",children:"+"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2222em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"V"}),(0,l.jsx)(a.span,{className:"mopen",children:"{"}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.22222em"},children:"Y"}),(0,l.jsx)(a.span,{className:"mclose",children:"}"})]})]})]})]}),"\n"]}),"\n",(0,l.jsx)(a.h3,{id:"\u5927\u6570\u5b9a\u5f8b",children:"\u5927\u6570\u5b9a\u5f8b"}),"\n",(0,l.jsxs)(a.p,{children:["\u5728\u7edf\u8ba1\u5b66\u4e2d\uff0c\u5f88\u591a\u95ee\u9898\u6d89\u53ca\u5bf9\u5927\u91cf\u72ec\u7acb\u7684\u968f\u673a\u53d8\u91cf\u91c7\u6837",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"x_i"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.5806em",verticalAlign:"-0.15em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})})]}),"\u7684\u548c\u8fdb\u884c\u5904\u7406\uff0c\u8fd9\u4e9b\u968f\u673a\u53d8\u91cf\u62e5\u6709\u76f8\u540c\u7684\u6982\u7387\u5bc6\u5ea6\u51fd\u6570",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"p"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"p"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.625em",verticalAlign:"-0.1944em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"})]})})]}),"\uff0c\u8fd9\u6837\u7684\u968f\u673a\u53d8\u91cf\u79f0\u4e3a\u72ec\u7acb\u540c\u5206\u5e03\uff08independent identically distributed\uff0cIID\uff09\u7684\u968f\u673a\u53d8\u91cf\uff0c\u4f8b\u5982\u5728\u5b9e\u9a8c\u6761\u4ef6\u4fdd\u6301\u4e0d\u53d8\u7684\u60c5\u51b5\u4e0b\uff0c\u4e00\u7cfb\u5217\u629b\u786c\u5e01\u7684\u6b63\u53cd\u9762\u7ed3\u679c\u5c31\u662f\u72ec\u7acb\u540c\u5206\u5e03\u7684\u3002\u5f53\u8fd9\u4e9b\u968f\u673a\u53d8\u91cf\u91c7\u6837\u7684\u548c\u88ab\u9664\u4ee5\u8fd9\u4e9b\u968f\u673a\u53d8\u91cf\u91c7\u6837\u7684\u6570\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"N"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u65f6\uff0c\u6211\u4eec\u5f97\u5230\u8be5\u968f\u673a\u53d8\u91cf\u7684\u671f\u671b\u7684\u4e00\u4e2a\u4f30\u8ba1\uff08estimator\uff09\uff0c\u5373\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"\u2248"}),(0,l.jsxs)(a.mover,{accent:"true",children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"true",children:"\u203e"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mi,{children:"N"})]}),(0,l.jsxs)(a.munderover,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mi,{children:"N"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tE[X]\\approx\\overline{X}= \\cfrac{1}{N}\\sum_{i=1}^{N}x_i"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2248"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8833em"}}),(0,l.jsx)(a.span,{className:"mord overline",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.8833em"},children:[(0,l.jsxs)(a.span,{style:{top:"-3em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.8033em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"overline-line",style:{borderBottomWidth:"0.04em"}})]})]})})})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"3.106em",verticalAlign:"-1.2777em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.8283em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(a.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]})}),"\n",(0,l.jsx)(e,{num:"11"}),"\n",(0,l.jsx)(a.admonition,{title:"\u4f30\u8ba1",type:"tip",children:(0,l.jsxs)(a.p,{children:["\u6240\u8c13\u4f30\u8ba1\u7684\u6982\u5ff5\uff0c\u53ef\u4ee5\u7406\u89e3\u4e3a\u662f\u5bf9\u5e94\u6570\u5b66\u6a21\u578b\u7684\u4e00\u79cd\u5177\u4f53\u7684\uff08\u5f80\u5f80\u662f\u8fd1\u4f3c\u7684\uff09\u6c42\u89e3\u65b9\u6cd5\uff0c\u6bd4\u5982\u5728\u8fd9\u91cc\u968f\u673a\u53d8\u91cf\u7684\u6570\u5b66\u671f\u671b\u6a21\u578b\u4e3a",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mi,{children:"n"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"E[X]=\\sum^{n}_{i=1}p_ix_i"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.104em",verticalAlign:"-0.2997em"}}),(0,l.jsxs)(a.span,{className:"mop",children:[(0,l.jsx)(a.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.8043em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.4003em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.2029em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"n"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2997em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]}),"\uff08\u5bf9\u4e8e\u79bb\u6563\u968f\u673a\u53d8\u91cf\uff09\uff0c\u6216\u8005",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mo,{children:"\u222b"}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"p"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"("}),(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mo,{stretchy:"false",children:")"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"d"}),(0,l.jsx)(a.mi,{children:"x"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"E[X]=\\int xp(x){\\rm d}x"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1.1111em",verticalAlign:"-0.3061em"}}),(0,l.jsx)(a.span,{className:"mop op-symbol small-op",style:{marginRight:"0.19445em",position:"relative",top:"-0.0006em"},children:"\u222b"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"p"}),(0,l.jsx)(a.span,{className:"mopen",children:"("}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"mclose",children:")"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathrm",children:"d"})})}),(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"})]})]})]}),"\uff08\u5bf9\u4e8e\u8fde\u7eed\u968f\u673a\u53d8\u91cf\uff09\uff0c\u4e0a\u8ff0\u7684\u968f\u673a\u53d8\u91cf\u7684\u671f\u671b\u5e94\u8be5\u600e\u4e48\u6c42\u89e3\u5462\uff1f\u6211\u4eec\u53ef\u4ee5\u5bf9\u8be5\u968f\u673a\u53d8\u91cf\u91cd\u590d",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"N"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u6b21\u91c7\u6837\uff0c\u8fd9\u5f62\u6210\u4e00\u4e9b\u72ec\u7acb\u540c\u5206\u5e03\u7684\u968f\u673a\u6570\uff0c\u7136\u540e\u901a\u8fc7\u5bf9\u8fd9\u4e9b\u968f\u673a\u6570\u8fdb\u884c\u7edf\u8ba1\u8ba1\u6570\u6765\u8fd1\u4f3c\u4e0a\u8ff0\u7684\u671f\u671b\u6a21\u578b\uff0c\u5373\u4f7f\u7528\u4f30\u8ba1",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsxs)(a.mover,{accent:"true",children:[(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"true",children:"\u203e"})]}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mstyle,{displaystyle:"true",scriptlevel:"0",children:(0,l.jsxs)(a.mfrac,{children:[(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mi,{children:"N"})]})}),(0,l.jsxs)(a.msubsup,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mi,{children:"N"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\\overline{X}= \\cfrac{1}{N}\\sum_{i=1}^{N}x_i"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.8833em"}}),(0,l.jsx)(a.span,{className:"mord overline",children:(0,l.jsx)(a.span,{className:"vlist-t",children:(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.8833em"},children:[(0,l.jsxs)(a.span,{style:{top:"-3em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.8033em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"overline-line",style:{borderBottomWidth:"0.04em"}})]})]})})})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"2.276em",verticalAlign:"-0.686em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mop",children:[(0,l.jsx)(a.span,{className:"mop op-symbol small-op",style:{position:"relative",top:"0em"},children:"\u2211"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.9812em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.4003em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.2029em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.2997em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]})]})]})]}),"\u6765\u8fd1\u4f3c",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"E[X]"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"1em",verticalAlign:"-0.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"})]})})]}),"\u3002"]})}),"\n",(0,l.jsxs)(a.p,{children:["\u968f\u7740\u968f\u673a\u91c7\u6837\u6570\u91cf",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"N"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u7684\u589e\u5927\uff0c\u8be5\u4f30\u8ba1\u7684\u65b9\u5dee\u9010\u6e10\u51cf\u5c0f\u3002\u6211\u4eec\u5e0c\u671b",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsx)(a.mrow,{children:(0,l.jsx)(a.mi,{children:"N"})}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"N"})]})})}),(0,l.jsx)(a.span,{className:"katex-html","aria-hidden":"true",children:(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})]})})]}),"\u503c\u8db3\u591f\u5927\uff0c\u4ee5\u81f3\u4e8e\u8be5\u4f30\u8ba1\u7684\u503c\u80fd\u591f\u5145\u5206\u63a5\u8fd1\u671f\u671b\u7684\u503c\uff0c\u8fd9\u6837\u6211\u4eec\u80fd\u591f\u5c06\u7edf\u8ba1\u65b9\u6cd5\u7528\u4e8e\u89e3\u51b3\u786e\u5b9a\u6027\u95ee\u9898\u3002\u5927\u6570\u5b9a\u5f8b\uff08law of large numbers\uff09\u544a\u8bc9\u6211\u4eec\uff0c\u5f53",(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"N"}),(0,l.jsx)(a.mo,{children:"\u2192"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"N\\rightarrow\\infty"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6833em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"\u2192"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.4306em"}}),(0,l.jsx)(a.span,{className:"mord",children:"\u221e"})]})]})]}),"\u65f6\uff0c\u6211\u4eec\u53ef\u4ee5\u786e\u5b9a\u968f\u673a\u53d8\u91cf\u7684\u7edf\u8ba1\u5e73\u5747\u503c\u8d8b\u8fd1\u4e8e\u671f\u671b\u7684\u503c\uff0c\u5373\uff1a"]}),"\n",(0,l.jsx)(a.span,{className:"katex-display",children:(0,l.jsxs)(a.span,{className:"katex",children:[(0,l.jsx)(a.span,{className:"katex-mathml",children:(0,l.jsx)(a.math,{xmlns:"http://www.w3.org/1998/Math/MathML",display:"block",children:(0,l.jsxs)(a.semantics,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"P"}),(0,l.jsx)(a.mo,{fence:"false",stretchy:"true",minsize:"3em",maxsize:"3em",children:"{"}),(0,l.jsx)(a.mi,{children:"E"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"["}),(0,l.jsx)(a.mi,{children:"X"}),(0,l.jsx)(a.mo,{stretchy:"false",children:"]"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsxs)(a.munder,{children:[(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"lim"}),(0,l.jsx)(a.mo,{children:"\u2061"})]}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"N"}),(0,l.jsx)(a.mo,{children:"\u2192"}),(0,l.jsx)(a.mi,{mathvariant:"normal",children:"\u221e"})]})]}),(0,l.jsxs)(a.mfrac,{children:[(0,l.jsx)(a.mn,{children:"1"}),(0,l.jsx)(a.mi,{children:"N"})]}),(0,l.jsxs)(a.munderover,{children:[(0,l.jsx)(a.mo,{children:"\u2211"}),(0,l.jsxs)(a.mrow,{children:[(0,l.jsx)(a.mi,{children:"i"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.mi,{children:"N"})]}),(0,l.jsxs)(a.msub,{children:[(0,l.jsx)(a.mi,{children:"x"}),(0,l.jsx)(a.mi,{children:"i"})]}),(0,l.jsx)(a.mo,{fence:"false",stretchy:"true",minsize:"3em",maxsize:"3em",children:"}"}),(0,l.jsx)(a.mo,{children:"="}),(0,l.jsx)(a.mn,{children:"1"})]}),(0,l.jsx)(a.annotation,{encoding:"application/x-tex",children:"\tP\\Bigg\\{ E[X]=\\lim_{N \\to \\infty} \\cfrac{1}{N}\\sum_{i=1}^{N}x_i \\Bigg\\}=1"})]})})}),(0,l.jsxs)(a.span,{className:"katex-html","aria-hidden":"true",children:[(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"3em",verticalAlign:"-1.25em"}}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.13889em"},children:"P"}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"delimsizing size4",children:"{"})}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.05764em"},children:"E"}),(0,l.jsx)(a.span,{className:"mopen",children:"["}),(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.07847em"},children:"X"}),(0,l.jsx)(a.span,{className:"mclose",children:"]"}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"3.106em",verticalAlign:"-1.2777em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"0.6944em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.3557em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"\u2192"}),(0,l.jsx)(a.span,{className:"mord mtight",children:"\u221e"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop",children:"lim"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.7443em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mopen nulldelimiter"}),(0,l.jsx)(a.span,{className:"mfrac",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.59em"},children:[(0,l.jsxs)(a.span,{style:{top:"-2.314em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord mathnormal",style:{marginRight:"0.10903em"},children:"N"})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.23em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"frac-line",style:{borderBottomWidth:"0.04em"}})]}),(0,l.jsxs)(a.span,{style:{top:"-3.74em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3em"}}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"mord",children:"1"})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.686em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{})]}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsx)(a.span,{className:"mop op-limits",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsxs)(a.span,{className:"vlist",style:{height:"1.8283em"},children:[(0,l.jsxs)(a.span,{style:{top:"-1.8723em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsxs)(a.span,{className:"mord mtight",children:[(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"}),(0,l.jsx)(a.span,{className:"mrel mtight",children:"="}),(0,l.jsx)(a.span,{className:"mord mtight",children:"1"})]})})]}),(0,l.jsxs)(a.span,{style:{top:"-3.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{children:(0,l.jsx)(a.span,{className:"mop op-symbol large-op",children:"\u2211"})})]}),(0,l.jsxs)(a.span,{style:{top:"-4.3em",marginLeft:"0em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"3.05em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",style:{marginRight:"0.10903em"},children:"N"})})})]})]}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"1.2777em"},children:(0,l.jsx)(a.span,{})})})]})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.1667em"}}),(0,l.jsxs)(a.span,{className:"mord",children:[(0,l.jsx)(a.span,{className:"mord mathnormal",children:"x"}),(0,l.jsx)(a.span,{className:"msupsub",children:(0,l.jsxs)(a.span,{className:"vlist-t vlist-t2",children:[(0,l.jsxs)(a.span,{className:"vlist-r",children:[(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.3117em"},children:(0,l.jsxs)(a.span,{style:{top:"-2.55em",marginLeft:"0em",marginRight:"0.05em"},children:[(0,l.jsx)(a.span,{className:"pstrut",style:{height:"2.7em"}}),(0,l.jsx)(a.span,{className:"sizing reset-size6 size3 mtight",children:(0,l.jsx)(a.span,{className:"mord mathnormal mtight",children:"i"})})]})}),(0,l.jsx)(a.span,{className:"vlist-s",children:"\u200b"})]}),(0,l.jsx)(a.span,{className:"vlist-r",children:(0,l.jsx)(a.span,{className:"vlist",style:{height:"0.15em"},children:(0,l.jsx)(a.span,{})})})]})})]}),(0,l.jsx)(a.span,{className:"mord",children:(0,l.jsx)(a.span,{className:"delimsizing size4",children:"}"})}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,l.jsx)(a.span,{className:"mrel",children:"="}),(0,l.jsx)(a.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,l.jsxs)(a.span,{className:"base",children:[(0,l.jsx)(a.span,{className:"strut",style:{height:"0.6444em"}}),(0,l.jsx)(a.span,{className:"mord",children:"1"})]})]})]})}),"\n",(0,l.jsx)(e,{num:"12",id:"eq:mc-large-numbers"}),"\n",(0,l.jsx)(a.p,{children:"\u5927\u6570\u5b9a\u5f8b\u544a\u8bc9\u6211\u4eec\uff0c\u968f\u673a\u53d8\u91cf\u7684\u671f\u671b\u63cf\u8ff0\u7684\u52a0\u548c\uff08\u5982\u5f0f\uff084\uff09\uff09\u6216\u79ef\u5206\uff08\u5982\u5f0f\uff086\uff09\uff09\u8ba1\u7b97\uff0c\u53ef\u4ee5\u901a\u8fc7\u5bf9\u968f\u673a\u53d8\u91cf\u6267\u884c\u5927\u91cf\u7684\u91cd\u590d\u91c7\u6837\uff0c\u8fd9\u5f97\u5230\u4e00\u4e9b\u72ec\u7acb\u540c\u5206\u5e03\u7684\u968f\u673a\u6570\uff0c\u7136\u540e\u4f7f\u7528\u8fd9\u4e9b\u91c7\u6837\u7ed3\u679c\u7684\u7edf\u8ba1\u5e73\u5747\u6765\u8fd1\u4f3c\u3002"}),"\n",(0,l.jsx)(a.p,{children:"\u5927\u6570\u5b9a\u5f8b\u662f\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u7684\u91cd\u8981\u57fa\u7840\uff0c\u5173\u4e8e\u5927\u6570\u5b9a\u5f8b\u7684\u8bc1\u660e\u8fc7\u7a0b\u53ef\u4ee5\u53c2\u89c1\u5207\u6bd4\u96ea\u592b\u4e0d\u7b49\u5f0f\u4ee5\u53ca\u4e2d\u5fc3\u6781\u9650\u5b9a\u7406\uff0c\u8fd9\u91cc\u4e0d\u518d\u5bf9\u5176\u8fdb\u884c\u8be6\u8ff0\uff0c\u6211\u4eec\u53ea\u9700\u8981\u7406\u89e3\u901a\u8fc7\u5bf9\u67d0\u4e2a\u5206\u5e03\u51fd\u6570\u6267\u884c\u5927\u91cf\u91cd\u590d\u91c7\u6837\u6765\u8fd1\u4f3c\u968f\u673a\u6570\u671f\u671b\u8fd9\u79cd\u601d\u8def\u5373\u53ef\u3002"})]})}function x(s={}){const{wrapper:a}={...(0,n.a)(),...s.components};return a?(0,l.jsx)(a,{...s,children:(0,l.jsx)(h,{...s})}):h(s)}},1151:(s,a,e)=>{e.d(a,{Z:()=>c,a:()=>i});var l=e(7294);const n={},m=l.createContext(n);function i(s){const a=l.useContext(m);return l.useMemo((function(){return"function"==typeof s?s(a):{...a,...s}}),[a,s])}function c(s){let a;return a=s.disableParentContext?"function"==typeof s.components?s.components(n):s.components||n:i(s.components),l.createElement(m.Provider,{value:a},s.children)}}}]); \ No newline at end of file diff --git a/assets/js/935f2afb.87d9f87f.js b/assets/js/935f2afb.87d9f87f.js new file mode 100644 index 0000000..11785ba --- /dev/null +++ b/assets/js/935f2afb.87d9f87f.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[53],{1109:i=>{i.exports=JSON.parse('{"pluginId":"default","version":"current","label":"Next","banner":null,"badge":false,"noIndex":false,"className":"docs-version-current","isLast":true,"docsSidebars":{"tutorialSidebar":[{"type":"link","label":"\u524d \u8a00","href":"/docs/preface","docId":"preface","unlisted":false},{"type":"category","label":"1 \u5149\u4e0e\u8868\u9762\u7684\u4ea4\u4e92","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"1.1 \u4ec0\u4e48\u662f\u5168\u5c40\u5149\u7167","href":"/docs/introduction/what-is-gi","docId":"introduction/what-is-gi","unlisted":false},{"type":"link","label":"1.2 \u8f90\u5c04\u5ea6\u91cf\u5b66","href":"/docs/introduction/radiometry","docId":"introduction/radiometry","unlisted":false},{"type":"link","label":"1.3 \u7269\u4f53\u7684\u8868\u9762\u7740\u8272","href":"/docs/introduction/shading","docId":"introduction/shading","unlisted":false},{"type":"link","label":"1.4 \u91c7\u6837\u548c\u53cd\u8d70\u6837","href":"/docs/introduction/intro-sampling","docId":"introduction/intro-sampling","unlisted":false},{"type":"link","label":"1.5 \u57fa\u4e8e\u7269\u7406\u7684\u6e32\u67d3","href":"/docs/introduction/pbr","docId":"introduction/pbr","unlisted":false},{"type":"link","label":"1.6 \u6e32\u67d3\u65b9\u7a0b","href":"/docs/introduction/intro-the-rendering-equation","docId":"introduction/intro-the-rendering-equation","unlisted":false},{"type":"link","label":"1.7 \u5173\u4e8e\u79bb\u7ebf\u4e0e\u5b9e\u65f6\u6e32\u67d3","href":"/docs/introduction/offline-and-rt","docId":"introduction/offline-and-rt","unlisted":false}],"href":"/docs/introduction/"},{"type":"category","label":"2 \u5e76\u884c\u5904\u7406\u5668\u67b6\u6784","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"2.1 CPU\u5e94\u7528\u7a0b\u5e8f\u6267\u884c\u6a21\u578b","href":"/docs/hardware/cpu","docId":"hardware/cpu","unlisted":false},{"type":"link","label":"2.2 \u5e76\u884c\u8ba1\u7b97\u67b6\u6784","href":"/docs/hardware/parallel-computing","docId":"hardware/parallel-computing","unlisted":false},{"type":"link","label":"2.3 GPU\u5e76\u884c\u8ba1\u7b97\u67b6\u6784","href":"/docs/hardware/gpu","docId":"hardware/gpu","unlisted":false}],"href":"/docs/hardware/"},{"type":"link","label":"4 \u7740\u8272\u7ba1\u7ebf","href":"/docs/shading/","docId":"shading/index","unlisted":false},{"type":"category","label":"4 \u8499\u7279\u5361\u6d1b\u65b9\u6cd5","collapsible":true,"collapsed":true,"items":[{"type":"link","label":"4.1 \u6982\u7387\u8bba\u57fa\u7840","href":"/docs/monte-carlo/probability","docId":"monte-carlo/probability","unlisted":false},{"type":"link","label":"4.2 \u8499\u7279\u5361\u6d1b\u79ef\u5206","href":"/docs/monte-carlo/monte-carlo","docId":"monte-carlo/monte-carlo","unlisted":false},{"type":"link","label":"4.3 \u5bf9\u5206\u5e03$p(x)$\u8fdb\u884c\u91c7\u6837","href":"/docs/monte-carlo/sampling","docId":"monte-carlo/sampling","unlisted":false},{"type":"link","label":"4.4 \u9a6c\u5c14\u53ef\u592b\u94fe\u8499\u7279\u5361\u6d1b\u65b9\u6cd5","href":"/docs/monte-carlo/markov-chain","docId":"monte-carlo/markov-chain","unlisted":false},{"type":"link","label":"4.5 \u65b9\u5dee\u7f29\u51cf","href":"/docs/monte-carlo/variance-reduction","docId":"monte-carlo/variance-reduction","unlisted":false}],"href":"/docs/monte-carlo/"},{"type":"link","label":"6 \u8def\u5f84\u8ffd\u8e2a\u6280\u672f","href":"/docs/path-tracing/","docId":"path-tracing/index","unlisted":false},{"type":"link","label":"7 \u5149\u5b50\u6620\u5c04","href":"/docs/photon-mapping/","docId":"photon-mapping/index","unlisted":false},{"type":"link","label":"8 \u6885\u7279\u6ce2\u5229\u65af\u5149\u7167\u4f20\u8f93","href":"/docs/mlt/","docId":"mlt/index","unlisted":false},{"type":"link","label":"9 \u8f90\u5c04\u5ea6\u65b9\u6cd5","href":"/docs/radiosity/","docId":"radiosity/index","unlisted":false},{"type":"link","label":"10 \u5373\u65f6\u8f90\u5c04\u5ea6\u65b9\u6cd5","href":"/docs/instant-radiosity/","docId":"instant-radiosity/index","unlisted":false},{"type":"link","label":"11 \u57fa\u4e8e\u9884\u8ba1\u7b97\u7684\u5168\u5c40\u5149\u7167\u6280\u672f","href":"/docs/precomputed-radiance-transfer/","docId":"precomputed-radiance-transfer/index","unlisted":false},{"type":"link","label":"12 \u57fa\u4e8e\u4f53\u7d20\u7684\u5168\u5c40\u5149\u7167\u6280\u672f","href":"/docs/voxel-based-global-illumination/","docId":"voxel-based-global-illumination/index","unlisted":false},{"type":"link","label":"13 \u57fa\u4e8e\u8ddd\u79bb\u573a\u7684\u5168\u5c40\u5149\u7167\u6280\u672f","href":"/docs/distance-field-gi/","docId":"distance-field-gi/index","unlisted":false}]},"docs":{"distance-field-gi/index":{"id":"distance-field-gi/index","title":"13 \u57fa\u4e8e\u8ddd\u79bb\u573a\u7684\u5168\u5c40\u5149\u7167\u6280\u672f","description":"","sidebar":"tutorialSidebar"},"hardware/cpu":{"id":"hardware/cpu","title":"2.1 CPU\u5e94\u7528\u7a0b\u5e8f\u6267\u884c\u6a21\u578b","description":"\u51e0\u4e4e\u6240\u6709\u5904\u7406\u5668\u90fd\u4ee5\u51af\xb7\u8bfa\u4f9d\u66fc\u63d0\u51fa\u7684\u5904\u7406\u5668\u7ed3\u6784(\u79f0\u4e3avon Neumann architecture\u6216\u8005von Neumann model)\u4e3a\u5de5\u4f5c\u57fa\u7840\uff0c\u51af\xb7\u8bfa\u4f9d\u66fc\u88ab\u8ba4\u4e3a\u662f\u8ba1\u7b97\u673a\u4e4b\u7236\u4e4b\u4e00\u3002\u5728\u8be5\u7ed3\u6784\u4e2d\uff0c\u4e00\u4e2a\u5177\u6709\u5904\u7406\u5355\u5143\u7684\u7535\u5b50\u6570\u5b57\u8ba1\u7b97\u673a\u7531\u4ee5\u4e0b\u90e8\u5206\u7ec4\u6210\uff1a\u4e00\u4e2a\u7528\u4e8e\u8fdb\u884c\u4e8c\u8fdb\u5236\u8fd0\u7b97\u7684\u7b97\u672f\u903b\u8f91\u5355\u5143\uff08arithmetic logic unit\uff0cALU\uff09\uff0c\u4e00\u4e2a\u7528\u6765\u9ad8\u901f\u5b58\u50a8\u6307\u4ee4\u548c\u6570\u636e\u7684\u5bc4\u5b58\u5668\u7ec4\uff08processor registers\uff09\uff0c\u4e00\u4e2a\u7528\u6765\u63a7\u5236\u6307\u4ee4\u8bfb\u53d6\u7684\u63a7\u5236\u5355\u5143\uff08control unit\uff09\uff0c\u4e00\u4e2a\u7528\u4e8e\u5b58\u50a8\u6240\u6709\u6307\u4ee4\u548c\u6570\u636e\u7684\u5185\u5b58\uff0c\u5916\u52a0\u4e00\u4e9b\u5927\u5bb9\u91cf\u5b58\u50a8\u8bbe\u5907\u53ca\u8f93\u5165\u8f93\u51fa\u8bbe\u5907\u7ec4\u6210\uff0c\u5982\u56fe\uff081\uff09\u6240\u793a\u3002","sidebar":"tutorialSidebar"},"hardware/gpu":{"id":"hardware/gpu","title":"2.3 GPU\u5e76\u884c\u8ba1\u7b97\u67b6\u6784","description":"\u5bf9\u4e8e\u4e60\u60ef\u4e8e\u9488\u5bf9CPU\u8fdb\u884c\u4e32\u884c\u7f16\u7a0b\u7684\u7a0b\u5e8f\u5458\u6765\u8bb2\uff0c\u56fe\u5f62\u5904\u7406\u5668\uff08Graphics Processing Unit\uff0cGPU\uff09\u603b\u662f\u900f\u7740\u4e00\u5c42\u795e\u79d8\u7684\u9762\u7eb1\uff0c\u751a\u81f3\u5bf9\u4e8e\u5f88\u591a\u7a0b\u5e8f\u5458\uff0c\u4ed6\u4eec\u4f1a\u8ba4\u4e3a\u9488\u5bf9GPU\u7f16\u7a0b\u5b66\u4e60\u7684\u96be\u5ea6\u8981\u8fdc\u8fdc\u5927\u4e8eCPU\u3002\u8fd9\u79cd\u5370\u8c61\u6216\u8005\u4f53\u9a8c\u6e90\u4e8eGPU\u7f16\u7a0b\u7684\u4e00\u4e9b\u7279\u5f81\uff0c\u4f8b\u5982\u9488\u5bf9CPU\u7684\u4e32\u884c\u7f16\u7a0b\u7b26\u5408\u4eba\u7c7b\u7684\u903b\u8f91\u601d\u7ef4\u7279\u5f81\uff0c\u800c\u9488\u5bf9GPU\u7684\u7f16\u7a0b\u66f4\u591a\u7684\u662f\u4ee5\u5e76\u884c\u7f16\u7a0b\u4e3a\u4e3b\uff1b\u540c\u65f6\u4e32\u884c\u7f16\u7a0b\u6a21\u578b\u5df2\u7ecf\u975e\u5e38\u6210\u719f\uff0c\u5728\u8fd9\u79cd\u6a21\u578b\u4e0b\uff0c\u5904\u7406\u5668\u5c06\u4e00\u4e9b\u5e76\u884c\u7279\u5f81\u9690\u85cf\u5728\u786c\u4ef6\u7ea7\u522b\uff0c\u4f7f\u7f16\u8bd1\u5668\u80fd\u591f\u5bf9\u5e76\u884c\u7f16\u7a0b\u8fdb\u884c\u9ad8\u5ea6\u62bd\u8c61\uff0c\u6240\u4ee5\u7a0b\u5e8f\u5458\u4e0d\u9700\u8981\u53bb\u4e86\u89e3\u5904\u7406\u5668\u67b6\u6784\u7684\u4e00\u4e9b\u77e5\u8bc6\uff0c\u7136\u800c\u9488\u5bf9GPU\u7684\u5e76\u884c\u7f16\u7a0b\u4ecd\u7136\u4f9d\u8d56\u4e8e\u7a0b\u5e8f\u5458\u5bf9\u786c\u4ef6\u77e5\u8bc6\u6709\u4e00\u5b9a\u7684\u4e86\u89e3\uff08\u4f8b\u5982GPU\u4f7f\u7528\u53d7\u7a0b\u5e8f\u5458\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\uff0c\u800c\u4e0d\u662f\u5b8c\u5168\u57fa\u4e8e\u786c\u4ef6\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\uff0c\u8fd8\u6709\u6570\u636e\u7684\u5bf9\u9f50\u4ee5\u53ca\u5185\u5b58\u5408\u5e76\u7b49\u6982\u5ff5\uff09\uff0c\u624d\u80fd\u591f\u5145\u5206\u63d0\u9ad8\u5e76\u884c\u8ba1\u7b97\u7684\u6548\u7387\uff1b\u53e6\u5916\uff0cGPU\u5e76\u6ca1\u6709\u72ec\u7acb\u7684\u7f16\u7a0b\u6a21\u578b\uff0c\u5b83\u901a\u5e38\u662f\u548cCPU\u4e00\u8d77\u5f62\u6210\u4e00\u4e2a\u975e\u5bf9\u7b49\u7684\u591a\u5904\u7406\u5668\u67b6\u6784\uff0c\u5f00\u53d1\u8005\u9700\u8981\u901a\u8fc7CPU\u6765\u8c03\u5ea6\u548c\u7ba1\u7406GPU\u8bbe\u5907\uff0c\u5185\u5b58\uff0c\u4ee5\u53ca\u7ba1\u7406\u8fd9\u4e9b\u8bbe\u5907\u5185\u7684\u5404\u79cd\u72b6\u6001\u7b49\u7b49\u3002","sidebar":"tutorialSidebar"},"hardware/index":{"id":"hardware/index","title":"2 \u5e76\u884c\u5904\u7406\u5668\u67b6\u6784","description":"\u8981\u60f3\u771f\u6b63\u7406\u89e3\u56fe\u5f62\u63a5\u53e3\u53ca\u6e32\u67d3\u7ba1\u7ebf\uff0c\u5bf9\u786c\u4ef6\u67b6\u6784\u7684\u4e00\u5b9a\u4e86\u89e3\u662f\u5fc5\u4e0d\u53ef\u5c11\u7684\uff0c\u5b9e\u9645\u4e0a\u5f88\u591a3A\u5de5\u4f5c\u5ba4\u90fd\u8981\u6c42\u56fe\u5f62\u76f8\u5173\u7684\u804c\u4f4d\u9700\u8981\u5bf9\u786c\u4ef6\u67b6\u6784\u6709\u4e00\u5b9a\u4e86\u89e3\u3002","sidebar":"tutorialSidebar"},"hardware/parallel-computing":{"id":"hardware/parallel-computing","title":"2.2 \u5e76\u884c\u8ba1\u7b97\u67b6\u6784","description":"\u672c\u8282\u6211\u4eec\u8ba8\u8bbaCPU\u5e76\u884c\u8ba1\u7b97\u7684\u4e00\u4e9b\u6982\u5ff5\uff0c\u5e76\u884c\u8ba1\u7b97\u67b6\u6784\u7684\u6f14\u53d8\uff0c\u600e\u6837\u7531\u5355\u5904\u7406\u5668\u591a\u7ebf\u7a0b\u67b6\u6784\uff0c\u5230\u591a\u5904\u7406\u5668\u67b6\u6784\u3002\u901a\u8fc7\u5bf9\u8fd9\u4e9b\u67b6\u6784\u7684\u6f14\u53d8\u53ca\u7279\u70b9\u7684\u8ba8\u8bba\uff0c\u6211\u4eec\u80fd\u591f\u5f88\u597d\u5730\u4e86\u89e3\u5e76\u884c\u8ba1\u7b97\u7684\u6982\u5ff5\uff0c\u540c\u65f6\u6700\u91cd\u8981\u7684\uff0c\u73b0\u4ee3GPU\u5e76\u884c\u8ba1\u7b97\u67b6\u6784\u6b63\u662f\u57fa\u4e8e\u8fd9\u6837\u4e00\u4e9b\u6280\u672f\u53d1\u5c55\u800c\u6765\uff0c\u5e76\u4e14\u6211\u4eec\u80fd\u591f\u5f88\u6e05\u6670\u5730\u8ba4\u8bc6\u5230GPU\u5e76\u884c\u8ba1\u7b97\u4e0eCPU\u5e76\u884c\u8ba1\u7b97\u7684\u7279\u5f81\u548c\u533a\u522b\uff0c\u4ee5\u4f7f\u6211\u4eec\u66f4\u597d\u5730\u5b66\u4e60\u540e\u9762\u7684\u6e32\u67d3\u7ba1\u7ebf\u3002","sidebar":"tutorialSidebar"},"instant-radiosity/index":{"id":"instant-radiosity/index","title":"10 \u5373\u65f6\u8f90\u5c04\u5ea6\u65b9\u6cd5","description":"","sidebar":"tutorialSidebar"},"introduction/index":{"id":"introduction/index","title":"1 \u5149\u4e0e\u8868\u9762\u7684\u4ea4\u4e92","description":"\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\uff08computer graphics\uff09\u7684\u4e3b\u8981\u76ee\u6807\u4e4b\u4e00\uff0c\u5c31\u662f\u6a21\u62df\u5149\u4e0e\u7269\u4f53\uff08\u8868\u9762\u6216\u4ecb\u8d28\u5185\uff09\u4ea4\u4e92\u7684\u5149\u5b66\u539f\u7406\uff0c\u5c06\u4e00\u4e2a\u865a\u62df\u7684\u6570\u5b573D\u573a\u666f\uff0c\u5229\u7528\u8ba1\u7b97\u673a\u751f\u6210\u4e00\u5f202D\u7684\u6570\u5b57\u56fe\u50cf\uff0c\u4f9b\u5c4f\u5e55\u663e\u793a\u4f7f\u7528\u6216\u8005\u4fdd\u5b58\u4e3a\u6570\u5b57\u6587\u4ef6\u683c\u5f0f\u3002","sidebar":"tutorialSidebar"},"introduction/intro-sampling":{"id":"introduction/intro-sampling","title":"1.4 \u91c7\u6837\u548c\u53cd\u8d70\u6837","description":"3D\u56fe\u50cf\u7684\u751f\u6210\u672c\u8d28\u4e0a\u662f\u4e00\u4e2a\u5bf9\u5404\u79cd\u8fde\u7eed\u51fd\u6570\uff08\u5982\u51e0\u4f55\u56fe\u5f62\uff0cBRDF\u5206\u5e03\u51fd\u6570\uff0c\u5149\u7167\u573a\u7b49\uff09\u91c7\u6837\uff0c\u7136\u540e\u8f6c\u5316\u4e3a\u5bf9\u5e94\u7684\u4e00\u4e2a\u79bb\u6563\u51fd\u6570\uff08\u4ee5\u6709\u9650\u5206\u8fa8\u7387\u8868\u793a\u7684\u4e00\u4e2a\u4e8c\u7ef4\u56fe\u50cf\uff09\u7684\u8fc7\u7a0b\u30023D\u6e32\u67d3\u7684\u5927\u90e8\u5206\u91c7\u6837\u53d1\u751f\u5728\u5149\u6805\u5316\u9636\u6bb5\uff0c\u6216\u8005\u5176\u4ed6\u7531\u5149\u6805\u5316\u5bfc\u81f4\u7684\u91c7\u6837\uff0c\u4f8b\u5982\u7b2c1.3\u8282\u56fe\uff0811\uff09\u4e2d\uff0c\u4e09\u89d2\u5f62\u4e24\u4e2a\u9876\u70b9\u4e4b\u95f4\u7684\u8fb9\u662f\u8fde\u7eed\u7684\uff0c\u4f46\u662f\u88ab\u5149\u6805\u5316\u8fc7\u7a0b\u91c7\u6837\u4e3a\u79bb\u6563\u7684\u50cf\u7d20\u503c\u3002","sidebar":"tutorialSidebar"},"introduction/intro-the-rendering-equation":{"id":"introduction/intro-the-rendering-equation","title":"1.6 \u6e32\u67d3\u65b9\u7a0b","description":"\u597d\u4e86\uff0c\u6211\u4eec\u7ec8\u4e8e\u5177\u5907\u4e00\u5207\u57fa\u7840\u77e5\u8bc6\u53bb\u7406\u89e3\u548c\u63a8\u5bfc\u6e32\u67d3\u65b9\u7a0b\uff08the rendering equation\uff09\u4e86\u3002\u5168\u5c40\u5149\u7167\u7b97\u6cd5\u7684\u76ee\u6807\u5c31\u662f\u8ba1\u7b97\u5149\u675f\u5728\u573a\u666f\u4f20\u64ad\u4ee5\u53ca\u4e0e\u7269\u4f53\u7684\u4ea4\u4e92\u8fc7\u7a0b\u4e2d\u7684\u80fd\u91cf\u4f20\u9012\uff0c\u57fa\u4e8e\u7269\u7406\u7684\u5168\u5c40\u5149\u7167\u6280\u672f\u8981\u6c42\u6574\u4e2a\u573a\u666f\u5728\u5149\u7167\u4f20\u64ad\u8fc7\u7a0b\u4e2d\u4fdd\u6301\u80fd\u91cf\u5b88\u6052\u3002","sidebar":"tutorialSidebar"},"introduction/offline-and-rt":{"id":"introduction/offline-and-rt","title":"1.7 \u5173\u4e8e\u79bb\u7ebf\u4e0e\u5b9e\u65f6\u6e32\u67d3","description":"\u672c\u7ae0\u7684\u6700\u540e\uff0c\u8fd9\u91cc\u8981\u7279\u522b\u8bf4\u660e\u4e00\u4e0b\u5173\u4e8e\u79bb\u7ebf\u6e32\u67d3\u548c\u5b9e\u65f6\u6e32\u67d3\uff0c\u4ee5\u53ca\u5b83\u4eec\u5728\u672c\u4e66\u4e2d\u5404\u81ea\u7684\u5206\u91cf\u3002","sidebar":"tutorialSidebar"},"introduction/pbr":{"id":"introduction/pbr","title":"1.5 \u57fa\u4e8e\u7269\u7406\u7684\u6e32\u67d3","description":"\u6211\u4eec\u5df2\u7ecf\u77e5\u9053\u4e86\u5149\u5728\u7a7a\u4e2d\u4f20\u64ad\u53ca\u4e0e\u8868\u9762\u4ea4\u4e92\u7684\u4e00\u4e9b\u5ea6\u91cf\uff0c\u5e76\u4e14\u6211\u4eec\u77e5\u9053\u6700\u7ec8\u6444\u50cf\u673a\u6536\u96c6\u6bcf\u4e2a\u50cf\u7d20\u70b9\u7684\u8f90\u5c04\u4eae\u5ea6$L$\uff0c\u4ee5\u53ca\u600e\u6837\u51cf\u8f7b\u7531\u4e8e\u5c4f\u5e55\u5206\u8fa8\u7387\u7684\u9650\u5236\u5bfc\u81f4\u91c7\u6837\u65f6\u8d70\u6837\u7684\u73b0\u8c61\u3002\u867d\u7136\u8fd9\u4e00\u5207\u5efa\u7acb\u5728\u7269\u4f53\u8868\u9762\u4e3a\u7406\u60f3\u5149\u6ed1\u5e73\u9762\u7684\u57fa\u7840\u4e4b\u4e0a\uff0c\u4f46\u662f\u6211\u4eec\u901a\u8fc7\u8fd9\u6837\u7b80\u5316\u7684\u6a21\u578b\u5f88\u597d\u5730\u8ba8\u8bba\u4e86\u8ba1\u7b97\u673a\u56fe\u50cf\u6e32\u67d3\u7684\u903b\u8f91\u548c\u8fc7\u7a0b\u3002\u5f53\u7269\u4f53\u8868\u9762\u53d8\u5f97\u590d\u6742\u65f6\uff0c\u6e32\u67d3\u65b9\u7a0b\u7684\u8ba1\u7b97\u5c06\u53d1\u751f\u53d8\u5316\uff0c\u4f46\u662f\u8fd9\u4e2a\u903b\u8f91\u6846\u67b6\u662f\u4e0d\u4f1a\u53d8\u5316\u7684\u3002\u6240\u4ee5\u5728\u7406\u89e3\u4e86\u8fd9\u4e9b\u6e32\u67d3\u8fc7\u7a0b\u53ca\u903b\u8f91\u4e4b\u540e\uff0c\u672c\u8282\u5c31\u5f00\u59cb\u8ba8\u8bba\u5b9e\u9645\u6e32\u67d3\u4e2d\uff0c\u5149\u4e0e\u8868\u9762\u4ea4\u4e92\u66f4\u590d\u6742\u7684\u60c5\u5f62\uff0c\u8fd9\u4e5f\u662f\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u5173\u4e8e\u6e32\u67d3\u90e8\u5206\u6700\u9700\u8981\u5173\u5fc3\u7684\u91cd\u8981\u77e5\u8bc6\u3002","sidebar":"tutorialSidebar"},"introduction/radiometry":{"id":"introduction/radiometry","title":"1.2 \u8f90\u5c04\u5ea6\u91cf\u5b66","description":"\u5149\u5b66\u4e2d\u5173\u4e8e\u5149\u7684\u6d4b\u91cf\u8fd9\u4e00\u5206\u652f\uff0c\u79f0\u4e3a\u8f90\u5c04\u5ea6\u91cf\u5b66\uff08radiometry\uff09\u3002[cite a:TheRenderingEquation ]\u9996\u6b21\u5c06\u8f90\u5c04\u5ea6\u91cf\u5b66\u5f15\u5165\u5230\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\uff0c\u7528\u4e8e\u6d4b\u91cf\u548c\u8ba1\u7b97\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\u5149\u7684\u4f20\u64ad\uff0c\u5e76\u7531\u6b64\u63a8\u5bfc\u51fa\u6e32\u67d3\u65b9\u7a0b\uff08the rendering equation\uff09\u548c\u80fd\u91cf\u5b88\u6052\uff08energy conservation\uff09\uff0c\u73b0\u4ee3\u56fe\u5f62\u5b66\u7406\u8bba\u57fa\u4e8e\u6e32\u67d3\u65b9\u7a0b\u63d0\u51fa\u4e86\u5927\u91cf\u7684\u6a21\u578b\u7528\u4e8e\u7b80\u5316\u548c\u52a0\u901f\u6e32\u67d3\u65b9\u7a0b\u7684\u8ba1\u7b97\uff0c\u5728\u8fd9\u4e24\u4e2a\u57fa\u672c\u7269\u7406\u7279\u5f81\u7684\u4fdd\u969c\u4e0b\uff0c\u8fd9\u4e9b\u6a21\u578b\u80fd\u591f\u8fbe\u5230\u975e\u5e38\u771f\u5b9e\u7684\u56fe\u5f62\u54c1\u8d28\u3002","sidebar":"tutorialSidebar"},"introduction/shading":{"id":"introduction/shading","title":"1.3 \u7269\u4f53\u7684\u8868\u9762\u7740\u8272","description":"\u5728\u4e86\u89e3\u4e86\u5168\u5c40\u5149\u7167\u5e94\u8be5\u5b9e\u73b0\u5404\u79cd\u7269\u7406\u73b0\u8c61\uff0c\u4ee5\u53ca\u6a21\u62df\u81ea\u7136\u5149\u7167\u8ba1\u7b97\u9700\u8981\u7684\u4e00\u4e9b\u57fa\u672c\u7269\u7406\u5ea6\u91cf\u4e4b\u540e\uff0c\u4ece\u672c\u8282\u5f00\u59cb\uff0c\u6211\u4eec\u5c06\u5f00\u59cb\u8fdb\u5165\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u7684\u4e16\u754c\u3002","sidebar":"tutorialSidebar"},"introduction/what-is-gi":{"id":"introduction/what-is-gi","title":"1.1 \u4ec0\u4e48\u662f\u5168\u5c40\u5149\u7167","description":"\u5b9e\u9645\u4e0a\uff0c\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\u6240\u6d89\u53ca\u7684\u5149\u7167\u90fd\u662f\u6307\u5168\u5c40\u5149\u7167\uff0c\u4f46\u662f\u7531\u4e8e\u6e32\u67d3\u65b9\u7a0b\u8ba1\u7b97\u7684\u7684\u590d\u6742\u6027\uff0c\u65e9\u671f\u5de5\u4e1a\u4e2d\u4e00\u822c\u5ffd\u7565\u95f4\u63a5\u5149\u7167\uff0c\u4ec5\u8003\u8651\u5149\u4ece\u5149\u6e90\u51fa\u53d1\uff0c\u7ecf\u8fc7\u8868\u9762\u4e00\u6b21\u53cd\u5c04/\u6298\u5c04\u4e4b\u540e\u5230\u8fbe\u4eba\u773c\u6216\u8005\u573a\u666f\u4e2d\u7684\u865a\u62df\u6444\u50cf\u673a\u3002\u8fd9\u79cd\u4e0d\u8003\u8651\u73af\u5883\u5176\u4ed6\u975e\u5149\u6e90\u8868\u9762\u5bf9\u7740\u8272\u5f71\u54cd\u7684\u5149\u7167\u6a21\u578b\u79f0\u4e3a\u5c40\u90e8\u5149\u7167\uff08local illumination\uff09\u6a21\u578b\uff0c\u53cd\u4e4b\u5219\u79f0\u4e3a\u5168\u5c40\u5149\u7167\uff08global illumination\uff09\u6a21\u578b\u3002\u5982\u4eca\u5de5\u4e1a\u4e2d\u4f7f\u7528\u7684\u4e3b\u6d41\u5546\u4e1a3D\u6e38\u620f\u5f15\u64ce\uff0c\u5982Unreal Engine\uff0cUnity\u7b49\u5927\u90fd\u652f\u6301\u67d0\u79cd\u7a0b\u5ea6\u7684\u5168\u5c40\u5149\u7167\u3002","sidebar":"tutorialSidebar"},"mlt/index":{"id":"mlt/index","title":"8 \u6885\u7279\u6ce2\u5229\u65af\u5149\u7167\u4f20\u8f93","description":"","sidebar":"tutorialSidebar"},"monte-carlo/index":{"id":"monte-carlo/index","title":"4 \u8499\u7279\u5361\u6d1b\u65b9\u6cd5","description":"\u6570\u5b66\u5206\u6790\uff08mathematical analysis\uff09\u662f\u6570\u5b66\u4e2d\u4e0e\u6781\u9650\u53ca\u5176\u76f8\u5173\u7406\u8bba\u6709\u5173\u7684\u4e00\u4e2a\u53e4\u8001\u7684\u5206\u652f\uff0c\u8fd9\u4e9b\u76f8\u5173\u7406\u8bba\u5305\u62ec\u5fae\u79ef\u5206\uff0c\u6d4b\u5ea6\u8bba\uff0c\u6781\u9650\u548c\u89e3\u6790\u51fd\u6570\u7b49\u3002\u6570\u5b66\u5206\u6790\u7814\u7a76\u5185\u5bb9\u5305\u62ec\u5b9e\u6570\uff0c\u590d\u6570\uff0c\u5b9e\u51fd\u6570\u4ee5\u53ca\u590d\u53d8\u51fd\u6570\uff0c\u5b83\u662f\u7531\u5fae\u79ef\u5206\u6f14\u8fdb\u800c\u6765\uff0c\u5728\u5fae\u79ef\u5206\u53d1\u5c55\u81f3\u73b0\u4ee3\u9636\u6bb5\u4e2d\uff0c\u4ece\u5e94\u7528\u4e2d\u7684\u65b9\u6cd5\u603b\u7ed3\u5347\u534e\u4e3a\u4e00\u7c7b\u7efc\u5408\u6027\u7684\u5206\u6790\u65b9\u6cd5\u3002","sidebar":"tutorialSidebar"},"monte-carlo/markov-chain":{"id":"monte-carlo/markov-chain","title":"4.4 \u9a6c\u5c14\u53ef\u592b\u94fe\u8499\u7279\u5361\u6d1b\u65b9\u6cd5","description":"\u5230\u76ee\u524d\u4e3a\u6b62\uff0c\u524d\u9762\u8bb2\u8ff0\u7684\u5bf9\u5206\u5e03\u91c7\u6837\u7684\u65b9\u6cd5\u79f0\u4e3a\u76f4\u63a5\u91c7\u6837\u6cd5\uff0c\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\u6982\u7387\u5206\u5e03\u901a\u5e38\u662f\u5df2\u77e5\u7684\uff0c\u6709\u4e9b\u65f6\u5019\u4e5f\u80fd\u5f88\u5bb9\u6613\u5730\u8ba1\u7b97\u51fa\u5f52\u4e00\u5316\u5e38\u6570\u3002\u7136\u800c\u76f4\u63a5\u91c7\u6837\u65b9\u6cd5\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\u4f1a\u9047\u5230\u56f0\u96be\u751a\u81f3\u4e0d\u9002\u7528\uff0c\u56e0\u6b64\u672c\u7ae0\u4ecb\u7ecd\u53e6\u4e00\u79cd\uff08\u4e5f\u662f\u975e\u5e38\u91cd\u8981\u7684\u4e00\u79cd\uff09\u57fa\u4e8e\u9a6c\u5c14\u53ef\u592b\u94fe\u7684\u6885\u7279\u7f57\u6ce2\u5229\u65af\u7b97\u6cd5\u3002","sidebar":"tutorialSidebar"},"monte-carlo/monte-carlo":{"id":"monte-carlo/monte-carlo","title":"4.2 \u8499\u7279\u5361\u6d1b\u79ef\u5206","description":"\u8bbe\u60f3\u6211\u4eec\u8981\u8ba1\u7b97\u4e00\u4e2a\u4e00\u7ef4\u51fd\u6570\u7684\u79ef\u5206\uff0c\u4f8b\u5982${\\\\rm \\\\int}_a^f(x){\\\\rm d}x$\uff0c\u6570\u503c\u5206\u6790\u65b9\u6cd5\u901a\u5e38\u4f7f\u7528\u4e00\u4e9b\u8fd1\u4f3c\u65b9\u6cd5\u6765\u8ba1\u7b97\u79ef\u5206\uff0c\u6700\u7b80\u5355\u7684\u6c42\u79ef\u5206\u7684\u65b9\u6cd5\u4fbf\u662f\u5c06\u88ab\u79ef\u51fd\u6570\u6cbf\u4f5c\u7528\u57df\u4e0a\u5212\u5206\u6210\u591a\u4e2a\u533a\u57df\uff0c\u7136\u540e\u8ba1\u7b97\u8fd9\u4e9b\u533a\u57df\u9762\u79ef\u7684\u548c\u3002\u5982\u679c\u8fd9\u4e9b\u533a\u57df\u7684\u5212\u5206\u5728\u4f5c\u7528\u57df\u4e0a\u662f\u5747\u5300\u7684\uff0c\u5982\u56fe\uff081\uff09\u6240\u793a\uff0c\u5219\u5bf9\u79ef\u5206$I$\u7684\u8fd1\u4f3c\u53ef\u4ee5\u5199\u6210\uff1a","sidebar":"tutorialSidebar"},"monte-carlo/probability":{"id":"monte-carlo/probability","title":"4.1 \u6982\u7387\u8bba\u57fa\u7840","description":"\u81ea\u7136\u754c\u4e2d\u7684\u5f88\u591a\u73b0\u8c61\u6216\u4e8b\u4ef6\uff0c\u5728\u4e00\u5b9a\u7684\u8303\u56f4\u4e4b\u5185\u662f\u968f\u673a\u53d1\u751f\u7684\uff0c\u79f0\u4e3a\u968f\u673a\u4e8b\u4ef6\uff08random events\uff09\u3002\u7136\u800c\u7ecf\u8fc7\u4eba\u4eec\u7684\u89c2\u5bdf\uff0c\u5728\u8fd9\u4e9b\u4e8b\u4ef6\u7684\u5927\u91cf\u91cd\u590d\u7684\u8fc7\u7a0b\u4e2d\uff0c\u5b83\u4eec\u7684\u5206\u5e03\u5374\u5448\u73b0\u51fa\u67d0\u79cd\u89c4\u5f8b\u6027\uff0c\u4f8b\u5982\u80a1\u7968\u7684\u6ce2\u52a8\uff0c\u4eba\u53e3\u7edf\u8ba1\u4e2d\u7684\u4e00\u4e9b\u7279\u6027\uff0c\u9ab0\u5b50\u5206\u5e03\u7b49\u7b49\u3002\u56e0\u6b64\uff0c\u7edf\u8ba1\u5b66\u5c31\u662f\u4e00\u95e8\u901a\u8fc7\u5bf9\u5927\u91cf\u91c7\u6837\u6837\u672c\u8fdb\u884c\u7edf\u8ba1\u4ee5\u8ba1\u7b97\u51fa\u5176\u5206\u5e03\u89c4\u5f8b\u7684\u5b66\u79d1\u3002\u800c\u65e2\u7136\u968f\u673a\u4e8b\u4ef6\u5728\u5927\u91cf\u91cd\u590d\u8bd5\u9a8c\u4e0b\u670d\u4ece\u4e00\u5b9a\u7684\u5206\u5e03\uff0c\u90a3\u4e48\u5982\u679c\u6211\u4eec\u5df2\u77e5\u67d0\u968f\u673a\u4e8b\u4ef6\u670d\u4ece\u67d0\u4e00\u5206\u5e03\uff0c\u5c31\u53ef\u4ee5\u901a\u8fc7\u5927\u91cf\u91cd\u590d\u8bd5\u9a8c\u6765\u8ba1\u7b97\u8be5\u968f\u673a\u4e8b\u4ef6\u7684\u67d0\u4e9b\u7279\u5f81\uff0c\u4f8b\u5982\u7edf\u8ba1\u5e73\u5747\u503c\u3002\u8fd9\u6837\u5c31\u53ef\u4ee5\u4f7f\u7528\u968f\u673a\u7684\u65b9\u6cd5\u6765\u89e3\u51b3\u786e\u5b9a\u6027\u7684\u95ee\u9898\u3002","sidebar":"tutorialSidebar"},"monte-carlo/sampling":{"id":"monte-carlo/sampling","title":"4.3 \u5bf9\u5206\u5e03$p(x)$\u8fdb\u884c\u91c7\u6837","description":"\u7531\u4e0a\u8282\u7684\u5185\u5bb9\u53ef\u77e5\uff0c\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6d89\u53ca\u4e24\u4e2a\u57fa\u672c\u7684\u6b65\u9aa4\uff1a\u91c7\u6837\u548c\u6c42\u5e73\u5747\u503c\uff0c\u672c\u8282\u5c31\u8ba8\u8bba\u51e0\u79cd\u4e0d\u540c\u91c7\u6837\u65b9\u6cd5\u3002","sidebar":"tutorialSidebar"},"monte-carlo/variance-reduction":{"id":"monte-carlo/variance-reduction","title":"4.5 \u65b9\u5dee\u7f29\u51cf","description":"\u901a\u8fc7\u524d\u9762\u7684\u5185\u5bb9\uff0c\u6211\u4eec\u5df2\u7ecf\u719f\u6089\u4e86\u4f7f\u7528\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u6c42\u79ef\u5206\u7684\u57fa\u672c\u65b9\u6cd5\uff0c\u8fd9\u91cc\u518d\u603b\u7ed3\u4e00\u904d\uff0c\u5b83\u57fa\u672c\u4e0a\u53ef\u4ee5\u5206\u4e3a\u4e09\u4e2a\u6b65\u9aa4\uff1a\u9996\u5148\uff0c\u4f7f\u7528\u524d\u9762\u8bb2\u8ff0\u7684\u4e00\u4e9b\u91c7\u6837\u65b9\u6cd5\uff08\u5982\u9006\u5411\u53d8\u6362\u7b97\u6cd5\uff09\u4ece\u4e00\u4e2a\u76ee\u6807\u6982\u7387\u5206\u5e03\u4e2d\u91c7\u6837\u4ea7\u751f\u4e00\u7cfb\u5217\u968f\u673a\u6570$xi$\uff1b\u63a5\u7740\uff0c\u5c06\u6bcf\u4e2a\u968f\u673a\u6570\u4ee3\u5165\u5f0f$ \\\\cfrac{f(xi)}{p(x_i)}$\u4e2d\u6c42\u5f97\u6bcf\u4e2a\u6837\u672c\u7684\u7edf\u8ba1\u503c\uff1b\u6700\u540e\uff0c\u6c42\u51fa\u8fd9\u4e9b\u7edf\u8ba1\u503c\u7684\u5e73\u5747\u503c\u7528\u6765\u8fd1\u4f3c\uff08\u4f30\u8ba1\uff09\u51fd\u6570$f(x)$\u7684\u79ef\u5206\u3002","sidebar":"tutorialSidebar"},"path-tracing/index":{"id":"path-tracing/index","title":"6 \u8def\u5f84\u8ffd\u8e2a\u6280\u672f","description":"","sidebar":"tutorialSidebar"},"photon-mapping/index":{"id":"photon-mapping/index","title":"7 \u5149\u5b50\u6620\u5c04","description":"","sidebar":"tutorialSidebar"},"precomputed-radiance-transfer/index":{"id":"precomputed-radiance-transfer/index","title":"11 \u57fa\u4e8e\u9884\u8ba1\u7b97\u7684\u5168\u5c40\u5149\u7167\u6280\u672f","description":"","sidebar":"tutorialSidebar"},"preface":{"id":"preface","title":"\u524d \u8a00","description":"\u6211\u731c\u5927\u90e8\u5206\u8bfb\u8005\u7b2c\u4e00\u6b21\u7ffb\u5f00\u4e00\u672c\u65b0\u4e66\u7684\u65f6\u5019\uff0c\u4f1a\u9996\u5148\u5b9a\u4f4d\u5230\u76ee\u5f55\u90e8\u5206\uff0c\u5bfb\u627e\u81ea\u5df1\u611f\u5174\u8da3\u7684\u5185\u5bb9\uff0c\u5982\u679c\u53d1\u73b0\u4e00\u4e9b\u6216\u8005\u751a\u81f3\u90e8\u5206\u7ae0\u8282\u7684\u5185\u5bb9\u662f\u81ea\u5df1\u4e0d\u592a\u719f\u6089\u800c\u53c8\u6b63\u6e34\u671b\u5b66\u4e60\u7684\uff0c\u8fd9\u4e2a\u5bf9\u53e3\u7684\u5185\u5bb9\u57fa\u672c\u4e0a\u51b3\u5b9a\u4e86\u8d2d\u4e70\u5174\u8da3\uff1b\u63a5\u4e0b\u6765\u7684\u52a8\u4f5c\u5219\u662f\u5b9a\u4f4d\u5230\u4e66\u4e2d\u5bf9\u5e94\u8fd9\u4e9b\u7ae0\u8282\u7684\u5730\u65b9\uff0c\u611f\u53d7\u4f5c\u8005\u7684\u5199\u4f5c\u98ce\u683c\uff0c\u77e5\u8bc6\u70b9\u8bb2\u89e3\u7684\u7cbe\u51c6\u6027\u4e0e\u96be\u6613\u5ea6\u7b49\uff0c\u8fd9\u4e24\u4e2a\u52a8\u4f5c\u51b3\u5b9a\u4e86\u8fd9\u672c\u4e66\u5728\u4ed6\u5fc3\u76ee\u4e2d\u7684\u4efd\u91cf\u3002","sidebar":"tutorialSidebar"},"radiosity/index":{"id":"radiosity/index","title":"9 \u8f90\u5c04\u5ea6\u65b9\u6cd5","description":"","sidebar":"tutorialSidebar"},"shading/index":{"id":"shading/index","title":"4 \u7740\u8272\u7ba1\u7ebf","description":"","sidebar":"tutorialSidebar"},"voxel-based-global-illumination/index":{"id":"voxel-based-global-illumination/index","title":"12 \u57fa\u4e8e\u4f53\u7d20\u7684\u5168\u5c40\u5149\u7167\u6280\u672f","description":"","sidebar":"tutorialSidebar"}}}')}}]); \ No newline at end of file diff --git a/assets/js/9893b9fa.0d729bfb.js b/assets/js/9893b9fa.0d729bfb.js new file mode 100644 index 0000000..03b6c12 --- /dev/null +++ b/assets/js/9893b9fa.0d729bfb.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[2580],{4710:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>r,contentTitle:()=>l,default:()=>u,frontMatter:()=>a,metadata:()=>s,toc:()=>d});var o=n(5893),i=n(1151);const a={},l="12 \u57fa\u4e8e\u4f53\u7d20\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",s={id:"voxel-based-global-illumination/index",title:"12 \u57fa\u4e8e\u4f53\u7d20\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",description:"",source:"@site/docs/11-voxel-based-global-illumination/index.md",sourceDirName:"11-voxel-based-global-illumination",slug:"/voxel-based-global-illumination/",permalink:"/docs/voxel-based-global-illumination/",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/11-voxel-based-global-illumination/index.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"11 \u57fa\u4e8e\u9884\u8ba1\u7b97\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",permalink:"/docs/precomputed-radiance-transfer/"},next:{title:"13 \u57fa\u4e8e\u8ddd\u79bb\u573a\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",permalink:"/docs/distance-field-gi/"}},r={},d=[];function c(e){const t={h1:"h1",...(0,i.a)(),...e.components};return(0,o.jsx)(t.h1,{id:"12-\u57fa\u4e8e\u4f53\u7d20\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",children:"12 \u57fa\u4e8e\u4f53\u7d20\u7684\u5168\u5c40\u5149\u7167\u6280\u672f"})}function u(e={}){const{wrapper:t}={...(0,i.a)(),...e.components};return t?(0,o.jsx)(t,{...e,children:(0,o.jsx)(c,{...e})}):c(e)}},1151:(e,t,n)=>{n.d(t,{Z:()=>s,a:()=>l});var o=n(7294);const i={},a=o.createContext(i);function l(e){const t=o.useContext(a);return o.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:l(e.components),o.createElement(a.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/9e3f7841.cf69739e.js b/assets/js/9e3f7841.cf69739e.js new file mode 100644 index 0000000..e2b3a5c --- /dev/null +++ b/assets/js/9e3f7841.cf69739e.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[4855],{4536:(i,n,e)=>{e.r(n),e.d(n,{assets:()=>c,contentTitle:()=>a,default:()=>h,frontMatter:()=>r,metadata:()=>o,toc:()=>l});var s=e(5893),t=e(1151);const r={title:"1.1 \u4ec0\u4e48\u662f\u5168\u5c40\u5149\u7167"},a=void 0,o={id:"introduction/what-is-gi",title:"1.1 \u4ec0\u4e48\u662f\u5168\u5c40\u5149\u7167",description:"\u5b9e\u9645\u4e0a\uff0c\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\u6240\u6d89\u53ca\u7684\u5149\u7167\u90fd\u662f\u6307\u5168\u5c40\u5149\u7167\uff0c\u4f46\u662f\u7531\u4e8e\u6e32\u67d3\u65b9\u7a0b\u8ba1\u7b97\u7684\u7684\u590d\u6742\u6027\uff0c\u65e9\u671f\u5de5\u4e1a\u4e2d\u4e00\u822c\u5ffd\u7565\u95f4\u63a5\u5149\u7167\uff0c\u4ec5\u8003\u8651\u5149\u4ece\u5149\u6e90\u51fa\u53d1\uff0c\u7ecf\u8fc7\u8868\u9762\u4e00\u6b21\u53cd\u5c04/\u6298\u5c04\u4e4b\u540e\u5230\u8fbe\u4eba\u773c\u6216\u8005\u573a\u666f\u4e2d\u7684\u865a\u62df\u6444\u50cf\u673a\u3002\u8fd9\u79cd\u4e0d\u8003\u8651\u73af\u5883\u5176\u4ed6\u975e\u5149\u6e90\u8868\u9762\u5bf9\u7740\u8272\u5f71\u54cd\u7684\u5149\u7167\u6a21\u578b\u79f0\u4e3a\u5c40\u90e8\u5149\u7167\uff08local illumination\uff09\u6a21\u578b\uff0c\u53cd\u4e4b\u5219\u79f0\u4e3a\u5168\u5c40\u5149\u7167\uff08global illumination\uff09\u6a21\u578b\u3002\u5982\u4eca\u5de5\u4e1a\u4e2d\u4f7f\u7528\u7684\u4e3b\u6d41\u5546\u4e1a3D\u6e38\u620f\u5f15\u64ce\uff0c\u5982Unreal Engine\uff0cUnity\u7b49\u5927\u90fd\u652f\u6301\u67d0\u79cd\u7a0b\u5ea6\u7684\u5168\u5c40\u5149\u7167\u3002",source:"@site/docs/1-introduction/1-what-is-gi.md",sourceDirName:"1-introduction",slug:"/introduction/what-is-gi",permalink:"/docs/introduction/what-is-gi",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/1-introduction/1-what-is-gi.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704340037,formattedLastUpdatedAt:"Jan 4, 2024",sidebarPosition:1,frontMatter:{title:"1.1 \u4ec0\u4e48\u662f\u5168\u5c40\u5149\u7167"},sidebar:"tutorialSidebar",previous:{title:"1 \u5149\u4e0e\u8868\u9762\u7684\u4ea4\u4e92",permalink:"/docs/introduction/"},next:{title:"1.2 \u8f90\u5c04\u5ea6\u91cf\u5b66",permalink:"/docs/introduction/radiometry"}},c={},l=[{value:"\u9634 \u5f71",id:"\u9634-\u5f71",level:3},{value:"\u73af\u5883\u906e\u6321",id:"\u73af\u5883\u906e\u6321",level:3},{value:"\u53cd \u5c04",id:"\u53cd-\u5c04",level:3},{value:"\u95f4\u63a5\u5149\u7167",id:"\u95f4\u63a5\u5149\u7167",level:3},{value:"\u7126 \u6563",id:"\u7126-\u6563",level:3},{value:"\u6563 \u5c04",id:"\u6563-\u5c04",level:3}];function d(i){const n={a:"a",annotation:"annotation",h2:"h2",h3:"h3",li:"li",math:"math",mi:"mi",mrow:"mrow",ol:"ol",p:"p",section:"section",semantics:"semantics",span:"span",sup:"sup",...(0,t.a)(),...i.components},{Figure:e}=n;return e||function(i,n){throw new Error("Expected "+(n?"component":"object")+" `"+i+"` to be defined: you likely forgot to import, pass, or provide it.")}("Figure",!0),(0,s.jsxs)(s.Fragment,{children:[(0,s.jsx)(n.p,{children:"\u5b9e\u9645\u4e0a\uff0c\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\u6240\u6d89\u53ca\u7684\u5149\u7167\u90fd\u662f\u6307\u5168\u5c40\u5149\u7167\uff0c\u4f46\u662f\u7531\u4e8e\u6e32\u67d3\u65b9\u7a0b\u8ba1\u7b97\u7684\u7684\u590d\u6742\u6027\uff0c\u65e9\u671f\u5de5\u4e1a\u4e2d\u4e00\u822c\u5ffd\u7565\u95f4\u63a5\u5149\u7167\uff0c\u4ec5\u8003\u8651\u5149\u4ece\u5149\u6e90\u51fa\u53d1\uff0c\u7ecf\u8fc7\u8868\u9762\u4e00\u6b21\u53cd\u5c04/\u6298\u5c04\u4e4b\u540e\u5230\u8fbe\u4eba\u773c\u6216\u8005\u573a\u666f\u4e2d\u7684\u865a\u62df\u6444\u50cf\u673a\u3002\u8fd9\u79cd\u4e0d\u8003\u8651\u73af\u5883\u5176\u4ed6\u975e\u5149\u6e90\u8868\u9762\u5bf9\u7740\u8272\u5f71\u54cd\u7684\u5149\u7167\u6a21\u578b\u79f0\u4e3a\u5c40\u90e8\u5149\u7167\uff08local illumination\uff09\u6a21\u578b\uff0c\u53cd\u4e4b\u5219\u79f0\u4e3a\u5168\u5c40\u5149\u7167\uff08global illumination\uff09\u6a21\u578b\u3002\u5982\u4eca\u5de5\u4e1a\u4e2d\u4f7f\u7528\u7684\u4e3b\u6d41\u5546\u4e1a3D\u6e38\u620f\u5f15\u64ce\uff0c\u5982Unreal Engine\uff0cUnity\u7b49\u5927\u90fd\u652f\u6301\u67d0\u79cd\u7a0b\u5ea6\u7684\u5168\u5c40\u5149\u7167\u3002"}),"\n",(0,s.jsx)(n.p,{children:"\u7531\u4e8e\u786c\u4ef6\u8ba1\u7b97\u6027\u80fd\u7684\u9650\u5236\uff0c\u6211\u4eec\u5f88\u96be\u5728\u4ea7\u54c1\u4e2d\u8fbe\u5230\u7269\u7406\u4e0a\u6b63\u786e\u7684\u6e32\u67d3\u54c1\u8d28\u3002\u73b0\u9636\u6bb5\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u9886\u57df\u7684\u4e3b\u8981\u76ee\u6807\u662f\u6e32\u67d3\u51fa\u4ee4\u4eba\u4fe1\u670d\u7684\uff08convincing\uff09\uff0c\u5199\u5b9e\u7684\uff08realistic\uff09\u56fe\u50cf\u54c1\u8d28\uff0c\u6240\u4ee5\u4e0d\u540c\u516c\u53f8\u7684\u4ea7\u54c1\u5f80\u5f80\u4f7f\u7528\u4e0d\u540c\u7684\u65b9\u6cd5\u6765\u5b9e\u73b0\u5168\u5c40\u5149\u7167\u6a21\u578b\uff0c\u8fd9\u4e9b\u4e0d\u540c\u7684\u65b9\u6cd5\u5728\u54c1\u8d28\u4e0a\u751a\u81f3\u4f1a\u6709\u5f88\u5927\u7684\u5dee\u5f02\uff0c\u56e0\u6b64\u6211\u4eec\u5f88\u96be\u7528\u4e00\u79cd\u6280\u672f\u7684\u6807\u51c6\u6765\u8861\u91cf\u5168\u5c40\u5149\u7167\uff0c\u4f46\u6211\u4eec\u53ef\u4ee5\u4ece\u53e6\u4e00\u4e2a\u89d2\u5ea6\uff0c\u5373\u4ece\u5149\u4e0e\u7269\u4f53\u7684\u5149\u5b66\u7279\u6027\u4e0a\u53bb\u5b9a\u4e49\u4e00\u4e2a\u4ee4\u4eba\u4fe1\u670d\u7684\u5168\u5c40\u5149\u7167\u6a21\u578b\u5e94\u8be5\u5b9e\u73b0\u600e\u6837\u4e00\u4e9b\u6548\u679c\u3002"}),"\n",(0,s.jsx)(n.p,{children:"\u5f53\u7136\u8fd9\u91cc\u4ec5\u5217\u51fa\u4e00\u4e9b\u76ee\u524d\u4e3b\u6d41\u7684\u6e38\u620f\u5f15\u64ce\u6216\u5176\u4ed6\u4e00\u4e9b\u79bb\u7ebf\u6e32\u67d3\u4ea7\u54c1\u90fd\u5728\u5b9e\u73b0\u7684\u4e00\u4e9b\u5149\u5b66\u73b0\u8c61\uff0c\u8fd9\u5e76\u4e0d\u662f\u4e00\u4e2a\u6807\u51c6\uff0c\u4e5f\u4e0d\u662f\u5168\u5c40\u5149\u7167\u7684\u5168\u90e8\u5185\u5bb9\u3002\u901a\u8fc7\u8fd9\u6837\u4e00\u4e9b\u73b0\u8c61\uff0c\u6211\u4eec\u53ef\u4ee5\u5bf9\u5168\u5c40\u5149\u7167\u6709\u4e00\u4e2a\u76f4\u89c2\u5370\u8c61\uff0c\u4ee5\u53ca\u7406\u89e3\u4f5c\u4e3a\u4ee4\u4eba\u4fe1\u670d\u7684\u56fe\u5f62\u6e32\u67d3\u76ee\u6807\uff0c\u54ea\u4e9b\u6838\u5fc3\u56e0\u7d20\u662f\u4e00\u4e2a\u4f18\u79c0\u7684\u5168\u5c40\u5149\u7167\u6a21\u578b\u5e94\u8be5\u6ee1\u8db3\u7684\u3002"}),"\n",(0,s.jsx)(n.p,{children:"\u6ce8\u610f\uff0c\u672c\u4e66\u9009\u62e9\u5728\u8fd8\u6ca1\u6709\u5f00\u59cb\u4ecb\u7ecd\u4efb\u4f55\u5177\u4f53\u7684\u56fe\u5f62\u5b66\u77e5\u8bc6\u4e4b\u524d\u8ba8\u8bba\u8fd9\u4e9b\u5168\u5c40\u5149\u7167\u73b0\u8c61\uff0c\u662f\u5e0c\u671b\u80fd\u591f\u4f7f\u7528\u975e\u56fe\u5f62\u5b66\u7684\u672f\u8bed\u66f4\u52a0\u76f4\u89c2\u5730\u8bb2\u8ff0\u8fd9\u4e9b\u73b0\u8c61\uff0c\u56e0\u4e3a\u8fd9\u662f\u6574\u672c\u4e66\u90fd\u5728\u8bd5\u56fe\u8fbe\u5230\u7684\u76ee\u6807\u3002"}),"\n",(0,s.jsx)(n.h3,{id:"\u9634-\u5f71",children:"\u9634 \u5f71"}),"\n",(0,s.jsx)(n.p,{children:"\u9634\u5f71\uff08shadows\uff09\u5bf9\u4e8e\u4eba\u773c\u5bf93D\u573a\u666f\u7684\u7acb\u4f53\u611f\u89c9\u975e\u5e38\u91cd\u8981\uff0c\u5728\u5b9e\u65f6\u6e32\u67d3\u9886\u57df\uff0c\u76f4\u63a5\u5149\u7167\uff08\u5982\u70b9\u5149\u6e90\uff0c\u805a\u5149\u706f\u4ee5\u53ca\u76f4\u7ebf\u5149\u6e90\u7b49\uff09\u7684\u6e32\u67d3\u901a\u5e38\u4e0d\u8003\u8651\u7269\u4f53\u95f4\u7684\u906e\u6321\u5173\u7cfb\uff0c\u8fd9\u4e3b\u8981\u662f\u4e3a\u4e86\u5229\u7528GPU\u5feb\u901f\u7684\u5149\u6805\u5316\u7279\u6027\uff0c\u6240\u4ee5\u9700\u8981\u53e6\u4e00\u4e2a\u5355\u72ec\u7684\u901a\u9053\u6765\u5904\u7406\u9634\u5f71\u3002\u8fd9\u4e2a\u901a\u9053\u4e5f\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528GPU\u7684\u5149\u6805\u5316\u7279\u6027\uff0c\u5728\u8fd0\u884c\u65f6\u52a8\u6001\u751f\u6210\u9634\u5f71\u8d34\u56fe\uff08shadow maps\uff09\uff0c\u6216\u8005\u5229\u7528GPU\u7684\u6a21\u677f\u6d4b\u8bd5\u751f\u6210\u9634\u5f71\u4f53\u79ef\uff08shadow volume\uff09\u7b49\u6bd4\u8f83\u7b80\u5355\u7684\u65b9\u6cd5\u5b9e\u73b0\u3002"}),"\n",(0,s.jsxs)(n.p,{children:["\u9634\u5f71\u8d34\u56fe\u662f\u4ee5\u5149\u6e90\u4e2d\u7684\u5355\u4e2a\u70b9\u4e3a\u89c2\u5bdf\u70b9\uff0c\u5229\u7528GPU\u5149\u6805\u5316\u6e32\u67d3\u7684\u4e00\u5f20\u56fe\uff0c\u901a\u5e38\u5b83\u53ea\u5305\u542b\u6df1\u5ea6\u503c\uff0c\u6240\u4ee5\u5b83\u8bb0\u5f55\u7684\u53ea\u662f\u7269\u4f53\u8fb9\u7f18\u7684\u51e0\u4f55\u4fe1\u606f\uff0c\u56e0\u6b64\u4ea7\u751f\u7684\u9634\u5f71\u4e3a\u786c\u9634\u5f71\uff08hard shadow\uff09\u3002\u5bf9\u4e8e\u786c\u9634\u5f71\uff0c\u901a\u5e38\u8fd8\u9700\u8981\u4f7f\u7528\u9002\u5f53\u7684\u53cd\u8d70\u6837\u63aa\u65bd\uff0c\u5173\u4e8e\u53cd\u8d70\u6837\u6280\u672f\u5c06\u5728\u672c\u7ae0\u7b2c[sec",":intro-sampling","]\u8282\u8bb2\u8ff0\u3002"]}),"\n",(0,s.jsxs)(n.p,{children:["\u975e\u70b9\u5149\u6e90\u5219\u5177\u6709\u4e00\u5b9a\u7684\u9762\u79ef\uff0c\u5176\u751f\u6210\u7684\u9634\u5f71\u4e3a\u8f6f\u9634\u5f71\uff08soft shadow\uff09\uff0c\u4e00\u4e2a\u8f6f\u9634\u5f71\u7684\u5b9a\u4e49\u5305\u542b3\u4e2a\u90e8\u5206\uff1a\u5373\u5b8c\u5168\u906e\u6321\u7684\u672c\u5f71\u533a\uff08Fully Dark\uff09\uff0c\u90e8\u5206\u5149\u7167\u88ab\u906e\u6321\u7684\u534a\u5f71\uff08Penumbra\uff09\u533a\uff0c\u4ee5\u53ca\u5b8c\u5168\u6ca1\u6709\u88ab\u906e\u6321\u7684\u5149\u7167\uff08Fully lit\uff09\u533a\uff0c\u5982\u56fe1\u6240\u793a\u3002\u5176\u4e2d\u534a\u5f71\u8fc7\u6e21\u533a\u53ef\u4ee5\u901a\u8fc7\u8868\u9762\u5230\u906e\u6321\u7269\u4f53\u548c\u5149\u6e90\u7684\u8ddd\u79bb\uff0c\u4ee5\u53ca\u5149\u6e90\u7684\u9762\u79ef\u5927\u5c0f\u4e09\u4e2a\u53c2\u6570\u6765\u8fd1\u4f3c\u8ba1\u7b97\uff0c\u672c\u4e66\u5c06\u4f1a\u8be6\u7ec6\u4ecb\u7ecd\u76f8\u5173\u7684\u9634\u5f71\u8ba1\u7b97\uff0c\u300aReal-Time Shadows\u300b[cite b",":rts","]\u5305\u542b\u4e86\u5927\u91cf\u5173\u4e8e\u9634\u5f71\u6280\u672f\u7684\u4ecb\u7ecd\u3002"]}),"\n",(0,s.jsx)(e,{id:"soft-shadow",num:"1",caption:"\u8f6f\u9634\u5f71\u5f62\u6210\u7684\u673a\u5236\uff0c\u7531\u4e8e\u5149\u6e90\u5177\u6709\u4e00\u5b9a\u7684\u9762\u79ef\uff0c\u4f7f\u5176\u5305\u542b\u5b8c\u5168\u906e\u6321\uff0c\u90e8\u5206\u906e\u6321\u53ca\u5b8c\u5168\u5149\u7167\u4e09\u4e2a\u533a\u57df\uff08\u56fe\u7247\u6765\u81eaPowerVR\uff09",children:(0,s.jsx)("img",{src:"/img/figures/intro/shadow.png",width:"600"})}),"\n",(0,s.jsx)(n.h3,{id:"\u73af\u5883\u906e\u6321",children:"\u73af\u5883\u906e\u6321"}),"\n",(0,s.jsx)(n.p,{children:"\u5bf9\u4e8e\u66f4\u5927\u9762\u79ef\u7684\u73af\u5883\u5149\uff08ambient light\uff09\uff0c\u5982\u73af\u5883\u8d34\u56fe\uff0c\u5929\u7a7a\u76d2\uff0c\u6216\u8005\u6765\u81ea\u5176\u4ed6\u7269\u4f53\u53cd\u5c04\u7684\u95f4\u63a5\u5149\u7167\u7b49\uff0c\u5176\u5149\u6e90\u5f80\u5f80\u6765\u81ea\u6574\u4e2a\u534a\u7a7a\u95f4\uff0c\u5f80\u5f80\u4e0d\u53ef\u80fd\u901a\u8fc7\u4ee5\u4e0a\u7684\u65b9\u5f0f\u8ba1\u7b97\u7269\u4f53\u95f4\u7684\u906e\u6321\u6548\u679c\u3002\u5728\u65e9\u671f\u7684\u5149\u7167\u8ba1\u7b97\u4e2d\uff0c\u4eba\u4eec\u901a\u5e38\u5ffd\u7565\u8fd9\u79cd\u963b\u6321\u5173\u7cfb\uff0c\u8fd9\u9020\u6210\u573a\u666f\u4e2d\u7684\u7f1d\u9699\u7b49\u88ab\u8f83\u591a\u906e\u6321\u7684\u5730\u65b9\u6bd4\u5b9e\u9645\u7684\u6548\u679c\u8981\u660e\u4eae\uff0c\u5982\u56fe2(a)\u6240\u793a\uff0c\u8fd9\u662f\u56e0\u4e3a\u5bf9\u4e8e\u8fd9\u4e9b\u5730\u65b9\u6211\u4eec\u5e76\u6ca1\u6709\u8003\u8651\u5b83\u7684\u906e\u6321\u5173\u7cfb\uff0c\u8fd9\u4f7f\u5f97\u6574\u4e2a\u7269\u4f53\u8868\u9762\u4f1a\u770b\u8d77\u6765\u66f4\u5e73\u5766\uff0c\u7f3a\u4e4f\u7acb\u4f53\u611f\u3002"}),"\n",(0,s.jsxs)(e,{id:"soft-shadow",num:"2",caption:"AO\u5bf9\u6e32\u67d3\u7684\u5f71\u54cd\uff0c\u6ce8\u610f(c)\u56fe\u4e2d\u5899\u7816\u7684\u88c2\u7f1d\uff0c\u4ee5\u53ca\u4eba\u7269\u9888\u90e8\u7b49\u5730\u65b9\u7531\u4e8e\u90e8\u5206\u88ab\u906e\u6321\u663e\u5f97\u66f4\u6697 \uff08\u56fe\u7247\u6765\u81eaUnreal Engine 4\u5b98\u65b9\u6587\u6863\uff09",children:[(0,s.jsx)("img",{src:"/img/figures/intro/ao-1.jpg",width:"32.5%"}),(0,s.jsx)("img",{src:"/img/figures/intro/ao-2.jpg",width:"32.5%"}),(0,s.jsx)("img",{src:"/img/figures/intro/ao-3.jpg",width:"32.5%"})]}),"\n",(0,s.jsxs)(n.p,{children:["[cite a",":Shape-from-shadingonacloudyday","]\u9996\u6b21\u6307\u51fa\u4e86\u8fd9\u79cd\u73af\u5883\u963b\u6321\u5bf9\u4e8e\u56fe\u5f62\u8bc6\u522b\u4ee5\u53ca\u589e\u5f3a\u56fe\u50cf\u8d28\u91cf\u7684\u91cd\u8981\u6027\uff0c2010\u5e74Hayden Landis, Ken McGaugh\u548cHilmar Koch\u56e0\u4e3a\u63a8\u8fdb\u73af\u5883\u906e\u6321\uff08ambient occlusion\uff0cAO\uff09\u5728\u6e32\u67d3\u6280\u672f\u4e2d\u7684\u8fd0\u7528\u800c\u83b7\u5f97\u5f53\u5e74\u7684\u5965\u65af\u5361\u79d1\u5b66\u6280\u672f\u5956\uff0c\u4e4b\u540eAO\u88ab\u5927\u91cf\u5e94\u7528\u4e8e\u7535\u5f71\u5de5\u4e1a\uff0c\u5982\u4eca\u4e3b\u6d41\u7684\u5546\u4e1a\u6e38\u620f\u5f15\u64ce\u4e5f\u51e0\u4e4e\u90fd\u652f\u6301\u67d0\u79cd\u7a0b\u5ea6\uff08\u9759\u6001\u6216\u52a8\u6001\uff09\u7684AO\u3002"]}),"\n",(0,s.jsxs)(n.p,{children:["AO\u7684\u8ba1\u7b97\u5b9e\u9645\u4e0a\u662f\u8981\u9488\u5bf9\u6bcf\u4e2a\u70b9\uff0c\u5728\u8be5\u70b9\u6cd5\u7ebf\u5bf9\u5e94\u7684\u534a\u7a7a\u95f4\u4e0a\uff0c\u9488\u5bf9\u6bcf\u4e00\u4e2a\u65b9\u5411\u5bf9\u53ef\u89c1\u6027\u51fd\u6570\uff08visibility function\uff09\u8fdb\u884c\u79ef\u5206\u8fd0\u7b97\uff0c\u5176\u503c\u4e3a\u4e00\u4e2a\u4ecb\u4e8e0\u52301\u4e4b\u95f4\u8868\u793a\u906e\u6321\u7a0b\u5ea6\u7684\u503c\u3002\u5bf9\u4e8e\u9759\u6001\u7684\u573a\u666f\u6211\u4eec\u53ef\u4ee5\u9884\u8ba1\u7b97\u51fa\u8fd9\u4e2a\u503c\uff1b\u5728\u79bb\u7ebf\u6e32\u67d3\u7684\u73af\u5883\u4e0b\uff0c\u53ef\u4ee5\u4f7f\u7528\u8499\u7279\u5361\u6d1b\u65b9\u6cd5\u4f7f\u7528\u968f\u673a\u91c7\u6837\u7684\u65b9\u5f0f\u6c42\u79ef\u5206\u3010cite a",":GlobalIlluminationandAllThat","]\uff1b\u800c\u5bf9\u4e8e\u5b9e\u65f6\u73af\u5883\uff0c\u5219\u9700\u8981\u66f4\u9ad8\u6548\u7684\u65b9\u6cd5\uff0c\u4f8b\u5982\u7531CryTek\u63d0\u51fa\u7684\u57fa\u4e8e\u5c4f\u5e55\u7a7a\u95f4\u7684\u73af\u5883\u906e\u6321\uff08screen space ambient occlusion\uff0cSSAO\uff09\uff0c\u4ee5\u53caUnreal Engine 4\u4f7f\u7528\u8ddd\u79bb\u573a\u6765\u52a0\u901fAO\u7684\u8ba1\u7b97\u3002"]}),"\n",(0,s.jsx)(n.h3,{id:"\u53cd-\u5c04",children:"\u53cd \u5c04"}),"\n",(0,s.jsx)(n.p,{children:"\u5149\u7ebf\u5728\u7269\u4f53\u8868\u9762\u4e4b\u95f4\u7a7f\u68ad\uff0c\u7ecf\u8fc7\u591a\u6b21\u53cd\u5c04\u6216\u6298\u5c04\u6700\u540e\u624d\u4f1a\u8fdb\u5165\u6444\u50cf\u673a\uff0c\u5f62\u6210\u56fe\u50cf\uff0c\u5982\u679c\u4e00\u4e2a\u8868\u9762\u662f\u5149\u6ed1\u7684\uff0c\u6216\u8005\u4e0d\u662f\u5b8c\u5168\u7c97\u7cd9\u7684\uff0c\u5219\u8fd9\u4e9b\u8868\u9762\u53ef\u4ee5\u53cd\u5c04\u5b83\u5468\u56f4\u7684\u73af\u5883\uff0c\u8868\u9762\u8d8a\u5149\u6ed1\uff0c\u5219\u5176\u53cd\u5c04\u7684\u573a\u666f\u8d8a\u6e05\u6670\uff0c\u5426\u5219\u5219\u8d8a\u6a21\u7cca\u3002\u53cd\u5c04\u51e0\u4e4e\u65e0\u5904\u4e0d\u5728\uff0c\u5b83\u662f\u9ad8\u8d28\u91cf\u56fe\u5f62\u6e32\u67d3\u4e0d\u53ef\u7f3a\u5c11\u7684\u90e8\u5206\uff0c\u5982\u56fe3\u6240\u793a\u3002"}),"\n",(0,s.jsx)(e,{num:"3",caption:"\u53cd\u5c04\u65e0\u5904\u4e0d\u5728\uff0c\u8f83\u5149\u6ed1\u7684\u8868\u9762\u80fd\u591f\u6bd4\u8f83\u6e05\u6670\u5730\u53cd\u5c04\u5468\u56f4\u7684\u73af\u5883\uff0c\u56fe\u4e3a\u53f0\u6e7e\u6843\u56ed\u56fd\u9645\u673a\u573a\u7684\u8d70\u5eca",children:(0,s.jsx)("img",{src:"/img/figures/intro/reflection.jpg",width:"100%"})}),"\n",(0,s.jsxs)(n.p,{children:["\u53cd\u5c04\u901a\u5e38\u4e5f\u662f\u4f7f\u7528\u5176\u4ed6\u4e00\u4e9b\u8fd1\u4f3c\u6280\u672f\u6765\u8ba1\u7b97\u3002\u6700\u7ecf\u5e38\u4f7f\u7528\u7684\u662f\u57fa\u4e8e\u56fe\u50cf\u7684\u5149\u7167\u6280\u672f\uff08image-based lighting\uff0cIBL\uff09\uff0c\u8fd9\u79cd\u6280\u672f\u901a\u5e38\u5c06\u8981\u53cd\u5c04\u7684\u201c\u73af\u5883\u201d\u6e32\u67d3\u4e3a\u4e00\u5f20\u56fe\uff0c\u7136\u540e\u6e32\u67d3\u65f6\u901a\u8fc7\u67e5\u8be2\u8fd9\u4e2a\u8d34\u56fe\u6765\u8ba1\u7b97\u6765\u81ea\u5468\u56f4\u7684\u73af\u5883\u5149\u7167\uff1b\u5bf9\u4e8e\u7c97\u7cd9\u7684\u8868\u9762\u53ef\u4ee5\u4f7f\u7528\u8fc7\u6ee4\u7684\u6280\u672f\u6765\u5b9e\u73b0\u7c97\u7cd9\u8868\u9762\u7684\u6548\u679c\uff0c\u8fd9\u79cd\u6280\u672f\u5927\u5927\u51cf\u5c11\u4e86\u53cd\u5c04\u6548\u679c\u7684\u8ba1\u7b97\u65f6\u95f4\uff0c\u672c\u4e66\u5c06\u5728\u7b2c",(0,s.jsx)(n.a,{href:"../precomputed-radiance-transfer/",children:"10"}),"\u4ecb\u7ecd\u57fa\u4e8e\u56fe\u50cf\u7684\u5149\u7167\u6280\u672f\u3002"]}),"\n",(0,s.jsx)(e,{num:"4",caption:"\u4f7f\u7528\u57fa\u4e8e\u56fe\u50cf\u7684\u6280\u672f\u6e32\u67d3\u7269\u4f53\u5bf9\u73af\u5883\u7684\u53cd\u5c04\uff0c\u6574\u4e2a\u5468\u56f4\u73af\u5883\u88ab\u6e32\u67d3\u5230\u4e00\u4e2a\u8d34\u56fe\u4e2d\uff0c\u8868\u9762\u7740\u8272\u65f6\u76f4\u63a5\u5c06\u8fd9\u4e2a\u8d34\u56fe\u4f5c\u4e3a\u5165\u5c04\u5149\u6e90\uff0c\u5176\u4e2d\u73af\u5883\u8d34\u56fe\u7684\u5149\u7167\u662f\u4e0e\u89c2\u5bdf\u70b9\u7684\u4f4d\u7f6e\u65e0\u5173\u7684",children:(0,s.jsx)("img",{src:"/img/figures/intro/reflection-1.jpg",width:"100%"})}),"\n",(0,s.jsx)(n.p,{children:"\u5bf9\u4e8e\u6bd4\u8f83\u8fdc\u7684\u73af\u5883\uff0c\u53ef\u4ee5\u8ba4\u4e3a\u201c\u73af\u5883\u201d\u662f\u548c\u4f4d\u7f6e\u65e0\u5173\u7684\uff0c\u800c\u4ec5\u4e0e\u65b9\u5411\u6709\u5173\u3002\u73af\u5883\u8d34\u56fe\u53ef\u4ee5\u4f7f\u7528\u4e00\u4e2a\u653e\u7f6e\u4e8e\u573a\u666f\u4e2d\u5fc3\u7684\u4e00\u4e2a\u9c7c\u773c\u955c\u5934\u7684\u7167\u76f8\u673a\u6765\u751f\u6210\uff0c\u6574\u4e2a\u73af\u5883\u88ab\u5236\u4f5c\u6210\u4e00\u5f20\u7acb\u65b9\u4f53\u8d34\u56fe\uff08cube map\uff09\u6216\u8005\u7403\u9762\u8d34\u56fe\uff08spherical map\uff09\uff0c\u5982\u56fe4\u6240\u793a\uff0c\u901a\u5e38\u6e38\u620f\u4e2d\u7684\u5929\u7a7a\u76d2\u5c31\u662f\u4e00\u5f20\u8fdc\u8ddd\u79bb\u7684\u73af\u5883\u8d34\u56fe\u3002"}),"\n",(0,s.jsx)(n.h3,{id:"\u95f4\u63a5\u5149\u7167",children:"\u95f4\u63a5\u5149\u7167"}),"\n",(0,s.jsxs)(n.p,{children:["\u9664\u4e86\u4e0a\u8ff0\u955c\u9762\u6216\u5149\u6cfd\u53cd\u5c04\u7684\u5149\u7167\uff0c\u73af\u5883\u5bf9\u4e8e\u6f2b\u53cd\u5c04\u8868\u9762\u7684\u5f71\u54cd\u975e\u5e38\u91cd\u8981\uff0c\u5b83\u6700\u91cd\u8981\u7684\u6548\u679c\u79f0\u4e3a\u989c\u8272\u6e17\u900f",(0,s.jsx)(n.sup,{children:(0,s.jsx)(n.a,{href:"#user-content-fn-color-bleeding",id:"user-content-fnref-color-bleeding","data-footnote-ref":!0,"aria-describedby":"footnote-label",children:"1"})}),"\uff08color bleeding\uff09\uff0c\u4f8b\u5982\u4e00\u4e2a\u7ea2\u8272\u7684\u5730\u6bef\u9760\u8fd1\u4e00\u4fa7\u5899\u9762\u5219\u4f1a\u4f7f\u5899\u9762\u5448\u73b0\u7c89\u7ea2\u8272\uff0c\u989c\u8272\u6e17\u900f\u7684\u6548\u679c\u5982\u56fe",(0,s.jsx)(n.a,{href:"#f-intro-indirect",children:"5"}),"\u6240\u793a\u3002"]}),"\n",(0,s.jsx)(e,{num:"5",caption:"\u73af\u5883\u5bf9\u6f2b\u53cd\u5c04\u8868\u9762\u7684\u5f71\u54cd\uff0c\u8fd9\u79cd\u6548\u679c\u79f0\u4e4b\u4e3a\u989c\u8272\u6e17\u900f\uff0c\u8fd9\u79cd\u6548\u679c\u7684\u8ba1\u7b97\u975e\u5e38\u6602\u8d35\uff0c\u4f46\u662f\u8fd9\u79cd\u6548\u679c\u5bf9\u4e8e\u5168\u5c40\u5149\u7167\u975e\u5e38\u91cd\u8981",children:(0,s.jsx)("img",{src:"/img/figures/intro/indirect.png",width:"400"})}),"\n",(0,s.jsx)(n.p,{children:"\u95f4\u63a5\u6f2b\u53cd\u5c04\u51e0\u4e4e\u662f\u6700\u91cd\u8981\u7684\u5168\u5c40\u5149\u7167\u6548\u679c\uff0c\u5b83\u7684\u8ba1\u7b97\u7279\u522b\u6602\u8d35\uff0c\u5176\u6d89\u53ca\u6e32\u67d3\u65b9\u7a0b\u9488\u5bf9\u6574\u4e2a\u534a\u7403\u7a7a\u95f4\u7684\u79ef\u5206\u8ba1\u7b97\uff0c\u76ee\u524d\u4e3b\u8981\u7684\u89e3\u51b3\u65b9\u6cd5\u8fd8\u662f\u9884\u5904\u7406\uff0c\u95f4\u63a5\u6f2b\u53cd\u5c04\u5149\u7167\u7684\u5904\u7406\u4e3b\u8981\u6709\u4e24\u7c7b\u65b9\u6cd5\uff0c\u4e00\u7c7b\u662f\u57fa\u4e8e\u5149\u7167\u8d34\u56fe\uff08light map\uff09\u7684\u65b9\u6cd5\uff0c\u8fd9\u7c7b\u65b9\u6cd5\u4ec5\u9488\u5bf9\u9759\u6001\u573a\u666f\uff0c\u7531\u4e8e\u6f2b\u53cd\u5c04\u8868\u9762\u5411\u5404\u4e2a\u65b9\u5411\u53cd\u5c04\u7684\u5149\u7167\u662f\u76f8\u540c\u7684\uff0c\u56e0\u6b64\u8868\u9762\u7684\u5149\u7167\u503c\u53ef\u4ee5\u88ab\u7f13\u5b58\u8d77\u6765\uff0c\u5f88\u591a\u65b9\u6cd5\u53ef\u4ee5\u7528\u6765\u751f\u6210\u5149\u7167\u8d34\u56fe\uff0c\u4f8b\u5982\u5149\u7ebf\u8ffd\u8e2a\uff0c\u8f90\u5c04\u5ea6\u65b9\u6cd5\uff0c\u8f90\u5c04\u7167\u5ea6\u7f13\u5b58\u4ee5\u53ca\u5149\u5b50\u6620\u5c04\u7b49\u65b9\u6cd5\u3002"}),"\n",(0,s.jsxs)(n.p,{children:["\u5bf9\u4e8e\u52a8\u6001\u7269\u4f53\uff0c\u5982\u89d2\u8272\uff0c\u79fb\u52a8\u7684\u4ea4\u901a\u5de5\u5177\u7b49\uff0c\u5e38\u7528\u7684\u5904\u7406\u65b9\u6cd5\u5219\u662f\u5728\u7a7a\u767d\u7a7a\u95f4\u5bf9\u73af\u5883\u5149\u7167\u8fdb\u884c\u7a00\u758f\u91c7\u6837\uff0c\u5728Unity\u4e2d\u8fd9\u4e9b\u91c7\u6837\u70b9\u79f0\u4e3a\u4e00\u4e2a\u5149\u7167\u63a2\u9488\uff08light probe\uff09\uff0c\u5982\u56fe6\u6240\u793a\uff0c\u7136\u540e\u5728\u8fd0\u884c\u65f6\u4f7f\u7528\u63d2\u503c\u7684\u65b9\u6cd5\u6765\u8ba1\u7b97\u95f4\u63a5\u5149\u7167\u3002\u8fd9\u6837\u505a\u7684\u7406\u7531\u662f\u56e0\u4e3a\u6f2b\u53cd\u5c04\u901a\u5e38\u90fd\u662f\u4f4e\u9891\u7684\uff0c\u76f8\u90bb\u70b9\u4e4b\u95f4\u7684\u989c\u8272\u503c\u53d8\u5316\u4e0d\u5927\uff0c\u5176\u95f4\u7684\u70b9\u7684\u503c\u53ef\u4ee5\u901a\u8fc7\u63d2\u503c\u8ba1\u7b97\u3002\u7531\u4e8e\u8fd9\u4e9b\u91c7\u6837\u70b9\u662f\u9884\u5904\u7406\u7684\uff0c\u6240\u4ee5\u52a8\u6001\u7269\u4f53\u5e76\u4e0d\u80fd\u5f71\u54cd\u573a\u666f\u4e2d\u5176\u4ed6\u7269\u4f53\uff0c\u5b83\u53ea\u80fd\u63a5\u53d7\u6765\u81ea\u5176\u4ed6\u9759\u6001\u73af\u5883\u7684\u5f71\u54cd\uff0c\u8fd9\u65b9\u9762\u53ef\u4ee5\u53c2\u89c1\u540e\u9762\u7b2c[chp",":prt","]\u7ae0\u7684\u5185\u5bb9\u3002"]}),"\n",(0,s.jsx)(e,{id:"f:intro-light-probe",num:"6",caption:"Unity\u4f7f\u7528\u5149\u7167\u63a2\u9488\u5bf9\u73af\u5883\u8fdb\u884c\u91c7\u6837\uff0c\u8fd9\u53d1\u751f\u5728\u9884\u5904\u7406\u9636\u6bb5\uff0c\u5728\u8fd0\u884c\u65f6\u9636\u6bb5\uff0c\u6e32\u67d3\u5668\u4ece\u90bb\u8fd1\u7684\u91c7\u6837\u70b9\u4e2d\u53d6\u503c\u5bf9\u5176\u95f4\u7684\u70b9\u8fdb\u884c\u63d2\u503c\uff08\u56fe\u7247\u6765\u81eaUnity\u5b98\u65b9\u6587\u6863\uff09",children:(0,s.jsx)("img",{src:"/img/figures/intro/LightProbes.png"})}),"\n",(0,s.jsx)(n.h3,{id:"\u7126-\u6563",children:"\u7126 \u6563"}),"\n",(0,s.jsx)(n.p,{children:"\u5728\u5168\u5c40\u5149\u7167\u6a21\u578b\u4e2d\uff0c\u7126\u6563\uff08caustics\uff09\u6548\u679c\u5c24\u5176\u660e\u663e\u3002\u5e7f\u4e49\u7684\u7126\u6563\u662f\u6307\u5149\u4ece\u5149\u6e90\u51fa\u53d1\uff0c\u7ecf\u8fc7\u81f3\u5c11\u4e00\u6b21\u5149\u6cfd\u53cd\u5c04\uff0c\u6700\u540e\u901a\u8fc7\u4e00\u4e2a\u5149\u6cfd\u6216\u6f2b\u53cd\u5c04\u9762 \u53cd\u5c04\u540e\u8fdb\u5165\u6444\u50cf\u673a\u3002\u5728\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\u5c24\u5176\u6307\u5149\u901a\u8fc7\u5149\u6cfd\u9762\u7684\u53cd\u5c04\u6216\u6298\u5c04\u540e\uff0c\u591a\u675f\u5149\u843d\u5728\u540c\u4e00\u4e2a\u6f2b\u53cd\u5c04\u8868\u9762\u70b9\u4e0a\uff08\u4f8b\u5982\u7531\u4e8e\u73bb\u7483\u6216\u6c34\u9762\u7b49\u5f2f\u66f2\u9762\u4f7f\u6298\u5c04\u540e\u591a\u675f\u5149\u843d\u5728\u684c\u9762\u4e0a\uff09\uff0c\u5bfc\u81f4\u8fd9\u4e9b\u70b9\u7684\u5149\u7167\u7279\u522b\u660e\u4eae\uff0c\u5982\u56fe7\u4e2d\u6240\u793a\u7684\u4e00\u4e9b\u5e38\u89c1\u7126\u6563\u7684\u6548\u679c\u3002"}),"\n",(0,s.jsxs)(e,{num:"7",caption:"\u7531\u4e8e\u591a\u675f\u5149\u7ecf\u8fc7\u53cd\u5c04\u6216\u6298\u5c04\u540e\u843d\u5728\u540c\u4e00\u70b9\u4e0a\uff0c\u7126\u6563\u6548\u679c\u5728\u5168\u5c40\u5149\u7167\u4e2d\u7279\u522b\u660e\u663e\uff08\u56fe\u7247\u6765\u81eaWikipedia\uff09",children:[(0,s.jsx)("img",{src:"/img/figures/intro/Caustics-1.jpg",width:"26%"}),(0,s.jsx)("img",{src:"/img/figures/intro/Caustics-2.jpg",width:"27.58%"}),(0,s.jsx)("img",{src:"/img/figures/intro/Caustics-3.jpg",width:"19%"}),(0,s.jsx)("img",{src:"/img/figures/intro/Caustics-4.jpg",width:"24.6%"})]}),"\n",(0,s.jsx)(n.p,{children:"\u5bf9\u7126\u6563\u7684\u6e32\u67d3\u5c24\u5176\u56f0\u96be\uff0c\u5176\u4e3b\u8981\u539f\u56e0\u662f\u8fd9\u4e9b\u65b9\u5411\u5149\u7ebf\u7684\u91c7\u6837\u51e0\u7387\u5f88\u4f4e\uff0c\u751a\u81f3\u51e0\u4e4e\u53ef\u4ee5\u8ba4\u4e3a\u662f\u96f6\uff0c\u5bfc\u81f4\u4e00\u822c\u7684\u91c7\u6837\u65b9\u6cd5\u6839\u672c\u4e0d\u80fd\u83b7\u5f97\u8db3\u591f\u7684\u4fe1\u606f\uff0c\u4f8b\u5982\u5149\u5b50\u6620\u5c04\u6280\u672f\u5c31\u662f\u4f7f\u7528\u5b8c\u5168\u4e0d\u540c\u4e8e\u91c7\u6837\u7684\u56de\u5f52\u65b9\u6cd5\u624d\u80fd\u6bd4\u8f83\u597d\u7684\u5904\u7406\u8ba1\u7b97\u7126\u6563\u3002"}),"\n",(0,s.jsx)(n.h3,{id:"\u6563-\u5c04",children:"\u6563 \u5c04"}),"\n",(0,s.jsx)(n.p,{children:"\u5230\u76ee\u524d\u4e3a\u6b62\uff0c\u6240\u6709\u6211\u4eec\u8ba8\u8bba\u7684\u5168\u5c40\u5149\u7167\u73b0\u8c61\uff0c\u90fd\u4ec5\u9650\u4e8e\u5149\u4e0e\u7269\u4f53\u8868\u9762\u8fdb\u884c\u4ea4\u4e92\u3002\u5728\u73b0\u5b9e\u73af\u5883\u4e2d\uff0c\u8bb8\u591a\u7269\u4f53\u90e8\u5206\u6216\u5168\u90e8\u662f\u534a\u900f\u660e\u7684\uff08translucent\uff09\uff1a\u5373\u5149\u8fdb\u5165\u7269\u4f53\u8868\u9762\u540e\uff0c\u90e8\u5206\u88ab\u5438\u6536\uff08absorbed\uff09\uff0c\u90e8\u5206\u53d1\u751f\u6563\u5c04\uff08scattered\uff09\u6700\u540e\u4ece\u7269\u4f53\u8868\u9762\u53d1\u5c04\u51fa\u53bb\uff0c\u5176\u4e2d\u8fd9\u4e2a\u51fa\u5c04\u70b9\u7684\u4f4d\u7f6e\u53ef\u80fd\u548c\u5165\u5c04\u70b9\u7684\u4f4d\u7f6e\u4e0d\u4e00\u6837\u3002"}),"\n",(0,s.jsx)(n.p,{children:"\u7531\u4e8e\u6563\u5c04\u6548\u679c\u7684\u8ba1\u7b97\u76f8\u5f53\u590d\u6742\uff0c\u56e0\u6b64\u548c\u5176\u4ed6\u524d\u9762\u63d0\u5230\u7684\u6280\u672f\u4e00\u6837\uff0c\u8ba1\u7b97\u673a\u56fe\u5f62\u5b66\u4e2d\u4e5f\u5b58\u5728\u5f88\u591a\u8fd1\u4f3c\u7684\u65b9\u6cd5\u6765\u5904\u7406\u6563\u5c04\u6548\u679c\u3002\u7279\u522b\u5730\uff0c\u5bf9\u4e8e\u6563\u5c04\u7684\u8ba1\u7b97\uff0c\u5b58\u5728\u4e24\u5927\u7c7b\u65b9\u6cd5\uff0c\u5b83\u4eec\u5206\u522b\u5904\u7406\u6563\u5c04\u5bfc\u81f4\u7684\u4e24\u79cd\u6bd4\u8f83\u660e\u663e\u7684\u5b50\u5206\u7c7b\u6548\u679c\uff0c\u5373\u6b21\u8868\u9762\u6563\u5c04\u548c\u53c2\u4e0e\u4ecb\u8d28\u3002"}),"\n",(0,s.jsx)(n.p,{children:"\u6b21\u8868\u9762\u6563\u5c04\uff08subsurface scattering\uff09\u662f\u6563\u5c04\u4e2d\u6700\u590d\u6742\u7684\u6548\u679c\uff0c\u5b83\u8868\u793a\u7531\u4e8e\u7269\u4f53\u5185\u90e8\u5b58\u5728\u4ecb\u8d28\u7684\u4e0d\u8fde\u7eed\u6027\uff0c\u5bfc\u81f4\u6298\u5c04\u8fdb\u7269\u4f53\u5185\u90e8\u7684\u5149\u5728\u7ecf\u5386\u591a\u6b21\u6563\u5c04\u4e4b\u540e\uff0c\u91cd\u65b0\u4ece\u53e6\u4e00\u4e2a\u4f4d\u7f6e\u53cd\u5c04\u56de\u7a7a\u4e2d\u3002\u5b83\u8981\u6c42\u6bd4\u8f83\u771f\u5b9e\u5730\u6a21\u62df\u6563\u5c04\u6548\u679c\uff0c\u5e76\u4e14\u5b83\u5904\u7406\u7684\u90fd\u662f\u8981\u6c42\u89c6\u89c9\u8868\u73b0\u6bd4\u8f83\u771f\u5b9e\u7684\u6750\u6599\uff0c\u4f8b\u5982\u5927\u7406\u77f3\uff0c\u76ae\u80a4\uff0c\u53f6\u5b50\uff0c\u8721\u70db\uff0c\u725b\u5976\u7b49\u3002\u4f8b\u5982\u5bf9\u4e8e\u76ae\u80a4\uff0c\u5b83\u6709\u7ea66%\u7684\u5149\u88ab\u76f4\u63a5\u53cd\u5c04\uff0c\u5269\u4e0b94%\u7684\u5149\u88ab\u6563\u5c04\uff0c\u5e76\u4e14\u6563\u5c04\u53ea\u53d1\u751f\u5728\u8868\u9762\u4ee5\u4e0b\u4e00\u5c0f\u90e8\u5206\u539a\u5ea6\u7684\u7a7a\u95f4\u5185\uff0c\u5982\u56fe8\u6240\u793a\u3002"}),"\n",(0,s.jsx)(e,{id:"f-intro-sss",num:"8",caption:"\u5149\u53ef\u4ee5\u8fdb\u5165\u76ae\u80a4\u8868\u9762\uff0c\u7531\u4e8e\u7269\u4f53\u5185\u90e8\u4ecb\u8d28\u7684\u4e0d\u8fde\u7eed\uff0c\u5728\u8868\u9762\u4ee5\u4e0b\u90e8\u5206\u533a\u57df\u5185\u53d1\u751f\u591a\u6b21\u6563\u5c04\uff0c\u7136\u540e\u4ece\u53e6\u4e00\u4e2a\u5730\u65b9\u53cd\u5c04\u56de\u7a7a\u4e2d",children:(0,s.jsx)("img",{src:"/img/figures/intro/subsurface-scattering.jpg",width:"500"})}),"\n",(0,s.jsxs)(n.p,{children:["\u5173\u4e8e\u6b21\u8868\u9762\u6563\u5c04\uff0c\u672c\u7ae0\u7b2c[sec",":intro-bsdf","]\u8282\u4f1a\u4ecb\u7ecdDisney\u4f7f\u7528\u7684\u8fd1\u4f3c\u7136\u800c\u7cbe\u786e\u5ea6\u5f88\u9ad8\u7684\u6b21\u8868\u9762\u6563\u5c04\u6a21\u578b\uff0c\u5b83\u7528\u5728\u4e86\u7535\u5f71\u300a\u8d85\u80fd\u9646\u6218\u961f\u300b\u4e2d\u9664\u5934\u53d1\u4ee5\u5916\u7684\u6240\u6709\u6b21\u8868\u9762\u6563\u5c04\u60c5\u5f62\u3002"]}),"\n",(0,s.jsx)(n.p,{children:"\u53c2\u4e0e\u4ecb\u8d28\uff08participating media\uff09\uff0c\u4f8b\u5982\u4e91\uff0c\u70df\uff0c\u96fe\u7b49\u5728\u81ea\u7136\u754c\u662f\u666e\u904d\u5b58\u5728\u7684\uff0c\u5b83\u4eec\u4e5f\u5bfc\u81f4\u4e86\u5f88\u591a\u6709\u8da3\u7684\u89c6\u89c9\u73b0\u8c61\u3002\u5f53\u5149\u5728\u53c2\u4e0e\u4ecb\u8d28\u4e2d\u4f20\u64ad\u65f6\uff0c\u90e8\u5206\u88ab\u5438\u6536\uff0c\u5176\u4ed6\u5219\u7ecf\u8fc7\u591a\u6b21\u6563\u5c04\u540e\u4ece\u4e0d\u540c\u7684\u4f4d\u7f6e\u79bb\u5f00\u8868\u9762\u3002\u53c2\u4e0e\u4ecb\u8d28\u4e0e\u6b21\u8868\u9762\u4e0d\u540c\u7684\u662f\uff0c\u6b21\u8868\u9762\u5f80\u5f80\u53ea\u662f\u7269\u4f53\u8868\u9762\u5f88\u6d45\u7684\u4e00\u5c42\uff0c\u800c\u53c2\u4e0e\u4ecb\u8d28\u5f80\u5f80\u6574\u4e2a\u5185\u90e8\u90fd\u662f\u534a\u900f\u660e\u7684\uff0c\u5149\u7ebf\u80fd\u591f\u4ece\u4e00\u8fb9\u8fdb\u5165\uff0c\u7136\u540e\u4ece\u53e6\u4e00\u8fb9\u79bb\u5f00\u3002\u53c2\u4e0e\u4ecb\u8d28\u80fd\u591f\u6709\u6548\u5730\u589e\u5f3a\u73af\u5883\u7684\u6c1b\u56f4\uff0c\u4ee5\u53ca\u5bf9\u573a\u666f\u6df1\u5ea6\u7684\u611f\u77e5\u3002"}),"\n",(0,s.jsx)(e,{id:"f-intro-Participating-media",num:"9",caption:"\u53c2\u4e0e\u4ecb\u8d28\u5728\u5927\u81ea\u7136\u4e2d\u65e0\u5904\u4e0d\u5728\uff0c\u4f8b\u5982\u4e91\u5c42\uff0c\u7a7a\u6c14\uff0c\u70df\u96fe\u7b49\uff0c\u5e76\u4e14\u5bf9\u6574\u4e2a\u73af\u5883\u7684\u5149\u7167\u6709\u975e\u5e38\u5927\u7684\u5f71\u54cd",children:(0,s.jsx)("img",{src:"/img/figures/intro/Participating-media.jpg"})}),"\n",(0,s.jsxs)(n.p,{children:["\u672c\u4e66\u5c06\u5728\u7b2c",(0,s.jsx)(n.a,{href:"../photon-mapping/",children:"6"}),"\u7ae0\u4ecb\u7ecd\u4e00\u4e9b\u53c2\u4e0e\u4ecb\u8d28\u7684\u6e32\u67d3\u6280\u672f\u3002"]}),"\n",(0,s.jsxs)(n.section,{"data-footnotes":!0,className:"footnotes",children:[(0,s.jsx)(n.h2,{className:"sr-only",id:"footnote-label",children:"Footnotes"}),"\n",(0,s.jsxs)(n.ol,{children:["\n",(0,s.jsxs)(n.li,{id:"user-content-fn-color-bleeding",children:["\n",(0,s.jsxs)(n.p,{children:["\u901a\u8fc7\u540e\u9762\u7b2c[sec",":intro-material-model","]\u8282\u5bf9\u6750\u8d28\u6a21\u578b\u7684\u5b66\u4e60\uff0c\u989c\u8272\u6e17\u900f\u662f\u7531\u4e8e\u6f2b\u53cd\u5c04\u5149\u4ece\u7269\u4f53\u5185\u90e8\u53cd\u5c04\u56de\u7a7a\u4e2d\u65f6\uff0c\u88ab\u4e58\u4ee5\u4e86\u4e00\u4e2a\u53cd\u5c04\u7387\uff0c\u8fd9\u4e2a\u53cd\u5c04\u7387",(0,s.jsxs)(n.span,{className:"katex",children:[(0,s.jsx)(n.span,{className:"katex-mathml",children:(0,s.jsx)(n.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,s.jsxs)(n.semantics,{children:[(0,s.jsxs)(n.mrow,{children:[(0,s.jsx)(n.mi,{children:"b"}),(0,s.jsx)(n.mi,{children:"a"}),(0,s.jsx)(n.mi,{children:"s"}),(0,s.jsx)(n.mi,{children:"e"}),(0,s.jsx)(n.mi,{children:"C"}),(0,s.jsx)(n.mi,{children:"o"}),(0,s.jsx)(n.mi,{children:"l"}),(0,s.jsx)(n.mi,{children:"o"}),(0,s.jsx)(n.mi,{children:"r"})]}),(0,s.jsx)(n.annotation,{encoding:"application/x-tex",children:"baseColor"})]})})}),(0,s.jsx)(n.span,{className:"katex-html","aria-hidden":"true",children:(0,s.jsxs)(n.span,{className:"base",children:[(0,s.jsx)(n.span,{className:"strut",style:{height:"0.6944em"}}),(0,s.jsx)(n.span,{className:"mord mathnormal",children:"ba"}),(0,s.jsx)(n.span,{className:"mord mathnormal",children:"se"}),(0,s.jsx)(n.span,{className:"mord mathnormal",style:{marginRight:"0.07153em"},children:"C"}),(0,s.jsx)(n.span,{className:"mord mathnormal",children:"o"}),(0,s.jsx)(n.span,{className:"mord mathnormal",style:{marginRight:"0.01968em"},children:"l"}),(0,s.jsx)(n.span,{className:"mord mathnormal",style:{marginRight:"0.02778em"},children:"or"})]})})]}),"\u5373\u662f\u7269\u4f53\u8868\u9762\u7684\u771f\u5b9e\u989c\u8272\uff0c\u56e0\u6b64\u6f2b\u53cd\u5c04\u5149\u643a\u5e26\u4e86\u7269\u4f53\u7684\u989c\u8272\uff0c\u4ece\u800c\u80fd\u591f\u5f71\u54cd\u5468\u56f4\u7684\u73af\u5883\u3002 ",(0,s.jsx)(n.a,{href:"#user-content-fnref-color-bleeding","data-footnote-backref":"","aria-label":"Back to reference 1",className:"data-footnote-backref",children:"\u21a9"})]}),"\n"]}),"\n"]}),"\n"]})]})}function h(i={}){const{wrapper:n}={...(0,t.a)(),...i.components};return n?(0,s.jsx)(n,{...i,children:(0,s.jsx)(d,{...i})}):d(i)}},1151:(i,n,e)=>{e.d(n,{Z:()=>o,a:()=>a});var s=e(7294);const t={},r=s.createContext(t);function a(i){const n=s.useContext(r);return s.useMemo((function(){return"function"==typeof i?i(n):{...n,...i}}),[n,i])}function o(i){let n;return n=i.disableParentContext?"function"==typeof i.components?i.components(t):i.components||t:a(i.components),s.createElement(r.Provider,{value:n},i.children)}}}]); \ No newline at end of file diff --git a/assets/js/a52467ec.7d28b888.js b/assets/js/a52467ec.7d28b888.js new file mode 100644 index 0000000..d4fb080 --- /dev/null +++ b/assets/js/a52467ec.7d28b888.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[8034],{5418:(t,e,n)=>{n.r(e),n.d(e,{assets:()=>d,contentTitle:()=>r,default:()=>l,frontMatter:()=>s,metadata:()=>a,toc:()=>c});var i=n(5893),o=n(1151);const s={},r="10 \u5373\u65f6\u8f90\u5c04\u5ea6\u65b9\u6cd5",a={id:"instant-radiosity/index",title:"10 \u5373\u65f6\u8f90\u5c04\u5ea6\u65b9\u6cd5",description:"",source:"@site/docs/9-instant-radiosity/index.md",sourceDirName:"9-instant-radiosity",slug:"/instant-radiosity/",permalink:"/docs/instant-radiosity/",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/9-instant-radiosity/index.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"9 \u8f90\u5c04\u5ea6\u65b9\u6cd5",permalink:"/docs/radiosity/"},next:{title:"11 \u57fa\u4e8e\u9884\u8ba1\u7b97\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",permalink:"/docs/precomputed-radiance-transfer/"}},d={},c=[];function u(t){const e={h1:"h1",...(0,o.a)(),...t.components};return(0,i.jsx)(e.h1,{id:"10-\u5373\u65f6\u8f90\u5c04\u5ea6\u65b9\u6cd5",children:"10 \u5373\u65f6\u8f90\u5c04\u5ea6\u65b9\u6cd5"})}function l(t={}){const{wrapper:e}={...(0,o.a)(),...t.components};return e?(0,i.jsx)(e,{...t,children:(0,i.jsx)(u,{...t})}):u(t)}},1151:(t,e,n)=>{n.d(e,{Z:()=>a,a:()=>r});var i=n(7294);const o={},s=i.createContext(o);function r(t){const e=i.useContext(s);return i.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function a(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(o):t.components||o:r(t.components),i.createElement(s.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/b4a50465.1c89ea13.js b/assets/js/b4a50465.1c89ea13.js new file mode 100644 index 0000000..f53204a --- /dev/null +++ b/assets/js/b4a50465.1c89ea13.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[3638],{9909:(t,e,n)=>{n.r(e),n.d(e,{assets:()=>d,contentTitle:()=>r,default:()=>l,frontMatter:()=>i,metadata:()=>a,toc:()=>c});var o=n(5893),s=n(1151);const i={},r="4 \u7740\u8272\u7ba1\u7ebf",a={id:"shading/index",title:"4 \u7740\u8272\u7ba1\u7ebf",description:"",source:"@site/docs/3-shading/index.md",sourceDirName:"3-shading",slug:"/shading/",permalink:"/docs/shading/",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/3-shading/index.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"2.3 GPU\u5e76\u884c\u8ba1\u7b97\u67b6\u6784",permalink:"/docs/hardware/gpu"},next:{title:"4 \u8499\u7279\u5361\u6d1b\u65b9\u6cd5",permalink:"/docs/monte-carlo/"}},d={},c=[];function u(t){const e={h1:"h1",...(0,s.a)(),...t.components};return(0,o.jsx)(e.h1,{id:"4-\u7740\u8272\u7ba1\u7ebf",children:"4 \u7740\u8272\u7ba1\u7ebf"})}function l(t={}){const{wrapper:e}={...(0,s.a)(),...t.components};return e?(0,o.jsx)(e,{...t,children:(0,o.jsx)(u,{...t})}):u(t)}},1151:(t,e,n)=>{n.d(e,{Z:()=>a,a:()=>r});var o=n(7294);const s={},i=o.createContext(s);function r(t){const e=o.useContext(i);return o.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function a(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(s):t.components||s:r(t.components),o.createElement(i.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/d0f3f30b.947f05af.js b/assets/js/d0f3f30b.947f05af.js new file mode 100644 index 0000000..97bffc6 --- /dev/null +++ b/assets/js/d0f3f30b.947f05af.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[5122],{7701:(t,e,n)=>{n.r(e),n.d(e,{assets:()=>r,contentTitle:()=>d,default:()=>u,frontMatter:()=>s,metadata:()=>a,toc:()=>c});var i=n(5893),o=n(1151);const s={},d="13 \u57fa\u4e8e\u8ddd\u79bb\u573a\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",a={id:"distance-field-gi/index",title:"13 \u57fa\u4e8e\u8ddd\u79bb\u573a\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",description:"",source:"@site/docs/12-distance-field-gi/index.md",sourceDirName:"12-distance-field-gi",slug:"/distance-field-gi/",permalink:"/docs/distance-field-gi/",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/12-distance-field-gi/index.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"12 \u57fa\u4e8e\u4f53\u7d20\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",permalink:"/docs/voxel-based-global-illumination/"}},r={},c=[];function l(t){const e={h1:"h1",...(0,o.a)(),...t.components};return(0,i.jsx)(e.h1,{id:"13-\u57fa\u4e8e\u8ddd\u79bb\u573a\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",children:"13 \u57fa\u4e8e\u8ddd\u79bb\u573a\u7684\u5168\u5c40\u5149\u7167\u6280\u672f"})}function u(t={}){const{wrapper:e}={...(0,o.a)(),...t.components};return e?(0,i.jsx)(e,{...t,children:(0,i.jsx)(l,{...t})}):l(t)}},1151:(t,e,n)=>{n.d(e,{Z:()=>a,a:()=>d});var i=n(7294);const o={},s=i.createContext(o);function d(t){const e=i.useContext(s);return i.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function a(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(o):t.components||o:d(t.components),i.createElement(s.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/d1aacdf7.ad1d39ff.js b/assets/js/d1aacdf7.ad1d39ff.js new file mode 100644 index 0000000..950b982 --- /dev/null +++ b/assets/js/d1aacdf7.ad1d39ff.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[4845],{2473:(t,e,n)=>{n.r(e),n.d(e,{assets:()=>s,contentTitle:()=>a,default:()=>u,frontMatter:()=>r,metadata:()=>c,toc:()=>d});var o=n(5893),i=n(1151);const r={},a="6 \u8def\u5f84\u8ffd\u8e2a\u6280\u672f",c={id:"path-tracing/index",title:"6 \u8def\u5f84\u8ffd\u8e2a\u6280\u672f",description:"",source:"@site/docs/5-path-tracing/index.md",sourceDirName:"5-path-tracing",slug:"/path-tracing/",permalink:"/docs/path-tracing/",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/5-path-tracing/index.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"4.5 \u65b9\u5dee\u7f29\u51cf",permalink:"/docs/monte-carlo/variance-reduction"},next:{title:"7 \u5149\u5b50\u6620\u5c04",permalink:"/docs/photon-mapping/"}},s={},d=[];function p(t){const e={h1:"h1",...(0,i.a)(),...t.components};return(0,o.jsx)(e.h1,{id:"6-\u8def\u5f84\u8ffd\u8e2a\u6280\u672f",children:"6 \u8def\u5f84\u8ffd\u8e2a\u6280\u672f"})}function u(t={}){const{wrapper:e}={...(0,i.a)(),...t.components};return e?(0,o.jsx)(e,{...t,children:(0,o.jsx)(p,{...t})}):p(t)}},1151:(t,e,n)=>{n.d(e,{Z:()=>c,a:()=>a});var o=n(7294);const i={},r=o.createContext(i);function a(t){const e=o.useContext(r);return o.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function c(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(i):t.components||i:a(t.components),o.createElement(r.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/d53a280a.dfa4dd57.js b/assets/js/d53a280a.dfa4dd57.js new file mode 100644 index 0000000..b11de5d --- /dev/null +++ b/assets/js/d53a280a.dfa4dd57.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[3253],{2915:(t,e,n)=>{n.r(e),n.d(e,{assets:()=>p,contentTitle:()=>s,default:()=>u,frontMatter:()=>r,metadata:()=>a,toc:()=>c});var o=n(5893),i=n(1151);const r={},s="7 \u5149\u5b50\u6620\u5c04",a={id:"photon-mapping/index",title:"7 \u5149\u5b50\u6620\u5c04",description:"",source:"@site/docs/6-photon-mapping/index.md",sourceDirName:"6-photon-mapping",slug:"/photon-mapping/",permalink:"/docs/photon-mapping/",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/6-photon-mapping/index.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"6 \u8def\u5f84\u8ffd\u8e2a\u6280\u672f",permalink:"/docs/path-tracing/"},next:{title:"8 \u6885\u7279\u6ce2\u5229\u65af\u5149\u7167\u4f20\u8f93",permalink:"/docs/mlt/"}},p={},c=[];function d(t){const e={h1:"h1",...(0,i.a)(),...t.components};return(0,o.jsx)(e.h1,{id:"7-\u5149\u5b50\u6620\u5c04",children:"7 \u5149\u5b50\u6620\u5c04"})}function u(t={}){const{wrapper:e}={...(0,i.a)(),...t.components};return e?(0,o.jsx)(e,{...t,children:(0,o.jsx)(d,{...t})}):d(t)}},1151:(t,e,n)=>{n.d(e,{Z:()=>a,a:()=>s});var o=n(7294);const i={},r=o.createContext(i);function s(t){const e=o.useContext(r);return o.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function a(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(i):t.components||i:s(t.components),o.createElement(r.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/ea1f7600.6df46472.js b/assets/js/ea1f7600.6df46472.js new file mode 100644 index 0000000..2518fc8 --- /dev/null +++ b/assets/js/ea1f7600.6df46472.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[2586],{3567:(t,e,n)=>{n.r(e),n.d(e,{assets:()=>d,contentTitle:()=>r,default:()=>l,frontMatter:()=>s,metadata:()=>a,toc:()=>c});var i=n(5893),o=n(1151);const s={},r="9 \u8f90\u5c04\u5ea6\u65b9\u6cd5",a={id:"radiosity/index",title:"9 \u8f90\u5c04\u5ea6\u65b9\u6cd5",description:"",source:"@site/docs/8-radiosity/index.md",sourceDirName:"8-radiosity",slug:"/radiosity/",permalink:"/docs/radiosity/",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/8-radiosity/index.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"8 \u6885\u7279\u6ce2\u5229\u65af\u5149\u7167\u4f20\u8f93",permalink:"/docs/mlt/"},next:{title:"10 \u5373\u65f6\u8f90\u5c04\u5ea6\u65b9\u6cd5",permalink:"/docs/instant-radiosity/"}},d={},c=[];function u(t){const e={h1:"h1",...(0,o.a)(),...t.components};return(0,i.jsx)(e.h1,{id:"9-\u8f90\u5c04\u5ea6\u65b9\u6cd5",children:"9 \u8f90\u5c04\u5ea6\u65b9\u6cd5"})}function l(t={}){const{wrapper:e}={...(0,o.a)(),...t.components};return e?(0,i.jsx)(e,{...t,children:(0,i.jsx)(u,{...t})}):u(t)}},1151:(t,e,n)=>{n.d(e,{Z:()=>a,a:()=>r});var i=n(7294);const o={},s=i.createContext(o);function r(t){const e=i.useContext(s);return i.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function a(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(o):t.components||o:r(t.components),i.createElement(s.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/f02c7a5a.851e8361.js b/assets/js/f02c7a5a.851e8361.js new file mode 100644 index 0000000..18cee2d --- /dev/null +++ b/assets/js/f02c7a5a.851e8361.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[8090],{4090:(s,e,n)=>{n.r(e),n.d(e,{assets:()=>c,contentTitle:()=>r,default:()=>m,frontMatter:()=>l,metadata:()=>t,toc:()=>h});var a=n(5893),i=n(1151);const l={title:"2.3 GPU\u5e76\u884c\u8ba1\u7b97\u67b6\u6784"},r=void 0,t={id:"hardware/gpu",title:"2.3 GPU\u5e76\u884c\u8ba1\u7b97\u67b6\u6784",description:"\u5bf9\u4e8e\u4e60\u60ef\u4e8e\u9488\u5bf9CPU\u8fdb\u884c\u4e32\u884c\u7f16\u7a0b\u7684\u7a0b\u5e8f\u5458\u6765\u8bb2\uff0c\u56fe\u5f62\u5904\u7406\u5668\uff08Graphics Processing Unit\uff0cGPU\uff09\u603b\u662f\u900f\u7740\u4e00\u5c42\u795e\u79d8\u7684\u9762\u7eb1\uff0c\u751a\u81f3\u5bf9\u4e8e\u5f88\u591a\u7a0b\u5e8f\u5458\uff0c\u4ed6\u4eec\u4f1a\u8ba4\u4e3a\u9488\u5bf9GPU\u7f16\u7a0b\u5b66\u4e60\u7684\u96be\u5ea6\u8981\u8fdc\u8fdc\u5927\u4e8eCPU\u3002\u8fd9\u79cd\u5370\u8c61\u6216\u8005\u4f53\u9a8c\u6e90\u4e8eGPU\u7f16\u7a0b\u7684\u4e00\u4e9b\u7279\u5f81\uff0c\u4f8b\u5982\u9488\u5bf9CPU\u7684\u4e32\u884c\u7f16\u7a0b\u7b26\u5408\u4eba\u7c7b\u7684\u903b\u8f91\u601d\u7ef4\u7279\u5f81\uff0c\u800c\u9488\u5bf9GPU\u7684\u7f16\u7a0b\u66f4\u591a\u7684\u662f\u4ee5\u5e76\u884c\u7f16\u7a0b\u4e3a\u4e3b\uff1b\u540c\u65f6\u4e32\u884c\u7f16\u7a0b\u6a21\u578b\u5df2\u7ecf\u975e\u5e38\u6210\u719f\uff0c\u5728\u8fd9\u79cd\u6a21\u578b\u4e0b\uff0c\u5904\u7406\u5668\u5c06\u4e00\u4e9b\u5e76\u884c\u7279\u5f81\u9690\u85cf\u5728\u786c\u4ef6\u7ea7\u522b\uff0c\u4f7f\u7f16\u8bd1\u5668\u80fd\u591f\u5bf9\u5e76\u884c\u7f16\u7a0b\u8fdb\u884c\u9ad8\u5ea6\u62bd\u8c61\uff0c\u6240\u4ee5\u7a0b\u5e8f\u5458\u4e0d\u9700\u8981\u53bb\u4e86\u89e3\u5904\u7406\u5668\u67b6\u6784\u7684\u4e00\u4e9b\u77e5\u8bc6\uff0c\u7136\u800c\u9488\u5bf9GPU\u7684\u5e76\u884c\u7f16\u7a0b\u4ecd\u7136\u4f9d\u8d56\u4e8e\u7a0b\u5e8f\u5458\u5bf9\u786c\u4ef6\u77e5\u8bc6\u6709\u4e00\u5b9a\u7684\u4e86\u89e3\uff08\u4f8b\u5982GPU\u4f7f\u7528\u53d7\u7a0b\u5e8f\u5458\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\uff0c\u800c\u4e0d\u662f\u5b8c\u5168\u57fa\u4e8e\u786c\u4ef6\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\uff0c\u8fd8\u6709\u6570\u636e\u7684\u5bf9\u9f50\u4ee5\u53ca\u5185\u5b58\u5408\u5e76\u7b49\u6982\u5ff5\uff09\uff0c\u624d\u80fd\u591f\u5145\u5206\u63d0\u9ad8\u5e76\u884c\u8ba1\u7b97\u7684\u6548\u7387\uff1b\u53e6\u5916\uff0cGPU\u5e76\u6ca1\u6709\u72ec\u7acb\u7684\u7f16\u7a0b\u6a21\u578b\uff0c\u5b83\u901a\u5e38\u662f\u548cCPU\u4e00\u8d77\u5f62\u6210\u4e00\u4e2a\u975e\u5bf9\u7b49\u7684\u591a\u5904\u7406\u5668\u67b6\u6784\uff0c\u5f00\u53d1\u8005\u9700\u8981\u901a\u8fc7CPU\u6765\u8c03\u5ea6\u548c\u7ba1\u7406GPU\u8bbe\u5907\uff0c\u5185\u5b58\uff0c\u4ee5\u53ca\u7ba1\u7406\u8fd9\u4e9b\u8bbe\u5907\u5185\u7684\u5404\u79cd\u72b6\u6001\u7b49\u7b49\u3002",source:"@site/docs/2-hardware/3-gpu.md",sourceDirName:"2-hardware",slug:"/hardware/gpu",permalink:"/docs/hardware/gpu",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/2-hardware/3-gpu.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704510811,formattedLastUpdatedAt:"Jan 6, 2024",sidebarPosition:3,frontMatter:{title:"2.3 GPU\u5e76\u884c\u8ba1\u7b97\u67b6\u6784"},sidebar:"tutorialSidebar",previous:{title:"2.2 \u5e76\u884c\u8ba1\u7b97\u67b6\u6784",permalink:"/docs/hardware/parallel-computing"},next:{title:"4 \u7740\u8272\u7ba1\u7ebf",permalink:"/docs/shading/"}},c={},h=[{value:"\u4e3a\u4ec0\u4e48\u9700\u8981\u53e6\u5916\u4e00\u4e2a\u5e76\u884c\u8ba1\u7b97\u67b6\u6784",id:"\u4e3a\u4ec0\u4e48\u9700\u8981\u53e6\u5916\u4e00\u4e2a\u5e76\u884c\u8ba1\u7b97\u67b6\u6784",level:3},{value:"\u5185\u5b58\u7ed3\u6784",id:"\u5185\u5b58\u7ed3\u6784",level:3},{value:"\u5168\u5c40\u5185\u5b58",id:"\u5168\u5c40\u5185\u5b58",level:4},{value:"\u5e38\u91cf/\u7eb9\u7406\u5185\u5b58",id:"\u5e38\u91cf\u7eb9\u7406\u5185\u5b58",level:4},{value:"\u5171\u4eab\u7f13\u5b58",id:"\u5171\u4eab\u7f13\u5b58",level:4},{value:"\u5bc4\u5b58\u5668",id:"\u5bc4\u5b58\u5668",level:4},{value:"\u56fe\u5f62\u5904\u7406\u5668\u67b6\u6784",id:"\u56fe\u5f62\u5904\u7406\u5668\u67b6\u6784",level:3},{value:"\u5ef6\u8fdf\u9690\u85cf",id:"sec-rp-latency",level:3},{value:"\u5168\u5c40\u5185\u5b58\u8bbf\u95ee\u7684\u5408\u5e76",id:"\u5168\u5c40\u5185\u5b58\u8bbf\u95ee\u7684\u5408\u5e76",level:3},{value:"\u5206 \u652f",id:"\u5206-\u652f",level:4}];function d(s){const e={annotation:"annotation",code:"code",h3:"h3",h4:"h4",math:"math",mi:"mi",mn:"mn",mo:"mo",mrow:"mrow",msup:"msup",p:"p",pre:"pre",semantics:"semantics",span:"span",...(0,i.a)(),...s.components},{Figure:n}=e;return n||function(s,e){throw new Error("Expected "+(e?"component":"object")+" `"+s+"` to be defined: you likely forgot to import, pass, or provide it.")}("Figure",!0),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(e.p,{children:"\u5bf9\u4e8e\u4e60\u60ef\u4e8e\u9488\u5bf9CPU\u8fdb\u884c\u4e32\u884c\u7f16\u7a0b\u7684\u7a0b\u5e8f\u5458\u6765\u8bb2\uff0c\u56fe\u5f62\u5904\u7406\u5668\uff08Graphics Processing Unit\uff0cGPU\uff09\u603b\u662f\u900f\u7740\u4e00\u5c42\u795e\u79d8\u7684\u9762\u7eb1\uff0c\u751a\u81f3\u5bf9\u4e8e\u5f88\u591a\u7a0b\u5e8f\u5458\uff0c\u4ed6\u4eec\u4f1a\u8ba4\u4e3a\u9488\u5bf9GPU\u7f16\u7a0b\u5b66\u4e60\u7684\u96be\u5ea6\u8981\u8fdc\u8fdc\u5927\u4e8eCPU\u3002\u8fd9\u79cd\u5370\u8c61\u6216\u8005\u4f53\u9a8c\u6e90\u4e8eGPU\u7f16\u7a0b\u7684\u4e00\u4e9b\u7279\u5f81\uff0c\u4f8b\u5982\u9488\u5bf9CPU\u7684\u4e32\u884c\u7f16\u7a0b\u7b26\u5408\u4eba\u7c7b\u7684\u903b\u8f91\u601d\u7ef4\u7279\u5f81\uff0c\u800c\u9488\u5bf9GPU\u7684\u7f16\u7a0b\u66f4\u591a\u7684\u662f\u4ee5\u5e76\u884c\u7f16\u7a0b\u4e3a\u4e3b\uff1b\u540c\u65f6\u4e32\u884c\u7f16\u7a0b\u6a21\u578b\u5df2\u7ecf\u975e\u5e38\u6210\u719f\uff0c\u5728\u8fd9\u79cd\u6a21\u578b\u4e0b\uff0c\u5904\u7406\u5668\u5c06\u4e00\u4e9b\u5e76\u884c\u7279\u5f81\u9690\u85cf\u5728\u786c\u4ef6\u7ea7\u522b\uff0c\u4f7f\u7f16\u8bd1\u5668\u80fd\u591f\u5bf9\u5e76\u884c\u7f16\u7a0b\u8fdb\u884c\u9ad8\u5ea6\u62bd\u8c61\uff0c\u6240\u4ee5\u7a0b\u5e8f\u5458\u4e0d\u9700\u8981\u53bb\u4e86\u89e3\u5904\u7406\u5668\u67b6\u6784\u7684\u4e00\u4e9b\u77e5\u8bc6\uff0c\u7136\u800c\u9488\u5bf9GPU\u7684\u5e76\u884c\u7f16\u7a0b\u4ecd\u7136\u4f9d\u8d56\u4e8e\u7a0b\u5e8f\u5458\u5bf9\u786c\u4ef6\u77e5\u8bc6\u6709\u4e00\u5b9a\u7684\u4e86\u89e3\uff08\u4f8b\u5982GPU\u4f7f\u7528\u53d7\u7a0b\u5e8f\u5458\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\uff0c\u800c\u4e0d\u662f\u5b8c\u5168\u57fa\u4e8e\u786c\u4ef6\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\uff0c\u8fd8\u6709\u6570\u636e\u7684\u5bf9\u9f50\u4ee5\u53ca\u5185\u5b58\u5408\u5e76\u7b49\u6982\u5ff5\uff09\uff0c\u624d\u80fd\u591f\u5145\u5206\u63d0\u9ad8\u5e76\u884c\u8ba1\u7b97\u7684\u6548\u7387\uff1b\u53e6\u5916\uff0cGPU\u5e76\u6ca1\u6709\u72ec\u7acb\u7684\u7f16\u7a0b\u6a21\u578b\uff0c\u5b83\u901a\u5e38\u662f\u548cCPU\u4e00\u8d77\u5f62\u6210\u4e00\u4e2a\u975e\u5bf9\u7b49\u7684\u591a\u5904\u7406\u5668\u67b6\u6784\uff0c\u5f00\u53d1\u8005\u9700\u8981\u901a\u8fc7CPU\u6765\u8c03\u5ea6\u548c\u7ba1\u7406GPU\u8bbe\u5907\uff0c\u5185\u5b58\uff0c\u4ee5\u53ca\u7ba1\u7406\u8fd9\u4e9b\u8bbe\u5907\u5185\u7684\u5404\u79cd\u72b6\u6001\u7b49\u7b49\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u867d\u7136\u672c\u4e66\u7684\u5185\u5bb9\u4e3b\u8981\u53ea\u662f\u6d89\u53caGPU\u56fe\u5f62\u6e32\u67d3\u7ba1\u7ebf\u7684\u8fd0\u7528\uff0c\u800c\u5e76\u4e0d\u662f\u66f4\u5e7f\u4e49\u4e0a\u7684GPU\u5e76\u884c\u7f16\u7a0b\uff0c\u7136\u800c\u7406\u89e3\u56fe\u5f62\u5904\u7406\u5668\u67b6\u6784\u5bf9\u4e8e\u771f\u6b63\u7684\u56fe\u5f62\u7a0b\u5e8f\u5f00\u53d1\u8005\u4ecd\u7136\u662f\u5fc5\u4e0d\u53ef\u5c11\u7684\u77e5\u8bc6\uff0c\u5b83\u6709\u52a9\u4e8e\u6211\u4eec\u66f4\u6df1\u523b\u5730\u7406\u89e3\u56fe\u5f62\u63a5\u53e3\u4ee5\u53ca\u66f4\u597d\u5730\u8fd0\u7528\u5b83\u4eec\u3002\u6240\u4ee5\u672c\u8282\u5c06\u4f1a\u8be6\u7ec6\u8ba8\u8bbaGPU\u67b6\u6784\u76f8\u5173\u7684\u5404\u79cd\u77e5\u8bc6\uff0c\u5e26\u7740\u8fd9\u4e9b\u77e5\u8bc6\uff0c\u6211\u4eec\u5c06\u4f1a\u5728\u4e0b\u4e00\u7ae0\u66f4\u597d\u5730\u7406\u89e3\u56fe\u5f62\u6e32\u67d3\u7ba1\u7ebf\u3002\u9700\u8981\u6ce8\u610f\u7684\u662f\uff0c\u672c\u7ae0\u7684\u5185\u5bb9\u4e3b\u8981\u56f4\u7ed5Nvidia\u7684GPU\u5904\u7406\u5668\u4ea7\u54c1\u8fdb\u884c\u4ecb\u7ecd\uff0c\u7136\u800c\u5927\u591a\u6570\u73b0\u4ee3\u56fe\u5f62\u5904\u7406\u5668\u7684\u67b6\u6784\u662f\u76f8\u4f3c\u7684\u3002"}),"\n",(0,a.jsx)(e.h3,{id:"\u4e3a\u4ec0\u4e48\u9700\u8981\u53e6\u5916\u4e00\u4e2a\u5e76\u884c\u8ba1\u7b97\u67b6\u6784",children:"\u4e3a\u4ec0\u4e48\u9700\u8981\u53e6\u5916\u4e00\u4e2a\u5e76\u884c\u8ba1\u7b97\u67b6\u6784"}),"\n",(0,a.jsx)(e.p,{children:"\u4e3a\u4e86\u66f4\u597d\u5730\u7406\u89e3GPU\u67b6\u6784\uff0c\u672c\u8282\u4e0d\u4f1a\u76f4\u63a5\u7ed9\u51faGPU\u7684\u67b6\u6784\uff0c\u7136\u540e\u8bb2\u8ff0\u5176\u5bf9\u5e94\u7684\u529f\u80fd\uff0c\u800c\u662f\u9009\u62e9\u9996\u5148\u8bb2\u8ff0\u5b83\u7684\u6765\u7531\uff0c\u901a\u8fc7\u5bf9\u8fd9\u4e9b\u5ba2\u89c2\u6761\u4ef6\u7684\u7406\u89e3\uff0c\u80fd\u591f\u5e2e\u52a9\u6211\u4eec\u66f4\u597d\u5730\u7406\u89e3GPU\u67b6\u6784\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u7531\u524d\u9762\u7684\u5185\u5bb9\u53ef\u77e5\uff0c\u591a\u5904\u7406\u5668\u67b6\u6784\u5b8c\u5168\u80fd\u591f\u652f\u6301\u5e76\u884c\u8ba1\u7b97\uff0c\u4f8b\u5982\u5b83\u5c06\u76f8\u540c\u7684\u7a0b\u5e8f\u53d1\u9001\u81f3\u591a\u4e2a\u5904\u7406\u5668\u6216\u7ebf\u7a0b\u6267\u884c\uff0c\u5e76\u5206\u522b\u8d4b\u4e88\u76f8\u5e94\u7684\u5904\u7406\u6570\u636e\uff0c\u4e3a\u4e86\u652f\u6301\u66f4\u5927\u7684\u5e76\u884c\u6027\uff0c\u6211\u4eec\u53ef\u4ee5\u4f7f\u7528\u66f4\u591a\u7684\u5904\u7406\u5668\u3002\u90a3\u4e48\u8fd9\u6837\u505a\u5b58\u5728\u7684\u95ee\u9898\u662f\u4ec0\u4e48\uff1f"}),"\n",(0,a.jsx)(e.p,{children:"\u4f7f\u7528\u4e00\u822c\u7684\u591a\u5904\u7406\u5668\u67b6\u6784\u6765\u6267\u884c\u5927\u89c4\u6a21\u5e76\u884c\u8ba1\u7b97\u7684\u9650\u5236\u6b63\u6765\u6e90\u4e8e\u9488\u5bf9\u4e32\u884c\u8ba1\u7b97\u4f18\u5316\u7684\u7f13\u5b58\u7cfb\u7edf\uff0c\u7531\u4e8e\u5904\u7406\u5668\u65f6\u949f\u548c\u4e3b\u5185\u5b58\u8bfb\u53d6\u901f\u5ea6\u4e4b\u95f4\u7684\u5de8\u5927\u5dee\u5f02\u5bfc\u81f4\u6570\u636e\u8bfb\u53d6\u7684\u5de8\u5927\u5ef6\u8fdf\uff0c\u7f13\u5b58\u7cfb\u7edf\u901a\u8fc7\u5145\u5206\u5229\u7528\u5c40\u90e8\u6027\u539f\u7406\u9884\u53d6\u6307\u4ee4\u6216\u6570\u636e\uff0c\u5927\u5927\u51cf\u5c11\u4e86\u5bf9\u6570\u636e\u8bfb\u53d6\u5bfc\u81f4\u5ef6\u8fdf\u7684\u4e0d\u5fc5\u8981\u7684\u7b49\u5f85\uff0c\u4ee5\u4fdd\u8bc1\u4e32\u884c\u7a0b\u5e8f\u7684\u9ad8\u6548\u6267\u884c\u3002\u7136\u800c\uff0c\u9ad8\u901f\u7f13\u5b58\u7cfb\u7edf\u7684\u6210\u672c\u975e\u5e38\u9ad8\uff0c\u5e76\u4e14\u5360\u636e\u82af\u7247\u5f88\u5927\u7684\u7a7a\u95f4\uff0c\u64cd\u4f5c\u6570\u4ece\u4e3b\u5185\u5b58\u5230ALU\u4e4b\u95f4\u7684\u4f20\u8f93\u9700\u8981\u8017\u8d39\u5927\u91cf\u7684\u7535\u80fd\uff0c\u8fd9\u4e9b\u56e0\u7d20\u4f7f\u5f97\u57fa\u4e8e\u7f13\u5b58\u7684\u5904\u7406\u5668\u7cfb\u7edf\u5f88\u96be\u6269\u5f20\u4ee5\u5e94\u4ed8\u5927\u89c4\u6a21\u7684\u5e76\u884c\u8ba1\u7b97\u3002\u76f8\u53cd\uff0c\u4ece\u8bbe\u8ba1\u5904\u7406\u5668\u8fc7\u7a0b\u7684\u6210\u672c\u6765\u8bb2\uff0c\u8ba1\u7b97\u5355\u5143ALU\u5219\u662f\u5f88\u4fbf\u5b9c\u7684\uff0c\u5b83\u4eec\u80fd\u591f\u4ee5\u5f88\u9ad8\u7684\u901f\u5ea6\u8fd0\u884c\uff0c\u6d88\u8017\u5f88\u5c0f\u7684\u7535\u80fd\u5e76\u5360\u636e\u5f88\u5c11\u7684\u7269\u7406\u7845\u7247\u7a7a\u95f4\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u6240\u4ee5\uff0c\u5f88\u660e\u663e\u7684\u95ee\u9898\u662f\uff0c\u4e3a\u4e86\u6ee1\u8db3\u5927\u89c4\u6a21\u5e76\u884c\u8ba1\u7b97\uff0c\u6211\u4eec\u9700\u8981\u4e00\u4e9b\u65b0\u7684\u601d\u8def\u6765\u53d6\u4ee3\u7f13\u5b58\u7cfb\u7edf\u7684\u529f\u80fd\u53ca\u4f5c\u7528\uff0c\u7406\u89e3\u8fd9\u4e2a\u65b0\u7cfb\u7edf\u7684\u7279\u70b9\u53ca\u673a\u5236\u662f\u7406\u89e3GPU\u67b6\u6784\u7684\u5173\u952e\u3002"}),"\n",(0,a.jsx)(e.h3,{id:"\u5185\u5b58\u7ed3\u6784",children:"\u5185\u5b58\u7ed3\u6784"}),"\n",(0,a.jsx)(e.p,{children:"GPU\u67b6\u6784\u548cCPU\u7684\u6700\u5927\u4e0d\u540c\u5728\u5185\u5b58\u7cfb\u7edf\u4e0a\uff0cCPU\u4e3a\u4e86\u6700\u5927\u9650\u5ea6\u5730\u51cf\u5c11\u7a0b\u5e8f\u5458\u5bf9\u5185\u5b58\u7684\u5173\u5fc3\uff0c\u4f7f\u7528\u4e00\u79cd\u79f0\u4e3a\u786c\u4ef6\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\uff0c\u5728\u8fd9\u79cd\u6a21\u578b\u4e2d\uff0c\u7f13\u5b58\u7cfb\u7edf\u81ea\u52a8\u6839\u636e\u5c40\u90e8\u6027\u7279\u5f81\u83b7\u53d6\u5f53\u524d\u6b63\u5728\u6267\u884c\u6307\u4ee4\u9644\u8fd1\u7684\u6307\u4ee4\u4ee5\u53ca\u5f53\u524d\u6b63\u5728\u5904\u7406\u6570\u636e\u9644\u8fd1\u7684\u6570\u636e\uff0c\u5e76\u5728\u6307\u4ee4\u5c06\u8ba1\u7b97\u7ed3\u679c\u5199\u5165\u5230\u5bc4\u5b58\u5668\u4e4b\u540e\u81ea\u52a8\u5c06\u5176\u5199\u5165\u5230\u7f13\u5b58\u7cfb\u7edf\uff0c\u4ee5\u53ca\u66f4\u65b0\u591a\u5904\u7406\u5668\u67b6\u6784\u4e2d\u5176\u4ed6\u5904\u7406\u5668\u7684\u7f13\u5b58\u3002\u6240\u6709\u8fd9\u4e9b\u64cd\u4f5c\u90fd\u662f\u786c\u4ef6\u81ea\u52a8\u5b8c\u6210\u7684\uff0c\u7a0b\u5e8f\u5458\u5b8c\u5168\u4e0d\u9700\u8981\u5173\u5fc3\u5176\u4e2d\u7684\u8fc7\u7a0b\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u7136\u800c\u6211\u4eec\u5df2\u7ecf\u77e5\u9053\u7f13\u5b58\u7cfb\u7edf\u7684\u6210\u672c\u975e\u5e38\u9ad8\uff0c\u4ee5\u81f3\u4e8e\u4e0d\u9002\u7528\u4e8e\u5927\u89c4\u6a21\u7684\u5e76\u884c\u8ba1\u7b97\uff0c\u5728\u5927\u89c4\u6a21\u5e76\u884c\u8ba1\u7b97\u4e2d\uff0c\u7a0b\u5e8f\u8981\u5904\u7406\u7684\u6570\u636e\u96c6\u7684\u5927\u5c0f\u901a\u5e38\u8981\u6570\u500d\u4e8e\u4e00\u822c\u7684\u4e32\u884c\u7a0b\u5e8f\uff0c\u6211\u4eec\u6839\u672c\u4e0d\u53ef\u80fd\u901a\u8fc7\u6269\u5c55\u7f13\u5b58\u7cfb\u7edf\u6765\u6ee1\u8db3\u5927\u89c4\u6a21\u8ba1\u7b97\u7684\u9700\u6c42\uff0c\u90a3\u6837\u5c06\u5bfc\u81f4\u5de8\u5927\u7684\u6210\u672c\u3002\u5e76\u4e14\u5e76\u884c\u7a0b\u5e8f\u901a\u5e38\u6709\u6570\u5343\u4e2a\u7ebf\u7a0b\u540c\u65f6\u8fd0\u884c\uff0c\u5927\u591a\u6570\u7ebf\u7a0b\u4e4b\u95f4\u90fd\u662f\u72ec\u7acb\u7684\uff0c\u5982\u679c\u6bcf\u4e2a\u7ebf\u7a0b\u7684\u4e2d\u95f4\u8ba1\u7b97\u7ed3\u679c\u90fd\u9700\u8981\u5199\u56de\u7f13\u5b58\u751a\u81f3\u4e3b\u5185\u5b58\uff0c\u8fd9\u4e5f\u5c06\u662f\u4e00\u7b14\u5de8\u5927\u7684\u6d6a\u8d39\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u6240\u4ee5\uff0cGPU\u4f7f\u7528\u7684\u662f\u4e00\u79cd\u79f0\u4e3a\u7a0b\u5e8f\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\uff0c\u5373\u6570\u636e\u7684\u5b58\u653e\u5730\u70b9\u7531\u7a0b\u5e8f\u5458\u51b3\u5b9a\uff0c\u56e0\u6b64\u5b83\u8981\u6c42\u7a0b\u5e8f\u5458\u9700\u8981\u5bf9GPU\u5185\u5b58\u7ed3\u6784\u6709\u4e00\u5b9a\u7684\u4e86\u89e3\u3002\u7136\u800c\uff0c\u7531\u4e8eGPU\u786c\u4ef6\u4e0d\u5305\u542b\u81ea\u52a8\u5b8c\u6210\u6570\u636e\u66ff\u6362\u7684\u903b\u8f91\uff0c\u56e0\u6b64\u5b83\u4e5f\u53ef\u4ee5\u51cf\u5c11\u4e00\u90e8\u5206\u82af\u7247\u7684\u9762\u79ef\u4ee5\u53ca\u80fd\u8017\u4ee5\u5bb9\u7eb3\u66f4\u591a\u7684\u8ba1\u7b97\u5355\u5143\u3002"}),"\n",(0,a.jsx)(n,{id:"f:rp-sm",num:"1",caption:"NVIDIA\u7cfb\u5217GPU\u7684\u5185\u5b58\u7ed3\u6784\uff0c\u5b83\u5305\u542b\u5bc4\u5b58\u5668\uff0c\u5171\u4eab\u5185\u5b58\uff0c\u5e38\u91cf/\u7eb9\u7406\u5185\u5b58\u4ee5\u53ca\u5168\u5c40\u5185\u5b58\u3002\u4e0eCPU\u7684\u57fa\u4e8e\u786c\u4ef6\u7684\u7f13\u5b58\u6a21\u578b\u4e0d\u540c\u7684\u662f\uff0cGPU\u4f7f\u7528\u7684\u662f\u57fa\u4e8e\u7a0b\u5e8f\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\uff0c\u5373\u6570\u636e\u7684\u5b58\u653e\u4f4d\u7f6e\u53ef\u4ee5\u7531\u7a0b\u5e8f\u6765\u63a7\u5236",children:(0,a.jsx)("img",{src:"/img/figures/rp/sm.png",width:"600"})}),"\n",(0,a.jsx)(e.p,{children:"\u56fe\uff081\uff09\u8868\u793a\u7684\u662f\u4e00\u4e2aGPU\u5185\u7684\u5185\u5b58\u7ed3\u6784\uff0c\u5176\u4e2d\u6d41\u5904\u7406\u5668\u65cf\uff08Stream multiprocessor\uff0cSM\uff09\u76f8\u5f53\u4e8e\u4e00\u4e2aCPU\u6838\uff0c\u6bcf\u4e2aSM\u5185\u90e8\u6709\u591a\u4e2a\u6d41\u5904\u7406\u5668\uff08Stream processor\uff0cSP\uff09\uff0c\u6bcf\u4e2aSP\u7528\u4e8e\u6267\u884c\u5e76\u884c\u8ba1\u7b97\u4e2d\u7684\u4e00\u4e2a\u72ec\u7acb\u7684\u7ebf\u7a0b\uff0c\u6211\u4eec\u5c06\u5728\u540e\u9762\u8be6\u7ec6\u8bb2\u8ff0\u8fd9\u4e9b\u6982\u5ff5\u3002GPU\u4e2d\u7684\u5185\u5b58\u5206\u4e3a4\u79cd\uff1a\u5bc4\u5b58\u5668\uff0c\u5171\u4eab\u5185\u5b58\uff0c\u5e38\u91cf/\u7eb9\u7406\u5185\u5b58\u4ee5\u53ca\u5168\u5c40\u5185\u5b58\uff0c\u6bcf\u79cd\u5b58\u50a8\u7c7b\u578b\u7684\u5e26\u5bbd\u548c\u5ef6\u8fdf\u662f\u4e0d\u540c\u7684\uff0c\u5982\u8868\uff081\uff09\u6240\u793a\u3002"}),"\n",(0,a.jsx)(e.p,{children:"| \u5b58\u50a8\u7c7b\u578b|\u5bc4\u5b58\u5668|\u5171\u4eab\u5185\u5b58|\u7eb9\u7406/\u5e38\u91cf\u5185\u5b58|\u5168\u5c40\u5185\u5b58 |"}),"\n",(0,a.jsx)(e.p,{children:"| \u5e26|\u7ea68TB/s|\u7ea61.5TB/s|\u7ea6200MB/s|\u7ea6200MB/s|\r\n| \u5ef6\u8fdf|1\u4e2a\u5468\u671f|1-32\u4e2a\u5468\u671f|400-600\u4e2a\u5468\u671f|400-600\u4e2a\u5468\u671f|"}),"\n",(0,a.jsx)("p",{id:"t:rp-gpu-memory",children:"\u8868\uff081\uff09: GPU\u4e2d\u4e0d\u540c\u5b58\u50a8\u7c7b\u578b\u7684\u5e26\u5bbd\u548c\u5ef6\u8fdf\u65f6\u95f4"}),"\n",(0,a.jsx)(e.h4,{id:"\u5168\u5c40\u5185\u5b58",children:"\u5168\u5c40\u5185\u5b58"}),"\n",(0,a.jsx)(e.p,{children:"\u56fe\u5f62\u5904\u7406\u5668\u53c8\u79f0\u4e3a\u52a0\u901f\u5361\uff0c\u5b83\u662f\u8ba1\u7b97\u673a\u7cfb\u7edf\u7684\u4e00\u79cd\u9644\u5c5e\u8bbe\u5907\uff0c\u5b83\u4e0d\u80fd\u72ec\u7acb\u8fd0\u884c\uff0c\u5fc5\u987b\u501f\u52a9\u4e8eCPU\u624d\u80fd\u53d1\u6325\u4f5c\u7528\u3002\u6240\u4ee5\u901a\u5e38\u4e00\u4e2aGPU\u5e94\u7528\u7a0b\u5e8f\u5305\u542b\u4e00\u4e2aCPU\u5bbf\u4e3b\u7a0b\u5e8f\uff0c\u4ee5\u53ca\u4e00\u4e9bGPU\u5185\u6838\u51fd\u6570\uff0c\u5f53\u7a0b\u5e8f\u8fd0\u884c\u65f6\uff0c\u5bbf\u4e3b\u7a0b\u5e8f\u5c06\u8fd9\u4e9bGPU\u5185\u6838\u51fd\u6570\u6307\u4ee4\u53ca\u76f8\u5173\u7684\u6570\u636e\u5206\u53d1\u5230GPU\u8bbe\u5907\u4e0a\u8ba1\u7b97\uff0c\u7136\u540e\u4eceGPU\u5185\u5b58\u4e2d\u53d6\u56de\u8ba1\u7b97\u7ed3\u679c\u3002"}),"\n",(0,a.jsxs)(e.p,{children:["GPU\u62e5\u6709\u81ea\u5df1\u72ec\u7acb\u7684\u5185\u5b58\uff0c\u6240\u4ee5\u5bbf\u4e3b\u7a0b\u5e8f\u9700\u8981\u5c06\u6570\u636e\u4eceCPU\u4f20\u8f93\u5230GPU\u4ee5\u8fdb\u884c\u8ba1\u7b97\u3002\u901a\u5e38GPU\u8bbe\u5907\u90fd\u662f\u901a\u8fc7PCI-E\uff08Peripheral Communications Interconnect Express\uff09\u603b\u7ebf\u4e0e\u5904\u7406\u5668\u76f8\u8fde\uff0c\u5982\u56fe\uff082\uff09\u6240\u793a\uff0c\u76ee\u524dPCI-E 3.0\u7684\u4f20\u8f93\u901f\u7387\u4e3a8GB/s\u3002PCI-E\u662f\u5168\u53cc\u5de5\u603b\u7ebf\uff0c\u8fd9\u610f\u5473\u7740\u6570\u636e\u7684\u4f20\u5165\u548c\u4f20\u51fa\u53ef\u4ee5\u540c\u65f6\u8fdb\u884c\u5e76\u4eab\u6709\u540c\u6837\u7684\u901f\u7387\uff0c\u4e5f\u5c31\u662f\u8bf4\u6211\u4eec\u5728\u4ee58GB/s\u7684\u901f\u5ea6\u5411GPU\u5361\u4f20\u9001\u6570\u636e\u7684\u540c\u65f6\uff0c\u8fd8\u80fd\u591f\u4ee58GB/s\u7684\u901f\u5ea6\u4eceGPU\u5361\u63a5\u53d7\u6570\u636e\uff08\u7136\u800c\u5b9e\u9645\u4e0a\u6570\u636e\u5728CPU\u548cGPU\u5185\u5b58\u4e4b\u95f4\u7684\u4f20\u8f93\u8fd8\u4f1a\u7ecf\u5386\u4e00\u4e9b\u4f4e\u901f\u7684\u524d\u7aef\u603b\u7ebf\uff0c\u6240\u4ee5\u5b9e\u9645\u4e0a\u5e76\u4e0d\u80fd\u8fbe\u52308GB/s\u8fd9\u4e48\u9ad8\u7684\u901f\u7387\u3002\u4e0d\u8fc7Nvidia\u5728\u5176\u6700\u65b0\u7684Pascal\u5904\u7406\u5668\u67b6\u6784[cite a",":PascalArchitectureWhitepaper","]\u4e2d\u4f7f\u7528\u4e86\u4e00\u79cd\u65b0\u7684\u76f4\u8fde\u6280\u672fNvlink\uff0c\u5b83\u53ef\u4ee5\u4f7fGPU\u4e4b\u95f4\u901a\u8fc7Nvlink\u800c\u4e0d\u662fPCI-E\u8fde\u63a5\uff0c\u5176\u53ef\u4ee5\u63d0\u9ad8GPU-GPU\u4e4b\u95f4\u9ad8\u8fbe160GB/s\u7684\u4f20\u8f93\u901f\u5ea6\u3002\u5982\u679c\u5904\u7406\u5668\u672c\u8eab\u652f\u6301Nvlink\u6280\u672f\uff08\u4f8b\u5982IBM\u7684POWER8\u5904\u7406\u5668\uff09\uff0c\u5176\u8fd8\u53ef\u4ee5\u63d0\u4f9b\u76f8\u540c\u7684CPU-GPU\u4e4b\u95f4\u7684\u4f20\u8f93\u901f\u5ea6\u3002\uff09\u3002\u7136\u800c\uff0c\u8fd9\u5e76\u4e0d\u610f\u5473\u7740\u5982\u679c\u4e0d\u63a5\u53d7\u6570\u636e\uff0c\u6211\u4eec\u5c31\u53ef\u4ee5\u4ee516GB/s\u7684\u901f\u5ea6\u5411GPU\u5361\u4f20\u9001\u6570\u636e\u3002"]}),"\n",(0,a.jsx)(n,{id:"f:rp-pci-e",num:"2",caption:"\u5728\u4e00\u822c\u7684\u5904\u7406\u5668\u67b6\u6784\u4e2d\uff0cGPU\u901a\u8fc7PCI-E\u603b\u7ebf\u4e0eCPU\u8054\u901a",children:(0,a.jsx)("img",{src:"/img/figures/rp/pci-e.png",width:"600"})}),"\n",(0,a.jsx)(e.p,{children:"GPU\u4e2d\u7684\u4e3b\u5185\u5b58\u79f0\u4e3a\u5168\u5c40\u5185\u5b58\uff0c\u8fd9\u662f\u56e0\u4e3aGPU\u548cCPU\u90fd\u53ef\u4ee5\u5bf9\u5176\u8fdb\u884c\u5199\u64cd\u4f5c\u3002\u5bbf\u4e3b\u7a0b\u5e8f\u8981\u60f3\u5728GPU\u4e0a\u6267\u884c\u8ba1\u7b97\uff0c\u9996\u5148\u5c06CPU\u4e2d\u7684\u6570\u636e\u548c\u6307\u4ee4\u901a\u8fc7PCI-E\u603b\u7ebf\u4f20\u8f93\u81f3GPU\u7684\u5168\u5c40\u5185\u5b58\u4e2d\uff0c\u63a5\u7740GPU\u4e2d\u7684\u5404\u4e2a\u5185\u6838\u7ebf\u7a0b\u4ece\u5168\u5c40\u5185\u5b58\u4e2d\u8bfb\u53d6\u6570\u636e\u5e76\u6267\u884c\u8ba1\u7b97\uff0c\u7136\u540e\u5c06\u8ba1\u7b97\u7ed3\u679c\u5199\u56de\u5230\u5168\u5c40\u5185\u5b58\uff0c\u6700\u540e\u5bbf\u4e3b\u7a0b\u5e8f\u518d\u4eceGPU\u5168\u5c40\u5185\u5b58\u4e2d\u8bfb\u53d6\u6570\u636e\u56deCPU\u4e2d\u3002\u4f8b\u5982\u56fe\u5f62\u6e32\u67d3\u7ba1\u7ebf\u4e2d\u7684\u9876\u70b9\u6570\u7ec4\uff0c\u7eb9\u7406\u6570\u636e\u7b49\uff0c\u5373\u662f\u901a\u8fc7OpenGL\u7b49\u56fe\u5f62\u63a5\u53e3\u5c06CPU\u4e2d\u7684\u9876\u70b9\u6570\u636e\u4f20\u8f93\u5230GPU\u5168\u5c40\u5185\u5b58\u4e2d\uff0c\u53ea\u4e0d\u8fc7\u5728\u56fe\u5f62\u63a5\u53e3\u4e2d\u901a\u5e38\u8fd8\u4f1a\u505a\u4e00\u4e9b\u6570\u636e\u7684\u683c\u5f0f\u8f6c\u6362\uff08\u4f8b\u5982\u5f52\u4e00\u5316\u7b49\uff09\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u7531\u4e8e\u5e76\u884c\u8ba1\u7b97\u6d89\u53ca\u5de8\u5927\u7684\u6570\u636e\u96c6\uff0c\u8fd9\u4e9b\u6570\u636e\u4eceCPU\u5230GPU\u5168\u5c40\u5185\u5b58\u4e4b\u95f4\u7684\u4f20\u8f93\uff0c\u4ee5\u53ca\u5168\u5c40\u5185\u5b58\u5230GPU\u5185\u6838\u51fd\u6570\u7684\u5bc4\u5b58\u5668\u4e4b\u95f4\u7684\u4f20\u8f93\u90fd\u4f1a\u4ea7\u751f\u5927\u91cf\u7684\u5ef6\u8fdf\uff0c\u6240\u4ee5\u5728GPU\u4e2d\u53ef\u4ee5\u4f7f\u7528\u4e00\u79cd\u6bd4\u8f83\u9ad8\u7ea7\u7684\u6d41\u4f20\u8f93\u7684\u6a21\u578b\u6765\u4f7f\u4f20\u8f93\u6570\u636e\u548c\u5185\u6838\u51fd\u6570\u7684\u6267\u884c\u91cd\u53e0\u8fdb\u884c\uff0c\u53c2\u89c1\u672c\u7ae0\u540e\u9762\u7684\u5185\u5bb9\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u5168\u5c40\u5185\u5b58\u662fGPU\u4e2d\u5185\u6838\u51fd\u6570\u8bbf\u95ee\u6700\u6162\u7684\u5185\u5b58\uff0c\u7531\u4e8eGPU\u67b6\u6784\u4f7f\u7528\u7a0b\u5e8f\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\uff0c\u6240\u4ee5\u5185\u6838\u51fd\u6570\u53ef\u4ee5\u9009\u62e9\u4e0d\u9700\u8981\u5c06\u6bcf\u4e2a\u53d8\u91cf\u7684\u4e2d\u95f4\u7ed3\u679c\u90fd\u5199\u56de\u5230\u5168\u5c40\u5185\u5b58\uff0c\u8fd9\u4e9b\u4e2d\u95f4\u6570\u636e\u53ef\u4ee5\u4fdd\u5b58\u5728\u5185\u6838\u51fd\u6570\u6240\u5728\u7684\u6267\u884c\u5355\u5143\u672c\u5730\uff0c\u800c\u7b49\u5230\u5185\u6838\u51fd\u6570\u6267\u884c\u5b8c\u6bd5\u65f6\u624d\u5c06\u672c\u5730\u7684\u6570\u636e\u5199\u56de\u5230\u5168\u5c40\u5185\u5b58\uff0c\u8fd9\u5927\u5927\u8282\u7701\u4e86\u6570\u636e\u5728\u5168\u5c40\u5185\u5b58\u548c\u5185\u6838\u51fd\u6570\u4e4b\u95f4\u7684\u4e0d\u5fc5\u8981\u7684\u4f20\u8f93\u65f6\u95f4\uff1b\u6b64\u5916\uff0c\u4e00\u4e2a\u7ebf\u7a0b\u675f\u7684\u7ebf\u7a0b\u5bf9\u5168\u5c40\u5185\u5b58\u8fde\u7eed\u5730\u5740\u7684\u8bbf\u95ee\u8fd8\u4f1a\u6d89\u53ca\u5408\u5e76\uff0c\u8fd9\u4e9b\u5185\u5bb9\u5c06\u5728\u672c\u7ae0\u540e\u9762\u63cf\u8ff0\u3002"}),"\n",(0,a.jsx)(e.h4,{id:"\u5e38\u91cf\u7eb9\u7406\u5185\u5b58",children:"\u5e38\u91cf/\u7eb9\u7406\u5185\u5b58"}),"\n",(0,a.jsxs)(e.p,{children:["\u5bf9\u4e8e\u5e76\u884c\u8ba1\u7b97\uff0c\u6bcf\u4e2a\u7ebf\u7a0b\u4f7f\u7528\u7684\u6570\u636e\u5927\u90fd\u662f\u76f8\u4e92\u72ec\u7acb\u7684\uff0c\u4f8b\u5982\u5bf9\u4e00\u4e2a\u6570\u7ec4\u8fdb\u884c\u64cd\u4f5c\uff0c\u6bcf\u4e2a\u7ebf\u7a0b\u5206\u522b\u8bfb\u53d6\u6570\u7ec4\u4e2d\u7684\u4e00\u4e2a\u5143\u7d20\u8fdb\u884c\u76f8\u5173\u7684\u8ba1\u7b97\uff0c\u7ebf\u7a0b",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsx)(e.mrow,{children:(0,a.jsx)(e.mi,{children:"i"})}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,a.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.6595em"}}),(0,a.jsx)(e.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u901a\u5e38\u4e0d\u9700\u8981\u6570\u7ec4\u4e2d\u9664",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsx)(e.mrow,{children:(0,a.jsx)(e.mi,{children:"i"})}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"i"})]})})}),(0,a.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.6595em"}}),(0,a.jsx)(e.span,{className:"mord mathnormal",children:"i"})]})})]}),"\u4e4b\u5916\u7684\u5143\u7d20\u6570\u636e\u3002\u8fd9\u6837\u7684\u6570\u636e\u53ef\u4ee5\u76f4\u63a5\u5b58\u653e\u5728\u5168\u5c40\u5185\u5b58\u4e2d\uff0c\u7ebf\u7a0b\u6267\u884c\u65f6\u5185\u6838\u51fd\u6570\u76f4\u63a5\uff08\u4e0d\u7ecf\u8fc7\u7f13\u5b58\u7cfb\u7edf\uff09\u5411\u5168\u5c40\u5185\u5b58\u8bf7\u6c42\uff0c\u5982\u679c\u76f8\u90bb\u7ebf\u7a0b\u8bf7\u6c42\u7684\u6570\u636e\u5730\u5740\u662f\u8fde\u7eed\u7684\uff0c\u5b83\u4eec\u53ef\u4ee5\u88ab\u5408\u5e76\u4f7f\u5176\u53ea\u6709\u4e00\u6b21\u5185\u5b58\u8bf7\u6c42\uff0c\u518d\u7ed3\u5408\u540e\u9762\u7684\u5ef6\u8fdf\u9690\u85cf\u6280\u672f\uff0c\u53ef\u4ee5\u63d0\u4f9b\u6bd4\u8f83\u9ad8\u7684\u8ba1\u7b97\u6548\u7387\u3002"]}),"\n",(0,a.jsx)(e.p,{children:"\u7136\u800c\uff0c\u5bf9\u4e8e\u53e6\u5916\u5c11\u91cf\u53ef\u4ee5\u88ab\u591a\u4e2a\u7ebf\u7a0b\u968f\u673a\u8bbf\u95ee\u7684\u6570\u636e\uff0c\u5e76\u4e14\u591a\u4e2a\u7ebf\u7a0b\u53ef\u4ee5\u8bbf\u95ee\u540c\u4e00\u4e2a\u6570\u636e\uff0c\u8fd9\u6837\u7684\u6570\u636e\u4f7f\u7528\u5168\u5c40\u5185\u5b58\u5b58\u50a8\uff0c\u7136\u540e\u76f4\u63a5\u88ab\u5185\u6838\u51fd\u6570\u8bbf\u95ee\u5219\u6548\u7387\u4e0d\u9ad8\u3002\u6240\u4ee5GPU\u63d0\u4f9b\u53e6\u5916\u4e00\u79cd\u5185\u5b58\u7ed3\u6784\u7528\u6765\u5b58\u50a8\u8fd9\u7c7b\u53ef\u4ee5\u88ab\u968f\u673a\u8bbf\u95ee\u7684\u6570\u636e\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u5e38\u91cf\u4ee5\u53ca\u7eb9\u7406\u5185\u5b58\u5176\u5b9e\u53ea\u662f\u5168\u5c40\u5185\u5b58\u7684\u4e00\u79cd\u865a\u62df\u5730\u5740\u5f62\u5f0f\uff0cGPU\u5e76\u6ca1\u6709\u7279\u6b8a\u4fdd\u7559\u7684\u5e38\u91cf/\u7eb9\u7406\u5185\u5b58\uff0c\u4f46\u662f\u5e38\u91cf/\u7eb9\u7406\u5185\u5b58\u80fd\u591f\u63d0\u4f9b\u9ad8\u901f\u7f13\u5b58\u3002\u6b64\u5916\u5e38\u91cf\u5185\u5b58\u548c\u7eb9\u7406\u5185\u5b58\u90fd\u662f\u53ea\u8bfb\u5185\u5b58\u3002"}),"\n",(0,a.jsxs)(e.p,{children:["\u5982\u56fe\uff081\uff09\u6240\u793a\uff0c\u5e38\u91cf\u5185\u5b58\u53ef\u4ee5\u88ab\u7f13\u5b58\u5230\u5e38\u91cf\u5185\u5b58\u7f13\u5b58\u5b58\u50a8\u5668\uff0c\u800c\u7eb9\u7406\u5185\u5b58\u53ef\u4ee5\u88ab\u7f13\u5b58\u5230\u7eb9\u7406\u5185\u5b58\u7f13\u5b58\u5b58\u50a8\u5668\uff0c\u8fd9\u4e9b\u7f13\u5b58\u5b58\u50a8\u5668\u901a\u5e38\u662fL1\u7ea7\u7f13\u5b58\uff0c\u53ef\u4ee5\u63d0\u4f9b\u8f83\u5168\u5c40\u5185\u5b58\u66f4\u5feb\u7684\u8bbf\u95ee\u901f\u5ea6\u3002\u7136\u800c\u7531\u4e8e\u6240\u6709\u7f13\u5b58\u7cfb\u7edf\u90fd\u662f\u5229\u7528\u6570\u636e\u7684\u5c40\u90e8\u6027\u539f\u7406\uff0c\u6240\u4ee5\u5b83\u8981\u6c42\u6240\u6709\u7ebf\u7a0b\u5bf9\u6570\u636e\u7684\u8bbf\u95ee\u53ef\u4ee5\u5c40\u90e8\u5316\u5230\u4e00\u4e2a\u7f13\u5b58\u7684\u5927\u5c0f\u3002\u4f8b\u5982\u4e00\u4e2a64KB\u7684\u5e38\u91cf\u5927\u5c0f\u4ee5\u53ca\u4e00\u4e2a8KB\u7684\u5e38\u91cf\u7f13\u5b58\u5927\u5c0f\uff0c\u8fd9\u610f\u5473\u7740\u53ef\u7f13\u5b58\u7684\u5185\u5b58\u5927\u5c0f\u6bd4\u4e3a",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsxs)(e.mrow,{children:[(0,a.jsx)(e.mn,{children:"8"}),(0,a.jsx)(e.mo,{children:":"}),(0,a.jsx)(e.mn,{children:"1"})]}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"8:1"})]})})}),(0,a.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.6444em"}}),(0,a.jsx)(e.span,{className:"mord",children:"8"}),(0,a.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,a.jsx)(e.span,{className:"mrel",children:":"}),(0,a.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.6444em"}}),(0,a.jsx)(e.span,{className:"mord",children:"1"})]})]})]}),"\uff0c\u5982\u679c\u80fd\u591f\u5c06\u8bbf\u95ee\u7684\u6570\u636e\u5305\u542b\u6216\u5c40\u90e8\u5316\u5230\u5e38\u91cf\u5185\u5b58\u4e2d\u4e00\u4e2a8KB\u5927\u5c0f\u7684\u5757\u4e2d\uff0c\u90a3\u4e48\u7a0b\u5e8f\u5c06\u83b7\u5f97\u5f88\u9ad8\u7684\u6027\u80fd\u3002\u5426\u5219\uff0c\u5bf9\u4e8e\u975e\u5747\u5300\u7684\u5e38\u91cf\u5185\u5b58\u8bbf\u95ee\uff0c\u5982\u679c\u7f13\u5b58\u6ca1\u6709\u547d\u4e2d\u6240\u9700\u7684\u6570\u636e\uff0c\u5c06\u5bfc\u81f4N\u6b21\u5bf9\u5168\u5c40\u5185\u5b58\u7684\u8bbf\u95ee\uff0c\u800c\u4e0d\u5355\u662f\u4ece\u5e38\u91cf\u7f13\u5b58\u4e0a\u83b7\u53d6\u6570\u636e\u3002\u56e0\u6b64\uff0c\u5bf9\u4e8e\u90a3\u4e9b\u6570\u636e\u4e0d\u592a\u96c6\u4e2d\u6216\u6570\u636e\u5229\u7528\u7387\u4e0d\u9ad8\u7684\u5185\u5b58\u8bbf\u95ee\uff0c\u5c3d\u91cf\u4e0d\u8981\u4f7f\u7528\u5e38\u91cf\u5185\u5b58\u3002"]}),"\n",(0,a.jsx)(e.p,{children:"\u6b64\u5916\uff0c\u5bf9\u4e8e\u7eb9\u7406\u5185\u5b58\uff0c\u5b83\u8fd8\u63d0\u4f9b\u57fa\u4e8e\u786c\u4ef6\u7684\u7ebf\u6027\u63d2\u503c\u529f\u80fd\u3002\u5bf9\u4e8e\u7b2c\u4e00\u7ae0\u8bb2\u8ff0\u7684\u7eb9\u7406\u7684\u653e\u5927\u548c\u7f29\u5c0f\u64cd\u4f5c\uff0c\u786c\u4ef6\u4f1a\u57fa\u4e8e\u7ed9\u5b9a\u7684\u7eb9\u7406\u5750\u6807\u503c\u83b7\u53d6\u8be5\u7eb9\u7d20\uff08texel\uff09\u9644\u8fd1\u7684\u591a\u4e2a\u7eb9\u7d20\u503c\uff0c\u7136\u540e\u57fa\u4e8e\u8fd9\u4e9b\u7eb9\u7d20\u503c\u8fdb\u884c\u63d2\u503c\u8ba1\u7b97\u3002\u5bf9\u4e8e\u4e00\u7ef4\u6570\u7ec4\u6765\u8bb2\uff0c\u5b83\u4f7f\u7528\u7b80\u5355\u7684\u7ebf\u6027\u63d2\u503c\uff0c\u5bf9\u4e8e\u4e8c\u7ef4\u6570\u7ec4\u548c\u4e09\u7ef4\u6570\u7ec4\uff0c\u5206\u522b\u53ef\u4ee5\u652f\u6301\u786c\u4ef6\u7ea7\u53cc\u7ebf\u6027\u63d2\u503c\u548c\u4e09\u7ebf\u6027\u63d2\u503c\u3002\u8fd9\u6837\u5c31\u4f7f\u5f97\u6e32\u67d3\u7ba1\u7ebf\u4e2d\u7684\u8d34\u56fe\u53ef\u4ee5\u9ad8\u901f\u5904\u7406\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u7eb9\u7406\u7684\u53e6\u4e00\u4e2a\u6bd4\u8f83\u5b9e\u7528\u7684\u7279\u6027\u662f\u5176\u53ef\u4ee5\u6839\u636e\u6570\u7ec4\u7d22\u5f15\u81ea\u52a8\u5904\u7406\u8fb9\u754c\u6761\u4ef6\uff0c\u6211\u4eec\u53ef\u4ee5\u5728\u6570\u7ec4\u8fb9\u754c\u6309\u7167\u73af\u7ed5\u65b9\u5f0f\u6216\u5939\u53d6\u65b9\u5f0f\u6765\u5bf9\u7eb9\u7406\u6570\u7ec4\u8fdb\u884c\u5904\u7406\u3002\u8fd9\u4e00\u70b9\u975e\u5e38\u6709\u7528\uff0c\u56e0\u4e3a\u901a\u5e38\u60c5\u51b5\u4e0b\u5b83\u4e0d\u9700\u8981\u901a\u8fc7\u5d4c\u5165\u7279\u6b8a\u7684\u8fb9\u7f18\u5904\u7406\u4ee3\u7801\u5c31\u53ef\u4ee5\u5bf9\u6240\u6709\u5143\u7d20\u8fdb\u884c\u5904\u7406\u3002\u800c\u7279\u6b8a\u60c5\u51b5\u4e0b\u7684\u4ee3\u7801\u5904\u7406\u901a\u5e38\u4f1a\u5bfc\u81f4\u7ebf\u7a0b\u5206\u652f\u7684\u4ea7\u751f\uff0c\u53c2\u89c1\u672c\u7ae0\u540e\u9762\u7ebf\u7a0b\u5206\u652f\u5904\u7406\u76f8\u5173\u7684\u5185\u5bb9\u3002"}),"\n",(0,a.jsx)(e.h4,{id:"\u5171\u4eab\u7f13\u5b58",children:"\u5171\u4eab\u7f13\u5b58"}),"\n",(0,a.jsx)(e.p,{children:"\u7531\u540e\u9762\u56fe\u5f62\u5b66\u5904\u7406\u5668\u67b6\u6784\u4e00\u8282\u7684\u5185\u5bb9\u53ef\u77e5\uff0c\u5185\u6838\u51fd\u6570\u7684\u591a\u4e2a\u7ebf\u7a0b\u4f1a\u5206\u914d\u5230\u591a\u4e2aSM\u4e0a\u6267\u884c\uff0c\u636e\u6b64\u6211\u4eec\u53ef\u4ee5\u5bf9\u5e76\u884c\u8ba1\u7b97\u5904\u7406\u7684\u6570\u636e\u8fdb\u884c\u4e00\u5b9a\u7684\u5212\u5206\u6210\u591a\u4e2a\u5904\u7406\u5b50\u5757\uff0c\u5728\u6bcf\u4e2a\u5b50\u5757\u5185\u90e8\u7684\u591a\u4e2a\u7ebf\u7a0b\u53ef\u4ee5\u5171\u4eab\u4e00\u4e9b\u5c40\u90e8\u6570\u636e\u3002\u5982\u56fe\uff081\uff09\u6240\u793a\uff0c\u8fd9\u4e9b\u5355\u4e2aSM\u5185\u90e8\u7684\u5c40\u90e8\u6570\u636e\u4e0d\u9700\u8981\u901a\u8fc7\u7f13\u6162\u7684\u5168\u5c40\u5185\u5b58\u8fdb\u884c\u5b58\u50a8\u548c\u8bfb\u53d6\uff0c\u5b83\u4eec\u53ef\u4ee5\u88ab\u5b58\u50a8\u5728\u4e00\u4e2aSM\u5185\u90e8\u7684\u5171\u4eab\u5185\u5b58\u5f53\u4e2d\u3002\u5171\u4eab\u5185\u5b58\u5b9e\u9645\u4e0a\u662f\u4e00\u4e2a\u4f4d\u4e8eSM\u9644\u8fd1\u7684L1\u9ad8\u901f\u7f13\u5b58\uff0c\u5b83\u7684\u5ef6\u8fdf\u6781\u4f4e\uff0c\u5927\u7ea6\u67091.5TB/s\u7684\u5e26\u5bbd\uff0c\u8fdc\u8fdc\u9ad8\u4e8e\u5168\u5c40\u5185\u5b58\uff0c\u4f46\u662f\u5b83\u7684\u901f\u5ea6\u5927\u7ea6\u53ea\u6709\u5bc4\u5b58\u5668\u76841/10\u3002"}),"\n",(0,a.jsxs)(e.p,{children:["\u4e3a\u4e86\u63d0\u4f9b\u66f4\u9ad8\u7684\u5e26\u5bbd\uff0c\u5171\u4eab\u5185\u5b58\u4f7f\u7528\u7684\u662f\u57fa\u4e8e\u5b58\u50a8\u5668\u5207\u6362\u7684\u67b6\u6784\uff08bank-switched architecture\uff09\uff0c\u5b83\u5c06\u5171\u4eab\u5185\u5b58\u5e73\u5747\u5206\u6210\u591a\u4e2a\u76f8\u540c\u5c3a\u5bf8\u7684\u5185\u5b58\u6a21\u5757\uff0c\u79f0\u4e3a\u5b58\u50a8\u4f53\uff08banks\uff09\uff0c\u8fd9\u4e9b\u5b58\u50a8\u4f53\u5185\u7684\u5185\u5b58\u53ef\u4ee5\u88ab\u540c\u65f6\u4f7f\u7528\u3002\u4efb\u4f55\u5bf9\u5171\u4eab\u5185\u5b58\u8bfb\u6216\u8005\u5199\u7684\u64cd\u4f5c\u53ef\u4ee5\u5747\u5206\u5230",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsx)(e.mrow,{children:(0,a.jsx)(e.mi,{children:"n"})}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,a.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,a.jsx)(e.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u4e2a\u4e0d\u540c\u7684\u5b58\u50a8\u4f53\u5730\u5740\uff0c\u6bcf\u4e2a\u5b58\u50a8\u4f53\u5730\u5740\u90fd\u53ef\u4ee5\u88ab\u540c\u65f6\u8bbf\u95ee\uff0c\u4f7f\u5176\u53ef\u4ee5\u63d0\u4f9b\u76f8\u5bf9\u4e8e\u5355\u4e2a\u5185\u5b58\u6a21\u5757",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsx)(e.mrow,{children:(0,a.jsx)(e.mi,{children:"n"})}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,a.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,a.jsx)(e.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u500d\u7684\u5e26\u5bbd\u3002"]}),"\n",(0,a.jsx)(e.p,{children:"\u4f8b\u5982\u8d39\u7c73\u67b6\u6784\u7684\u8bbe\u5907\u4e0a\u670932\u4e2a\u5b58\u50a8\u4f53\uff0c\u65e0\u8bba\u6709\u591a\u5c11\u4e2a\u7ebf\u7a0b\u53d1\u8d77\u64cd\u4f5c\uff0c\u6bcf\u4e2a\u5b58\u50a8\u4f53\u6bcf\u4e2a\u5468\u671f\u53ea\u6267\u884c\u4e00\u6b21\u64cd\u4f5c\uff0c\u56e0\u6b64\u5982\u679c\u4e00\u4e2a\u7ebf\u7a0b\u675f\uff08\u53c2\u89c1\u540e\u9762\u7684\u5185\u5bb9\uff09\u4e2d\u7684\u6bcf\u4e2a\u7ebf\u7a0b\u8bbf\u95ee\u4e00\u4e2a\u5b58\u50a8\u4f53\uff0c\u90a3\u4e48\u6240\u6709\u7ebf\u7a0b\u7684\u64cd\u4f5c\u90fd\u53ef\u4ee5\u5728\u4e00\u4e2a\u5468\u671f\u5185\u540c\u65f6\u6267\u884c\u3002\u6b64\u65f6\u65e0\u987b\u987a\u5e8f\u5730\u8bbf\u95ee\uff0c\u56e0\u4e3a\u6bcf\u4e2a\u7ebf\u7a0b\u8bbf\u95ee\u7684\u5b58\u50a8\u4f53\u5728\u5171\u4eab\u5185\u5b58\u4e2d\u90fd\u662f\u72ec\u7acb\u7684\uff0c\u4e92\u4e0d\u5f71\u54cd\u3002\u5982\u56fe\uff083\uff09\u4e2d\u4e0a\u9762\u7684\u987a\u5e8f\u8bbf\u95ee\uff0c\u6216\u8005\u968f\u673a\u4f46\u662f\u6bcf\u4e2a\u7ebf\u7a0b\u8bbf\u95ee\u4e0d\u540c\u7684\u5b58\u50a8\u4f53\uff0c\u8fd9\u4e24\u79cd\u60c5\u51b5\u90fd\u53ef\u4ee5\u540c\u65f6\u6267\u884c\u3002"}),"\n",(0,a.jsx)(n,{id:"f:rp-shared-memory",num:"3",caption:"\u5171\u4eab\u5185\u5b58\u88ab\u5e73\u5747\u5206\u914d\u523032\u4e2a\u5b58\u50a8\u4f53\u4e0a\uff0c\u6bcf\u4e2a\u5b58\u50a8\u4f53\u5728\u540c\u4e00\u4e2a\u5468\u671f\u5185\u53ef\u4ee5\u72ec\u540c\u65f6\u88ab\u8bbf\u95ee\u3002\u4e0a\u9762\u7684\u987a\u5e8f\u8bbf\u95ee\uff08\u6216\u8005\u968f\u673a\u72ec\u7acb\u8bbf\u95ee\uff09\u53ef\u4ee5\u88ab\u540c\u65f6\u6267\u884c\uff0c\u7136\u800c\u4e0b\u9762\u591a\u4e2a\u7ebf\u7a0b\u8bfb\u53d6\u540c\u4e00\u4e2a\u5b58\u50a8\u4f53\u5c06\u5bfc\u81f4\u5b58\u50a8\u4f53\u51b2\u7a81",children:(0,a.jsx)("img",{src:"/img/figures/rp/shared-memory.svg",width:"100%"})}),"\n",(0,a.jsx)(e.p,{children:"\u6b64\u5916\uff0c\u5f53\u7ebf\u7a0b\u675f\u4e2d\u6240\u6709\u7ebf\u7a0b\u540c\u65f6\u8bbf\u95ee\u76f8\u540c\u5730\u5740\u7684\u5b58\u50a8\u4f53\u65f6\uff0c\u4f1a\u89e6\u53d1\u4e00\u4e2a\u5e7f\u64ad\u673a\u5236\u5230\u7ebf\u7a0b\u675f\u7684\u6bcf\u4e2a\u7ebf\u7a0b\uff0c\u5176\u4ed6\u60c5\u51b5\u5219\u5c06\u5bfc\u81f4\u5b58\u50a8\u4f53\u51b2\u7a81\uff08bank conflicts\uff09\uff0c\u4f8b\u5982\u4e00\u4e2a\u7ebf\u7a0b\u675f\u4e2d\u53ea\u6709\u4e00\u90e8\u5206\u591a\u4e2a\u7ebf\u7a0b\u8bbf\u95ee\u540c\u4e00\u4e2a\u5b58\u50a8\u4f53\u5219\u9700\u8981\u6392\u961f\uff0c\u6b64\u65f6\u5f53\u4e00\u4e2a\u7ebf\u7a0b\u8bbf\u95ee\u5171\u4eab\u5185\u5b58\u65f6\uff0c\u7ebf\u7a0b\u675f\u4e2d\u7684\u5176\u4ed6\u7ebf\u7a0b\u5c06\u88ab\u963b\u585e\u95f2\u7f6e\uff0c\u5e76\u4e14\u6b64\u65f6\u5e76\u4e0d\u4f1a\u5bfc\u81f4\u540e\u9762\u4f1a\u8bb2\u8ff0\u7684\u5ef6\u8fdf\u9690\u85cf\u673a\u5236\u4f7f\u5904\u7406\u5668\u5207\u6362\u5230\u5176\u4ed6\u7ebf\u7a0b\u6267\u884c\u3002\u6240\u4ee5\u4f7f\u7528\u5171\u4eab\u5185\u5b58\u9700\u8981\u5c0f\u5fc3\u5904\u7406\u5b58\u50a8\u4f53\u51b2\u7a81\u3002"}),"\n",(0,a.jsx)(e.h4,{id:"\u5bc4\u5b58\u5668",children:"\u5bc4\u5b58\u5668"}),"\n",(0,a.jsx)(e.p,{children:"\u4e0eCPU\u67b6\u6784\u4e0d\u540c\u7684\u662f\uff0cGPU\u7684\u6bcf\u4e2aSM\u62e5\u6709\u4e00\u4e2a\u5de8\u5927\u7684\u5bc4\u5b58\u5668\u6587\u4ef6\uff0c\u5b83\u901a\u5e38\u5305\u542b\u4e0a\u5343\u4e2a\u5bc4\u5b58\u5668\uff0c\u4f8b\u5982\u5728\u8d39\u7c73\u67b6\u6784\u7684\u8bbe\u5907\u4e0a\uff0c\u6bcf\u4e2aSM\u62e5\u670932KB\u7684\u5bc4\u5b58\u5668\u7a7a\u95f4\uff0c\u8fd9\u4e9b\u5bc4\u5b58\u5668\u5e73\u5747\u5206\u914d\u5230\u6bcf\u4e2aSP\uff0c\u6839\u636e\u7ebf\u7a0b\u7684\u6570\u91cf\uff0c\u6bcf\u4e2a\u7ebf\u7a0b\u53ef\u4ee5\u4f7f\u7528\u51e0\u4e2a\u5230\u51e0\u5341\u4e2a\u5bc4\u5b58\u5668\u3002\u5bc4\u5b58\u5668\u7684\u8bfb\u53d6\u901f\u5ea6\u662f\u6700\u5feb\u7684\uff0c\u7ea6\u76f8\u5f53\u4e8e1\u4e2aGPU\u65f6\u949f\u5468\u671f\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u4e4b\u6240\u4ee5\u4f7f\u7528\u6570\u91cf\u5de8\u5927\u7684\u5bc4\u5b58\u5668\uff0c\u5176\u4e00\u662f\u56e0\u4e3a\u5373\u5c06\u5728\u4e0b\u4e00\u8282\u8ba8\u8bba\u7684\u5ef6\u8fdf\u9690\u85cf\u7684\u9700\u6c42\uff0c\u5176\u4e8c\u662f\u56e0\u4e3aGPU\u5bc4\u5b58\u5668\u7684\u7279\u5f81\u3002GPU\u4e2d\u7684\u5bc4\u5b58\u5668\u4e0eCPU\u4e2d\u7684\u5bc4\u5b58\u5668\u662f\u4e0d\u540c\u7684\uff0c\u5728CPU\u4e2d\uff0c\u6307\u4ee4\u6267\u884c\u5b8c\u540e\u5199\u5165\u5bc4\u5b58\u5668\u4e2d\u7684\u6570\u636e\u4f1a\u88ab\u81ea\u52a8\u5199\u5165\u5230\u7f13\u5b58\u4e2d\u53bb\uff0c\u7136\u540e\u7f13\u5b58\u7cfb\u7edf\u4f1a\u5e7f\u64ad\u66f4\u65b0\u591a\u5904\u7406\u5668\u67b6\u6784\u4e2d\u5176\u4ed6\u5904\u7406\u5668\u7684\u7f13\u5b58\uff0c\u4ee5\u53ca\u5c06\u6570\u636e\u5199\u5165\u5230\u4e3b\u5185\u5b58\u3002\u7136\u800cGPU\u5e76\u4e0d\u4f1a\u8fd9\u4e48\u505a\uff0c\u5199\u5165\u5230\u5bc4\u5b58\u5668\u4e2d\u7684\u6570\u636e\u4f1a\u4e00\u76f4\u505c\u7559\u5728\u8be5\u5bc4\u5b58\u5668\u4e2d\uff0c\u76f4\u5230\u6709\u65b0\u7684\u6570\u636e\u5199\u5165\u6216\u8005\u5f53\u524d\u7ebf\u7a0b\u6267\u884c\u5b8c\u6bd5\u81ea\u52a8\u9000\u51fa\uff0c\u5bc4\u5b58\u5668\u6570\u636e\u88ab\u91cd\u7f6e\u3002\u8fd9\u5c31\u662f\u79f0\u4e3a\u7a0b\u5e8f\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\u7684\u539f\u56e0\uff0c\u7a0b\u5e8f\u5458\u6307\u5b9a\u4e00\u4e2a\u53d8\u91cf\u7684\u5185\u5b58\u7c7b\u578b\uff0c\u5373\u662f\u6307\u5b9a\u4e86\u5176\u6570\u636e\u7684\u5b58\u653e\u4f4d\u7f6e\uff0c\u5904\u7406\u5668\u4e0d\u4f1a\u81ea\u52a8\u53d8\u66f4\u8fd9\u4e2a\u4f4d\u7f6e\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u8fd9\u6837\u505a\u7684\u539f\u56e0\u662f\u4ec0\u4e48\u5462\uff1f\u7531\u4e8eGPU\u53ef\u80fd\u540c\u65f6\u5904\u7406\u4e0a\u5343\u4e2a\u76f8\u540c\u6307\u4ee4\u7684\u7ebf\u7a0b\uff0c\u6bcf\u4e2a\u7ebf\u7a0b\u5728\u6267\u884c\u8fc7\u7a0b\u4e2d\u67d0\u4e9b\u4e2d\u95f4\u8ba1\u7b97\u7ed3\u679c\u53ea\u4f9b\u81ea\u5df1\u6240\u5728\u7684\u7ebf\u7a0b\u4f7f\u7528\uff0c\u6240\u4ee5\u5b83\u5b8c\u5168\u6ca1\u6709\u5fc5\u8981\u5199\u5165\u5230\u5168\u5c40\u5185\u5b58\u4e2d\u53bb\u3002\u5728\u4e00\u4e2aGPU\u5185\u6838\u51fd\u6570\u4e2d\uff0c\u6bcf\u4e2a\u672c\u5730\u53d8\u91cf\u90fd\u4f1a\u81ea\u52a8\u5b58\u50a8\u5230\u5bc4\u5b58\u5668\uff0c\u8fd9\u4e9b\u53d8\u91cf\u4e0d\u4f1a\u88ab\u81ea\u52a8\u66f4\u65b0\u5230\u5168\u5c40\u5185\u5b58\uff0c\u53ea\u6709\u5f53\u8be5\u7ebf\u7a0b\u8ba1\u7b97\u7ed3\u675f\uff0c\u6216\u8005\u67d0\u4e9b\u4e2d\u95f4\u8fc7\u7a0b\u9700\u8981\u5c06\u6570\u636e\u5199\u5165\u5230\u5168\u5c40\u7684\u65f6\u5019\uff0c\u624d\u5c06\u5bc4\u5b58\u5668\u4e2d\u7684\u6570\u636e\u8d4b\u503c\u7ed9\u5168\u5c40\u5185\u5b58\u53d8\u91cf\uff0c\u8fd9\u6837\u5c06\u5927\u5927\u8282\u7701\u4e0d\u5fc5\u8981\u7684\u6570\u636e\u5728\u5185\u5b58\u4e2d\u7684\u6d41\u901a\uff0c\u4f8b\u5982\u5728\u4e00\u4e2aOpenGL\u7684\u7740\u8272\u5668\u7a0b\u5e8f\u4e2d\uff0c\u901a\u5e38\u53ea\u6709\u6700\u540e\u624d\u4f1a\u5c06\u7ed3\u679c\u5199\u56de\u5230\u5168\u5c40\u5185\u5b58\uff0c\u8fd9\u4e9b\u503c\u53ef\u80fd\u662f\u9876\u70b9\u7740\u8272\u5668\u4e2d\u6267\u884c\u8fc7\u53d8\u6362\u7684\u5750\u6807\u503c\uff0c\u6216\u8005\u50cf\u7d20\u7740\u8272\u5668\u4e2d\u8ba1\u7b97\u51fa\u7684\u989c\u8272\u503c\u3002\u4f46\u540c\u65f6\u8fd9\u4e5f\u9700\u8981\u6bcf\u4e2a\u7ebf\u7a0b\u62e5\u6709\u5927\u91cf\u7684\u5bc4\u5b58\u5668\uff0c\u56e0\u4e3a\u6bcf\u4e2a\u672c\u5730\u53d8\u91cf\u90fd\u9700\u8981\u5360\u7528\u4e00\u4e2a\u5bc4\u5b58\u5668\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u6b64\u5916\uff0c\u6bcf\u4e2aSP\u7ebf\u7a0b\u90fd\u62e5\u6709\u81ea\u5df1\u72ec\u7acb\u7684\u5bc4\u5b58\u5668\u8fd8\u53ef\u4ee5\u907f\u514d\u7ebf\u7a0b\u5207\u6362\u65f6\u5bfc\u81f4\u7684\u5bc4\u5b58\u5668\u6570\u636e\u7684\u6362\u8fdb\u6362\u51fa\u3002\u5728CPU\u4e2d\uff0c\u5f53\u4e00\u4e2a\u7ebf\u7a0b\u5904\u4e8e\u5ef6\u8fdf\u7b49\u5f85\u72b6\u6001\u65f6\uff0c\u5904\u7406\u5668\u4f1a\u5207\u6362\u5230\u5176\u4ed6\u51c6\u5907\u597d\u7684\u7ebf\u7a0b\u8fdb\u884c\u6267\u884c\u4ee5\u9690\u85cf\u5ef6\u8fdf\uff0cGPU\u540c\u6837\u4f7f\u7528\u4e86\u5ef6\u8fdf\u9690\u85cf\u6280\u672f\uff0c\u5982\u4e0b\u4e00\u8282\u6240\u8ff0\uff0c\u5e76\u4e14\u5b83\u66f4\u662f\u5c06\u5ef6\u8fdf\u9690\u85cf\u6280\u672f\u53d1\u6325\u5230\u6781\u81f4\uff0c\u800c\u5927\u91cf\u7684\u5bc4\u5b58\u5668\u5bfc\u81f4GPU\u7ebf\u7a0b\u5207\u6362\u7684\u6210\u672c\u51e0\u4e4e\u4e3a0\u3002"}),"\n",(0,a.jsx)(e.h3,{id:"\u56fe\u5f62\u5904\u7406\u5668\u67b6\u6784",children:"\u56fe\u5f62\u5904\u7406\u5668\u67b6\u6784"}),"\n",(0,a.jsxs)(e.p,{children:["\u672c\u8282\u6211\u4eec\u4ee5Nvidia\u5f53\u524d\u7684\u65d7\u8230\u6d88\u8d39\u7ea7\u5f00\u666e\u52d2\uff08Kepler\uff0c[citea:NVIDIAsNextGenerationCUDATMComputeArchitecture",":KeplerTMGK110","/210]\uff09\u67b6\u6784\u4e3a\u4f8b\u8ba8\u8bba\u56fe\u5f62\u5904\u7406\u5668\u7684\u67b6\u6784\uff0c\u5982\u56fe\uff084\uff09\u6240\u793a\uff08Nvidia\u4e0b\u4e00\u4ee3\u56fe\u5f62\u5904\u7406\u5668\u67b6\u6784\u4e3aPascal[cite a",":PascalArchitectureWhitepaper","]\uff09\u3002"]}),"\n",(0,a.jsx)(n,{id:"f:rp-kepler",num:"4",caption:"Nvidia\u5f00\u666e\u52d2\u67b6\u6784\u7684GK110/210\u7cfb\u5217\u5904\u7406\u5668",children:(0,a.jsx)("img",{src:"/img/figures/rp/kepler.jpg",width:"100%"})}),"\n",(0,a.jsx)(e.p,{children:"GPU\u901a\u5e38\u662f\u548cCPU\u7ec4\u6210\u4e00\u4e2a\u975e\u5bf9\u7b49\u7684\u8ba1\u7b97\u73af\u5883\uff0c\u5176\u4e2dCPU\u5145\u5f53\u5bbf\u4e3b\u7a0b\u5e8f\uff0c\u5e76\u8d1f\u8d23\u8ba1\u7b97\u4e00\u822c\u7684\u4e32\u884c\u7a0b\u5e8f\uff0c\u800c\u53e6\u4e00\u4e9b\u8ba1\u7b97\u5bc6\u96c6\uff0c\u5177\u6709\u9ad8\u5ea6\u5e76\u884c\u6027\u7279\u5f81\u7684\u7a0b\u5e8f\u5219\u88ab\u53d1\u9001\u5230GPU\u6267\u884c\u3002\u8fd9\u4e9b\u4ec5\u5728GPU\u4e0a\u6267\u884c\u7684\u5e76\u884c\u8ba1\u7b97\u7a0b\u5e8f\u79f0\u4e3a\u5185\u6838\u51fd\u6570\uff08kernels\uff09\uff0cCPU\u8d1f\u8d23\u5728GPU\u4e0a\u5206\u914d\u5185\u5b58\uff0c\u5e76\u5c06\u5185\u6838\u51fd\u6570\u4ee5\u53ca\u76f8\u5173\u6570\u636e\u53d1\u9001\u5230GPU\u5185\u5b58\uff0cGPU\u7684\u8ba1\u7b97\u5355\u5143\u4ece\u8fd9\u4e9b\u5185\u5b58\u83b7\u53d6\u6570\u636e\u5e76\u8fdb\u884c\u5927\u89c4\u6a21\u7684\u5e76\u884c\u8ba1\u7b97\uff0c\u6700\u540eCPU\u4eceGPU\u5185\u5b58\u4e2d\u53d6\u56de\u8ba1\u7b97\u7ed3\u679c\u3002"}),"\n",(0,a.jsx)(e.p,{children:"GPU\u5b9e\u9645\u4e0a\u662f\u4e00\u4e2aSM\u9635\u5217\uff0c\u8fd9\u5c31\u662fGPU\u5177\u6709\u53ef\u6269\u5c55\u6027\u7684\u5173\u952e\u56e0\u7d20\uff0c\u5982\u679c\u5411\u8bbe\u5907\u4e2d\u589e\u52a0\u66f4\u591a\u7684SM\uff0cGPU\u5c31\u53ef\u4ee5\u5728\u540c\u4e00\u65f6\u523b\u5904\u7406\u66f4\u591a\u7684\u4efb\u52a1\uff0c\u4f8b\u5982\u4f7f\u7528\u5f00\u666e\u52d2\u67b6\u6784\u7684GK110/210\u7cfb\u5217\u5904\u7406\u5668\u62e5\u670915\u4e2aSMX\uff08\u6ce8\u610f\uff0c\u7531\u4e8e\u5f00\u666e\u52d2\u8f83\u4e0a\u4e00\u4ee3\u5904\u7406\u5668\u6709\u5f88\u5927\u6539\u8fdb\uff08\u5176\u4e2d\u6bd4\u8f83\u91cd\u8981\u7684\u8c03\u6574\u662f\u5c06\u4e4b\u524d\u8d39\u7c73\u67b6\u6784\u4e2d\u6bcf\u4e2a\u7ebf\u7a0b\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u5185\u6267\u884c2\u6761\u6307\u4ee4\uff0c\u6539\u4e3a\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u6267\u884c\u4e00\u6761\u547d\u4ee4\u3002\u8fd9\u867d\u7136\u51cf\u5c11\u4e86\u4e00\u534a\u7684\u541e\u5410\u91cf\uff0c\u4f46\u662f\u5f00\u666e\u52d2\u67b6\u6784\u62e5\u6709\u66f4\u591a\u7684\u5185\u6838\uff0c\u4ee5\u53ca\u51cf\u5c11\u201c\u65f6\u949f\u9891\u7387\u201d\u5e26\u6765\u7684\u80fd\u91cf\u6d88\u8017\u7b49\u95ee\u9898\uff0c\u5f00\u666e\u52d2\u67b6\u6784\u8f83\u524d\u4ee3\u4ecd\u6709\u5927\u5e45\u6027\u80fd\u7684\u63d0\u5347\u3002\uff09\uff0c\u6240\u4ee5Nvidia\u79f0\u5176\u65b0\u7684\u6d41\u5904\u7406\u5668\u65cf\u4e3aSMX\u800c\u4e0d\u662fSM\uff09\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u6bcf\u4e2aSMX\u4e2d\u5305\u542b\u82e5\u5e72\u4e2a\u6d41\u5904\u7406\u5668SP\u4ee5\u53ca\u5176\u4ed6\u4e00\u4e9b\u5173\u952e\u90e8\u4ef6\uff0c\u5982\u5bc4\u5b58\u5668\uff0c\u5171\u4eab\u5185\u5b58\uff0c\u786c\u4ef6\u652f\u6301\u7684\u7279\u522b\u8ba1\u7b97\u5355\u5143\uff08Special function units\uff0cSPU\uff09\u7b49\u3002\u5728\u6bcf\u4e2aSMX\u5185\u6267\u884c\u7684\u662f\u76f8\u540c\u7684\u6307\u4ee4\uff0c\u56e0\u6b64\u5b83\u4eec\u53ea\u9700\u8981\u4e00\u6b21\u6307\u4ee4\u83b7\u53d6\uff0c\u7136\u540e\u5e7f\u64ad\u5230SMX\u5185\u7684\u5404\u4e2aSP\uff0c\u6240\u4ee5SMX\u4f7f\u7528\u7684\u662fSIMD\u67b6\u6784\u6a21\u578b\uff0c\u4f46\u662fNvidia\u66f4\u8d8b\u5411\u4e8e\u79f0\u4e4b\u4e3aSPMD\uff0c\u5373\u5355\u7a0b\u5e8f\u591a\u6570\u636e\uff08Single Program Multiple Data\uff09\u3002"}),"\n",(0,a.jsxs)(e.p,{children:["\u5f00\u666e\u52d2\u67b6\u6784\u7684GK110/210\u5747\u63d0\u4f9b\u6bcf\u4e2aSMX\u5185\u90e8192\u4e2aSP\uff0c\u6240\u6709\u7406\u60f3\u60c5\u51b5\u4e0b\u6bcf\u4e2aSP\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u53ef\u4ee5\u540c\u65f6\u6267\u884c192\u4e2a\u7ebf\u7a0b\uff0c\u8fd9\u4f7f\u5f97GK110/210\u5747\u53ef\u4ee5\u63d0\u4f9b\u7684\u6bcf\u79d2\u6d6e\u70b9\u6570\u8ba1\u7b97\u6b21\u6570\uff08Floating Point Operations per Second\uff0cFlops\u6216Flop/s\uff09\u9ad8\u8fbe1TFlop/s\uff081T=",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsxs)(e.mrow,{children:[(0,a.jsx)(e.mn,{children:"1"}),(0,a.jsxs)(e.msup,{children:[(0,a.jsx)(e.mn,{children:"0"}),(0,a.jsx)(e.mn,{children:"12"})]})]}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"10^{12}"})]})})}),(0,a.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.8141em"}}),(0,a.jsx)(e.span,{className:"mord",children:"1"}),(0,a.jsxs)(e.span,{className:"mord",children:[(0,a.jsx)(e.span,{className:"mord",children:"0"}),(0,a.jsx)(e.span,{className:"msupsub",children:(0,a.jsx)(e.span,{className:"vlist-t",children:(0,a.jsx)(e.span,{className:"vlist-r",children:(0,a.jsx)(e.span,{className:"vlist",style:{height:"0.8141em"},children:(0,a.jsxs)(e.span,{style:{top:"-3.063em",marginRight:"0.05em"},children:[(0,a.jsx)(e.span,{className:"pstrut",style:{height:"2.7em"}}),(0,a.jsx)(e.span,{className:"sizing reset-size6 size3 mtight",children:(0,a.jsx)(e.span,{className:"mord mtight",children:(0,a.jsx)(e.span,{className:"mord mtight",children:"12"})})})]})})})})})]})]})})]}),"\uff09\u3002"]}),"\n",(0,a.jsxs)(e.p,{children:["\u5f53\u7136\uff0c\u56fe\u5f62\u5904\u7406\u5668\u7684\u786c\u4ef6\u67b6\u6784\u8fd8\u5305\u62ec\u5f88\u591a\u77e5\u8bc6\uff0c\u7136\u800c\u672c\u4e66\u5e76\u4e0d\u662f\u4e00\u672c\u63cf\u8ff0\u5e76\u884c\u8ba1\u7b97\u7684\u4e66\u7c4d\uff0c\u8fd9\u91cc\u8ba8\u8bba\u5904\u7406\u5668\u67b6\u6784\u7684\u76ee\u7684\u662f\u7528\u6765\u5e2e\u52a9\u6211\u4eec\u7406\u89e3\u5e76\u884c\u7a0b\u5e8f\u7684\u6267\u884c\u4ee5\u53ca\u5b83\u7684\u4e00\u4e9b\u7279\u6027\uff0c\u7136\u800c\u6211\u4eec\u5e76\u4e0d\u9700\u8981\u7406\u89e3\u5b83\u5185\u90e8\u5230\u5e95\u600e\u4e48\u6267\u884c\uff0c\u611f\u5174\u8da3\u7684\u8bfb\u8005\u53ef\u4ee5\u9605\u8bfb[citea:NVIDIAsNextGenerationCUDATMComputeArchitecture",":KeplerTMGK110","/210,a",":PascalArchitectureWhitepaper",",a",":CUDACPROGRAMMINGGUIDE","]\u7b49\u4ee5\u4e86\u89e3\u66f4\u591a\u5173\u4e8e\u5e76\u884c\u8ba1\u7b97\u7684\u77e5\u8bc6\u3002"]}),"\n",(0,a.jsx)(e.h3,{id:"sec-rp-latency",children:"\u5ef6\u8fdf\u9690\u85cf"}),"\n",(0,a.jsxs)(e.p,{children:["\u7531\u4e8e\u5904\u7406\u5668\u65f6\u949f\u9891\u7387\u548c\u4e3b\u5185\u5b58\u8bfb\u53d6\u901f\u5ea6\u4ee5\u53ca\u5e26\u5bbd\u7684\u5dee\u5f02\uff0c\u5bfc\u81f4\u6570\u636e\u4ece\u4e3b\u5185\u5b58\u4f20\u8f93\u5230\u5904\u7406\u5668\u8ba1\u7b97\u5355\u5143\u7684\u8fc7\u7a0b\u5b58\u5728\u5f88\u5927\u7684\u5ef6\u8fdf\uff0c\u4f8b\u5982\u5168\u5c40\u5185\u5b58\u7684\u8bbf\u95ee\u9ad8\u8fbe",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsxs)(e.mrow,{children:[(0,a.jsx)(e.mn,{children:"400"}),(0,a.jsx)(e.mo,{children:"\u223c"}),(0,a.jsx)(e.mn,{children:"600"})]}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"400\\sim 600"})]})})}),(0,a.jsxs)(e.span,{className:"katex-html","aria-hidden":"true",children:[(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.6444em"}}),(0,a.jsx)(e.span,{className:"mord",children:"400"}),(0,a.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}}),(0,a.jsx)(e.span,{className:"mrel",children:"\u223c"}),(0,a.jsx)(e.span,{className:"mspace",style:{marginRight:"0.2778em"}})]}),(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.6444em"}}),(0,a.jsx)(e.span,{className:"mord",children:"600"})]})]})]}),"\u4e2a\u65f6\u949f\u5468\u671f\u3002"]}),"\n",(0,a.jsx)(e.p,{children:"\u4e3a\u4e86\u514b\u670d\u8fd9\u79cd\u5ef6\u8fdf\uff0c\u4e00\u4e9b\u6280\u672f\u901a\u8fc7\u4e00\u4e9b\u8f85\u52a9\u624b\u6bb5\u6765\u201c\u9690\u85cf\u201d\u8fd9\u79cd\u5ef6\u8fdf\uff0c\u8fd9\u79cd\u6280\u672f\u79f0\u4e3a\u5ef6\u8fdf\u9690\u85cf\uff08Latency hiding\uff09\u3002\u5728CPU\u4e2d\u4e3b\u8981\u4f7f\u7528\u7f13\u5b58\u6765\u9690\u85cf\u5ef6\u8fdf\uff0c\u7f13\u5b58\u7cfb\u7edf\u4e00\u6b21\u6027\u8bfb\u53d6\u4e00\u4e2a\u7f13\u5b58\u884c\u7684\u6570\u636e\uff0c\u5982\u679c\u6307\u4ee4\u4e4b\u95f4\u5904\u7406\u7684\u6570\u636e\u662f\u8fde\u7eed\u7684\uff0c\u90a3\u4e48\u540c\u4e00\u7f13\u5b58\u884c\u5185\u7684\u540e\u7eed\u7684\u6570\u636e\u7684\u5ef6\u8fdf\u5c06\u88ab\u9690\u85cf\uff1b\u53e6\u4e00\u65b9\u9762\uff0c\u5982\u679c\u6570\u636e\u6765\u81ea\u4e8e\u4e0b\u4e00\u4e2a\u7f13\u5b58\u884c\uff0c\u5219\u53ef\u4ee5\u4f7f\u7528\u9884\u53d6\u6280\u672f\u6765\u63d0\u524d\u7f13\u5b58\u76f8\u90bb\u7684\u7f13\u5b58\u884c\u6765\u8fbe\u5230\u5ef6\u8fdf\u9690\u85cf\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u7136\u800c\uff0c\u8fd9\u79cd\u57fa\u4e8e\u786c\u4ef6\u6258\u7ba1\u7684\u7f13\u5b58\u7cfb\u7edf\u5e76\u4e0d\u9002\u4e8e\u5927\u89c4\u6a21\u7684\u5e76\u884c\u8ba1\u7b97\uff0c\u7531\u4e8e\u786c\u4ef6\u6258\u7ba1\u7684\u7f13\u5b58\u7cfb\u7edf\u4f1a\u81ea\u52a8\u5c06\u6240\u6709\u5199\u5165\u5bc4\u5b58\u5668\u7684\u503c\u66f4\u65b0\u5230\u7f13\u5b58\u7cfb\u7edf\u4ee5\u53ca\u4e3b\u5185\u5b58\u4e2d\uff0c\u800c\u5e76\u884c\u8ba1\u7b97\u7ebf\u7a0b\u4e4b\u95f4\u72ec\u7acb\u6027\u6bd4\u8f83\u9ad8\uff0c\u5927\u90e8\u5206\u4e2d\u95f4\u8ba1\u7b97\u7ed3\u679c\u90fd\u4e0d\u9700\u8981\u5199\u56de\u7f13\u5b58\u4e2d\u53bb\uff0c\u6240\u4ee5GPU\u4f7f\u7528\u7684\u662f\u7a0b\u5e8f\u6258\u7ba1\u7684\u5185\u5b58\u6a21\u578b\u3002\u5e76\u4e14\uff0cGPU\u4e2d\u867d\u7136\u4ecd\u7136\u4f1a\u4f7f\u7528\u7f13\u5b58\uff0c\u7136\u800cGPU\u7684\u7f13\u5b58\u7cfb\u7edf\u4e3b\u8981\u9762\u5411\u4e00\u4e9b\u5171\u4eab\u6570\u636e\uff08\u90e8\u5206\u7ebf\u7a0b\u4e4b\u95f4\u6216\u5168\u90e8\u7ebf\u7a0b\u4e4b\u95f4\u5171\u4eab\uff09\uff0c\u5bf9\u4e8e\u5927\u90e8\u5206\u72ec\u7acb\u7684\u7ebf\u7a0b\u6570\u636e\uff0cGPU\u4f7f\u7528\u53e6\u4e00\u79cd\u65b9\u5f0f\u6765\u9690\u85cf\u5ef6\u8fdf\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u56de\u60f3\u524d\u9762\u8bb2\u8ff0\u5355\u4e2a\u5904\u7406\u5668\u7684\u591a\u7ebf\u7a0b\u6280\u672f\uff0c\u5f53\u4e00\u4e2a\u7ebf\u7a0b\u5904\u4e8e\u5ef6\u8fdf\u72b6\u6001\u65f6\uff0c\u5904\u7406\u5668\u81ea\u52a8\u5207\u6362\u5230\u5176\u4ed6\u5904\u4e8e\u7b49\u5f85\u6267\u884c\u72b6\u6001\u7684\u7ebf\u7a0b\u8fdb\u884c\u6267\u884c\uff0c\u8fd9\u6837\u901a\u8fc7\u4f7f\u7528\u591a\u4e8e\u5904\u7406\u5668\u80fd\u591f\u5904\u7406\u4e2a\u6570\u7684\u7ebf\u7a0b\u6570\u76ee\uff0c\u5185\u5b58\u8bfb\u53d6\u7684\u5ef6\u8fdf\u4e5f\u80fd\u591f\u5728\u4e00\u5b9a\u7a0b\u5ea6\u4e0a\u88ab\u9690\u85cf\u3002"}),"\n",(0,a.jsx)(e.p,{children:"GPU\u6b63\u662f\u5c06\u8fd9\u79cd\u5ef6\u8fdf\u9690\u85cf\u6280\u672f\u53d1\u6325\u5230\u4e86\u6781\u81f4\uff0c\u8981\u653e\u5927\u8fd9\u79cd\u6280\u672f\u7684\u9690\u85cf\u4f5c\u7528\uff0c\u6709\u4e24\u4e2a\u65b9\u9762\u53ef\u4ee5\u6539\u8fdb\uff0c\u5176\u4e00\u662f\u4f7f\u7528\u80fd\u591f\u5bb9\u7eb3\u66f4\u591a\u7684\u7b49\u5f85\u7ebf\u7a0b\u3002\u5728GK210/110\u67b6\u6784\u4e2d\uff0c\u867d\u7136\u6bcf\u4e2aSMX\u53ea\u6709192\u4e2aSP\uff0c\u4f46\u662f\u6bcf\u4e2aSMX\u53ef\u4ee5\u5206\u914d\u6700\u591a\u9ad8\u8fbe2048\u4e2a\u7ebf\u7a0b\uff0c\u5373\u662f\u8bf4\u5f53\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u6709192\u4e2a\u7ebf\u7a0b\u5728\u6267\u884c\u8ba1\u7b97\u7684\u65f6\u5019\uff0c\u8fd8\u53ef\u4ee5\u6709\u5c06\u8fd12000\u4e2a\u7ebf\u7a0b\u6b63\u5728\u4ece\u5185\u5b58\u4e2d\u83b7\u53d6\u6570\u636e\uff0c\u8fd9\u6837\u901a\u8fc7\u5927\u91cf\u7684\u7ebf\u7a0b\u5c31\u4f7f\u5f97\u5927\u90e8\u5206\u7ebf\u7a0b\u7684\u5185\u5b58\u83b7\u53d6\u7684\u5ef6\u8fdf\u88ab\u9690\u85cf\u4e86\u3002"}),"\n",(0,a.jsx)(e.p,{children:"CPU\u591a\u7ebf\u7a0b\u6280\u672f\u7684\u53e6\u4e00\u4e2a\u74f6\u9888\u6765\u6e90\u4e8e\u5c11\u91cf\u7684\u5bc4\u5b58\u5668\uff0c\u867d\u7136\u6bcf\u4e2a\u65f6\u949f\u5468\u671f\u53ef\u4ee5\u5bb9\u7eb3\u591a\u4e2a\u7ebf\u7a0b\u5904\u4e8e\u5ef6\u8fdf\u72b6\u6001\uff0c\u4f46\u662f\u7531\u4e8e\u5bc4\u5b58\u5668\u6570\u91cf\u7684\u4e0d\u8db3\uff0c\u8fd9\u4e9b\u7ebf\u7a0b\u7684\u6570\u636e\u88ab\u653e\u5165\u5728\u7f13\u5b58\u7cfb\u7edf\u5f53\u4e2d\uff0c\u4f7f\u5f97\u6bcf\u6b21\u5207\u6362\u7ebf\u7a0b\u65f6\u90fd\u9700\u8981\u5bc4\u5b58\u5668\u6570\u636e\u7684\u6362\u8fdb\u6362\u51fa\uff0c\u56e0\u6b64\u6267\u884c\u591a\u7ebf\u7a0b\u5c31\u9700\u8981\u5927\u91cf\u7684\u5ef6\u8fdf\u3002GPU\u540c\u6837\u7528\u5230\u4e0a\u4e0b\u6587\u5207\u6362\u7684\u6982\u5ff5\uff0c\u4f46\u662f\u5b83\u62e5\u6709\u6570\u91cf\u4f17\u591a\u7684\u5bc4\u5b58\u5668\uff0c\u5b83\u81f4\u529b\u4e8e\u4e3a\u6bcf\u4e00\u4e2a\u7ebf\u7a0b\u90fd\u5206\u914d\u771f\u5b9e\u7684\u5bc4\u5b58\u5668\uff0c\u54ea\u6015\u662f\u5904\u4e8e\u7b49\u5f85\u72b6\u6001\u7684\u7ebf\u7a0b\uff0c\u8fd9\u6b63\u662f\u5b83\u9690\u85cf\u5ef6\u8fdf\u7684\u79d8\u5bc6\u6240\u5728\uff0c\u56e0\u6b64\uff0c\u4e00\u6b21\u4e0a\u4e0b\u6587\u8c03\u6362\u53ea\u9700\u8981\u91cd\u65b0\u6267\u884c\u53e6\u4e00\u4e2a\u5bc4\u5b58\u5668\u7ec4\u3002\u5728GK110\u67b6\u6784\u4e2d\uff0c\u6bcf\u4e2aSMX\u670965 536\u4e2a32\u4f4d\u7684\u5bc4\u5b58\u5668\uff0cGK210\u66f4\u662f\u9ad8\u8fbe131 072\u4e2a32\u4f4d\u5bc4\u5b58\u5668\u3002\u4f7f\u5f97\u6bcf\u4e2a\u7ebf\u7a0b\u53ef\u4ee5\u62e5\u6709\u591a\u8fbe32\uff0865 536/2048\uff09\u4e2a\u4ee5\u4e0a\u5bc4\u5b58\u5668\u53ef\u7528\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u6b64\u5916\uff0c\u5229\u7528\u8fd9\u79cd\u5ef6\u8fdf\u9690\u85cf\u6280\u672f\uff0c\u8fd8\u53ef\u4ee5\u5b9e\u73b0\u5185\u6838\u7684\u6267\u884c\u4e0e\u4eceCPU\u5230GPU\u5185\u5b58\u7684\u4f20\u8f93\u91cd\u53e0\u8fdb\u884c\u3002\u5982\u56fe\uff085\uff09\u6240\u793a\uff0c\u5982\u679c\u5185\u6838\u51fd\u6570\u76f4\u63a5\u4eceCPU\u800c\u4e0d\u662f\u4eceGPU\u7684\u5168\u5c40\u5185\u5b58\u83b7\u53d6\u6570\u636e\uff0c\u5c31\u53ef\u4ee5\u4e0d\u9700\u8981\u7b49\u5f85\u6240\u6709\u6570\u636e\u90fd\u4f20\u8f93\u81f3GPU\u4e4b\u540e\u518d\u5f00\u59cb\u6267\u884c\u5185\u6838\u51fd\u6570\u7684\u8ba1\u7b97\u3002\u7531\u4e8e\u5e76\u884c\u8ba1\u7b97\u63d0\u6210\u6d89\u53ca\u5927\u91cf\u7684\u6570\u636e\u96c6\uff0c\u8fd9\u79cd\u91cd\u53e0\u6280\u672f\u53ef\u4ee5\u4f7f\u5f97GPU\u7684\u5229\u7528\u7387\u66f4\u9ad8\uff08\u4e0d\u9700\u8981\u5728CPU\u5411GPU\u4f20\u8f93\u5927\u91cf\u6570\u636e\u96c6\u7684\u65f6\u5019\u7a7a\u95f2\u7b49\u5f85\uff09\u3002"}),"\n",(0,a.jsx)(n,{id:"f:rp-streaming",num:"5",caption:"\u5185\u6838\u6267\u884c\u4e0e\u5185\u6838\u4f20\u8f93\u91cd\u53e0\u8fdb\u884c",children:(0,a.jsx)("img",{src:"/img/figures/rp/streaming.svg",width:"100%"})}),"\n",(0,a.jsx)(e.h3,{id:"\u5168\u5c40\u5185\u5b58\u8bbf\u95ee\u7684\u5408\u5e76",children:"\u5168\u5c40\u5185\u5b58\u8bbf\u95ee\u7684\u5408\u5e76"}),"\n",(0,a.jsx)(e.p,{children:"\u5e76\u884c\u8ba1\u7b97\u7684\u6027\u80fd\uff0c\u8fd8\u53ef\u4ee5\u5f97\u76ca\u4e8e\u5176\u7a0b\u5e8f\u548c\u6570\u636e\u7684\u4e00\u81f4\u6027\uff0c\u8fd9\u79cd\u4e00\u81f4\u6027\u8d8a\u9ad8\uff0c\u80fd\u591f\u5b9e\u73b0\u7684\u541e\u5410\u7387\u5c31\u8d8a\u9ad8\uff0c\u53cd\u4e4b\u6570\u636e\u7684\u5b58\u50a8\u8d8a\u53d1\u6563\uff0c\u5219\u5c06\u5bfc\u81f4\u66f4\u4f4e\u7684\u541e\u5410\u7387\u3002\u6240\u4ee5\uff0c\u9664\u4e86\u9700\u8981\u7ba1\u7406\u5185\u6838\u51fd\u6570\u53d8\u91cf\u7684\u5185\u5b58\u4f4d\u7f6e\uff0c\u5e76\u884c\u8ba1\u7b97\u7684\u53e6\u4e00\u4e2a\u96be\u70b9\u8fd8\u5728\u4e8e\u7a0b\u5e8f\u5458\u9700\u8981\u53bb\u7cbe\u5fc3\u8bbe\u8ba1\u5168\u5c40\u5185\u5b58\u6570\u636e\u7684\u5e03\u5c40\u3002"}),"\n",(0,a.jsx)(e.p,{children:"GPU\u4f7f\u7528\u4e00\u79cd\u79f0\u4e3a\u5185\u5b58\u5408\u5e76\uff08Memory coalescing\uff09\u7684\u6280\u672f\u6765\u5145\u5206\u5229\u7528\u5e76\u884c\u7a0b\u5e8f\u7684\u6570\u636e\u8fde\u7eed\u6027\u3002\u5f53\u8fde\u7eed\u7684\u7ebf\u7a0b\u5411\u5168\u5c40\u5185\u5b58\u53d1\u8d77\u6570\u636e\u8bf7\u6c42\uff0c\u5e76\u4e14\u8bf7\u6c42\u7684\u5185\u5b58\u5757\u662f\u8fde\u7eed\u5bf9\u9f50\u65f6\uff0c\u8fd9\u4e9b\u7ebf\u7a0b\u7684\u591a\u4e2a\u5185\u5b58\u8bf7\u6c42\u4f1a\u88ab\u5408\u5e76\u6210\u4e00\u6b21\u8bf7\u6c42\uff0c\u7136\u540e\u4e00\u6b21\u6027\u8fd4\u56de\u6240\u6709\u6570\u636e\u3002\u4e00\u822c\u53ef\u4ee5\u8fd4\u56de\u6574\u4e2a\u7ebf\u7a0b\u675f\u6240\u9700\u8981\u7684\u6570\u636e\uff0c\u5982\u56fe\uff086\uff09\u6240\u793a\u3002SMX\u4e2d\u7684\u7ebf\u7a0b\u6bcf32\u4e2a\u4f1a\u88ab\u7ec4\u6210\u4e00\u4e2a\u7ebf\u7a0b\u675f\uff08Thread wrap\uff09\uff0c\u6bcf\u4e2a\u7ebf\u7a0b\u675f\u5185\u7684\u7ebf\u7a0b\u4f1a\u88ab\u4fdd\u8bc1\u5e76\u884c\u6267\u884c\u3002\u7531\u4e8e\u4e00\u4e2a\u5b58\u50a8\u4e8b\u52a1\u662f\u9700\u8981\u4e00\u5b9a\u5f00\u652f\u7684\uff0c\u5185\u5b58\u5408\u5e76\u4f7f\u5f97\u591a\u4e2a\u7ebf\u7a0b\u7684\u5185\u5b58\u8bf7\u6c42\u53ea\u9700\u8981\u4e00\u4e2a\u5b58\u50a8\u4e8b\u52a1\u5373\u53ef\u89e3\u51b3\u95ee\u9898\u3002"}),"\n",(0,a.jsx)(n,{id:"f:rp-coalescing",num:"6",caption:"\u4e00\u4e2a\u7ebf\u7a0b\u675f\u5185\u76f8\u90bb\u7ebf\u7a0b\u5bf9\u76f8\u90bb\u8fde\u7eed\u5bf9\u9f50\u7684\u5185\u5b58\u7684\u8bfb\u53d6\u5c06\u4f1a\u88ab\u5408\u5e76\u6210\u4e00\u6b21\u8bfb\u53d6\uff0c\u5927\u5927\u51cf\u5c11\u5b58\u50a8\u76f8\u5173\u4e8b\u52a1\u7684\u5f00\u652f",children:(0,a.jsx)("img",{src:"/img/figures/rp/coalescing.svg",width:"100%"})}),"\n",(0,a.jsx)(e.p,{children:"\u5185\u5b58\u4f1a\u57fa\u4e8e\u7ebf\u7a0b\u675f\u7684\u65b9\u5f0f\u8fdb\u884c\u5408\u5e76\uff0c\u5185\u5b58\u5408\u5e76\u4e8b\u52a1\u5927\u5c0f\u652f\u630132\uff0c64\u4ee5\u53ca128\u5b57\u8282\uff0c\u5206\u522b\u8868\u793a\u7ebf\u7a0b\u675f\u4e2d\u6bcf\u4e2a\u7ebf\u7a0b\u4ee51\uff0c2\u4ee5\u53ca4\u4e2a\u5b57\u8282\u4e3a\u5355\u4f4d\u8bfb\u53d6\u6570\u636e\u3002\u5168\u5c40\u5185\u5b58\u652f\u6301\u5355\u4e2a\u6307\u4ee4\u8bfb\u6216\u5199\u7684\u8bf7\u6c42\u7684\u5185\u5b58\u5927\u5c0f\u4e3a1, 2, 4, 8, \u6216\u8005 16 \u5b57\u8282\uff0c\u8981\u60f3\u83b7\u5f97\u5185\u5b58\u5408\u5e76\uff0c\u6bcf\u4e2a\u7ebf\u7a0b\u8bbf\u95ee\u7684\u6570\u636e\u5fc5\u987b\u57fa\u4e8e\u8fd9\u4e9b\u57fa\u7840\u6570\u636e\u5bf9\u9f50\u7684\uff0c\u5426\u5219\u5c06\u4e0d\u80fd\u83b7\u5f97\u5185\u5b58\u5408\u5e76\u7684\u597d\u5904\u3002\u6240\u8c13\u5bf9\u9f50\uff08align\uff09\uff0c\u5373\u662f\u6307\u6bcf\u6b21\u6307\u4ee4\u83b7\u53d6\u7684\u6570\u636e\u6240\u5360\u5185\u5b58\u5927\u5c0f\u662f\u548c\u5185\u5b58\u7cfb\u7edf\u652f\u6301\u7684\u5b58\u53d6\u5355\u4f4d\u4e00\u81f4\u7684\uff0c\u4f8b\u5982\u4e00\u4e2a\u6570\u636e\u6240\u5360\u5185\u5b58\u5927\u5c0f\u4e3a10\u5b57\u8282\uff0c\u5c06\u5bfc\u81f4\u8fd4\u56de\u4e00\u4e2a16\u5b57\u8282\u7684\u6570\u636e\uff0c\u8fd9\u4e2a\u6570\u636e\u7c7b\u578b\u5c31\u662f\u6ca1\u6709\u5bf9\u9f50\u7684\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u6240\u6709\u5185\u7f6e\u7c7b\u578b\u5982char, short, int, long, longlong, float\u4ee5\u53ca\u53cc\u7cbe\u5ea6\u7684float2 \u548c float4\u90fd\u662f\u81ea\u52a8\u5bf9\u9f50\u7684\uff0c\u5bf9\u4e8e\u7528\u6237\u81ea\u5b9a\u4e49\u7684\u6570\u636e\u7c7b\u578b\uff0c\u5176\u53ef\u4ee5\u4f7f\u7528\u5bf9\u9f50\u6807\u8bc6\u7b26__align__ \u8fdb\u884c\u5f3a\u5236\u5bf9\u9f50\uff08\u4f46\u8fd9\u6837\u5c06\u5bfc\u81f4\u4e00\u4e9b\u672a\u5b9a\u4e49\u7684\u6570\u636e\u6d6a\u8d39\u5185\u5b58\uff0c\u6240\u4ee5\u901a\u5e38\u6211\u4eec\u5e94\u8be5\u7cbe\u5fc3\u8bbe\u8ba1\u81ea\u5b9a\u4e49\u7c7b\u578b\u4ee5\u5145\u5206\u5229\u7528\u5185\u5b58\u5408\u5e76\u4ee5\u53ca\u5185\u5b58\u7684\u5360\u7528\uff09\uff0c\u5982\uff1a"}),"\n",(0,a.jsx)(e.pre,{children:(0,a.jsx)(e.code,{children:"struct __align__(8) {\r\n float x;\r\n float y; \r\n};\n"})}),"\n",(0,a.jsx)(e.p,{children:"\u6216\u8005\uff1a"}),"\n",(0,a.jsx)(e.pre,{children:(0,a.jsx)(e.code,{children:"struct __align__(16) {\r\n\tfloat x;\r\n\tfloat y;\r\n\tfloat z; \r\n};\n"})}),"\n",(0,a.jsx)(e.h4,{id:"\u5206-\u652f",children:"\u5206 \u652f"}),"\n",(0,a.jsx)(e.p,{children:"\u6700\u540e\u6211\u4eec\u8981\u8ba8\u8bba\u7684\u662f\u6761\u4ef6\u5206\u652f\u6307\u4ee4\uff0c\u4f20\u7edf\u7684CPU\u7684\u76ee\u6807\u662f\u6267\u884c\u4e32\u884c\u4ee3\u7801\uff0c\u5b83\u4eec\u5305\u542b\u4e86\u4e00\u4e9b\u7279\u6b8a\u786c\u4ef6\uff0c\u4f8b\u5982\u5206\u652f\u9884\u6d4b\u5355\u5143\uff0c\u591a\u7ea7\u7f13\u5b58\u7b49\uff0c\u6240\u6709\u8fd9\u4e9b\u90fd\u662f\u9488\u5bf9\u4e32\u884c\u4ee3\u7801\u7684\u6267\u884c\uff1b\u4f46GPU\u5e76\u4e0d\u662f\u4e3a\u6267\u884c\u4e32\u884c\u4ee3\u7801\u800c\u8bbe\u8ba1\u7684\uff0c\u4e3a\u4e86\u9ad8\u6548\u6267\u884c\u5927\u91cf\u7684\u5e76\u884c\u8ba1\u7b97\uff0cGPU\u5e76\u6ca1\u6709\u50cfCPU\u90a3\u4e48\u590d\u6742\u7684\u786c\u4ef6\u5b9e\u73b0\u7684\u5206\u652f\u9884\u6d4b\u529f\u80fd\uff0c\u540c\u524d\u9762\u7684\u53d8\u91cf\u5185\u5b58\u4f4d\u7f6e\u5206\u914d\uff0c\u6570\u636e\u7684\u8fde\u7eed\u5bf9\u9f50\u4e00\u6837\uff0c\u6761\u4ef6\u5206\u652f\u540c\u6837\u9700\u8981\u7a0b\u5e8f\u5458\u5c0f\u5fc3\u5730\u5904\u7406\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u5bf9\u4e8e\u5206\u652f\u6307\u4ee4\uff0cGPU\u5728\u6267\u884c\u5b8c\u5206\u652f\u7ed3\u6784\u7684\u4e00\u4e2a\u5206\u652f\u540e\u4f1a\u63a5\u7740\u6267\u884c\u53e6\u4e00\u4e2a\u5206\u652f\uff0c\u5bf9\u4e0d\u6ee1\u8db3\u6761\u4ef6\u7684\u5206\u652f\uff0cGPU\u5728\u6267\u884c\u8fd9\u6bb5\u4ee3\u7801\u7684\u65f6\u5019\u4f1a\u5c06\u5b83\u4eec\u8bbe\u7f6e\u6210\u4e3a\u6fc0\u6d3b\u72b6\u6001\uff0c\u5f53\u8fd9\u5757\u4ee3\u7801\u6267\u884c\u5b8c\u6bd5\u4e4b\u540e\uff0cGPU\u7ee7\u7eed\u6267\u884c\u53e6\u4e00\u5206\u652f\u3002\u8fd9\u79cd\u673a\u5236\u662f\u7531\u4e8e\u6bcf\u4e2aSMX\u5185\u7684\u6bcf\u4e2a\u7ebf\u7a0b\u675f\u6bcf\u6b21\u53ea\u83b7\u53d6\u4e00\u6761\u6307\u4ee4\uff0c\u5b83\u4e0d\u80fd\u540c\u65f6\u83b7\u53d6\u6761\u4ef6\u4e3a\u771f\u548c\u6761\u4ef6\u4e3a\u5047\u4e24\u6761\u6307\u4ee4\u3002"}),"\n",(0,a.jsx)(e.p,{children:"\u8fd9\u6837\u5bfc\u81f4\u7684\u7ed3\u679c\u5c31\u662f\uff0c\u5f53\u7a0b\u5e8f\u4e2d\u5305\u542b\u5206\u652f\u6307\u4ee4\u65f6\uff0c\u5982\u679c\u5728\u4e00\u4e2a\u7ebf\u7a0b\u675f\u5185\u7684\u5206\u652f\u5206\u5e03\u662f\u4e0d\u8fde\u7eed\u7684\uff0c\u4f8b\u5982\u56fe\uff087\uff09(b)\u6240\u793a\uff0c\u5219\u5c06\u5bfc\u81f4\u5728\u5904\u7406\u5206\u652f\u7684\u65f6\u5019\u90e8\u5206\u7ebf\u7a0b\u5904\u4e8e\u7a7a\u95f2\u72b6\u6001\uff0c\u4e0d\u80fd\u5145\u5206\u5229\u7528GPU\u7684\u8ba1\u7b97\u8d44\u6e90\u3002\u66f4\u7cdf\u7cd5\u7684\u662f\uff0c\u8fd9\u79cd\u7531\u4e8e\u5206\u652f\u5bfc\u81f4\u7684\u7ebf\u7a0b\u5e76\u4e0d\u4f1a\u5bfc\u81f4\u5904\u7406\u5668\u5c06\u8ba1\u7b97\u8d44\u6e90\u5207\u6362\u5230\u5176\u4ed6\u7ebf\u7a0b\u675f\u6267\u884c\uff0c\u5373\u662f\u8bf4\uff0c\u7531\u4e8e\u5206\u652f\u5bfc\u81f4\u7684\u90e8\u5206\u7ebf\u7a0b\u7684\u95f2\u7f6e\u5e76\u4e0d\u80fd\u7b97\u4f5c\u7ebf\u7a0b\u963b\u585e\uff0c\u53ea\u6709\u5185\u5b58\u8bfb\u53d6\u7684\u5ef6\u8fdf\u624d\u80fd\u4fc3\u4f7f\u7ebf\u7a0b\u5207\u6362\u3002"}),"\n",(0,a.jsxs)(n,{id:"f:rp-branching",num:"7",caption:"GPU\u5e76\u6ca1\u6709\u590d\u6742\u7684\u5206\u652f\u9884\u6d4b\u5355\u5143\uff0c\u8fd9\u662f\u7531\u4e8e\u5176SIMD\u67b6\u6784\u7279\u6027\u51b3\u5b9a\u7684\uff0cSIMD\u5728\u4e00\u5b9a\u7684\u6570\u636e\u5185\u53ea\u83b7\u53d6\u6307\u4ee4\u4e00\u6b21\uff0c\u6240\u4ee5\u4e0d\u8fde\u7eed\u7684\u5206\u652f\u5c06\u5bfc\u81f4\u8d44\u6e90\u95f2\u7f6e\uff0c\u4f46\u662f\u8fde\u7eed\u7684\u5206\u652f\u5206\u5e03\u5219\u53ef\u4ee5\u907f\u514d\u8fd9\u79cd\u95f2\u7f6e",children:[(0,a.jsx)("img",{src:"/img/figures/rp/branching-1.svg",alt:"\u6761\u4ef6\u5206\u652f\u6307\u4ee4",width:"24%"}),(0,a.jsx)("img",{src:"/img/figures/rp/branching-2.svg",alt:"\u5206\u652f\u5206\u5e03\u4e0d\u8fde\u7eed",width:"24%"}),(0,a.jsx)("img",{src:"/img/figures/rp/branching-3.svg",alt:"\u8fde\u7eed\u7684\u5206\u652f\u5206\u5e03",width:"51%"})]}),"\n",(0,a.jsxs)(e.p,{children:["\u4e0d\u8fc7\u5728\u6307\u4ee4\u7684\u5c42\u9762\uff0c\u786c\u4ef6\u7684\u8c03\u5ea6\u662f\u57fa\u4e8e\u534a\u4e2a\u7ebf\u7a0b\u675f\uff0c\u53ea\u8981\u6211\u4eec\u80fd\u591f\u5c06\u534a\u4e2a\u7ebf\u7a0b\u675f\u4e2d\u8fde\u7eed\u768416\u4e2a\u7ebf\u7a0b\u675f\u5212\u5206\u5230\u540c\u4e00\u5206\u652f\u4e2d\uff0c\u90a3\u4e48\u786c\u4ef6\u5c31\u80fd\u540c\u65f6\u6267\u884c\u5206\u652f\u7ed3\u6784\u7684\u4e24\u4e2a\u4e0d\u540c\u6761\u4ef6\u7684\u5206\u652f\u5757\u3002\u7136\u800c\u8fd9\u79cd\u6761\u4ef6\u975e\u5e38\u82db\u523b\uff0c\u5bf9\u4e8e\u5206\u652f\u6307\u4ee4\uff0c\u6700\u6709\u6548\u7684\u65b9\u6cd5\u662f\u5c3d\u91cf\u4fdd\u8bc1\u5206\u652f\u7684\u8fde\u7eed\u6027\uff0c\u5bf9\u4e8e\u6240\u6709\u7ebf\u7a0b\u7ec4\u6210\u7684\u6761\u4ef6\u6570\u7ec4\u6392\u5e8f\uff0c\u6216\u8005\u4ee5\u67d0\u79cd\u65b9\u5f0f\u7684\u5904\u7406\uff0c\u4f7f\u5f97\u5206\u652f\u80fd\u591f\u8fde\u7eed\u6392\u5217\u3002\u4f8b\u5982\u5982\u679c\u6761\u4ef6\u662f\u5927\u4e8e\u67d0\u4e2a\u6570",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsx)(e.mrow,{children:(0,a.jsx)(e.mi,{children:"n"})}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,a.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,a.jsx)(e.span,{className:"mord mathnormal",children:"n"})]})})]}),"\uff0c\u5219\u53ef\u4ee5\u8ba9\u6570\u7ec4\u4e2d\u7684\u5143\u7d20\u4ee5",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsx)(e.mrow,{children:(0,a.jsx)(e.mi,{children:"n"})}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,a.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,a.jsx)(e.span,{className:"mord mathnormal",children:"n"})]})})]}),"\u5206\u5272\u8fdb\u884c\u6392\u5217\uff0c\u5de6\u8fb9\u7684\u6570\u5168\u90e8\u5927\u4e8e",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsx)(e.mrow,{children:(0,a.jsx)(e.mi,{children:"n"})}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,a.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,a.jsx)(e.span,{className:"mord mathnormal",children:"n"})]})})]}),"\uff0c\u800c\u53f3\u8fb9\u7684\u6570\u5168\u90e8\u5c0f\u4e8e\u6216\u7b49\u4e8e",(0,a.jsxs)(e.span,{className:"katex",children:[(0,a.jsx)(e.span,{className:"katex-mathml",children:(0,a.jsx)(e.math,{xmlns:"http://www.w3.org/1998/Math/MathML",children:(0,a.jsxs)(e.semantics,{children:[(0,a.jsx)(e.mrow,{children:(0,a.jsx)(e.mi,{children:"n"})}),(0,a.jsx)(e.annotation,{encoding:"application/x-tex",children:"n"})]})})}),(0,a.jsx)(e.span,{className:"katex-html","aria-hidden":"true",children:(0,a.jsxs)(e.span,{className:"base",children:[(0,a.jsx)(e.span,{className:"strut",style:{height:"0.4306em"}}),(0,a.jsx)(e.span,{className:"mord mathnormal",children:"n"})]})})]}),"\uff0c\u8fd9\u5c06\u5bfc\u81f4\u5206\u652f\u5206\u5e03\u6bd4\u8f83\u8fde\u7eed\uff0c\u4ec5\u5728\u5206\u5272\u7684\u4f4d\u7f6e\u6216\u8005\u4e24\u7aef\u53ef\u80fd\u51fa\u73b0\u5206\u5e03\u4e0d\u8fde\u7eed\u3002\u7531\u4e8e\u4e00\u4e2a\u5927\u578b\u7684\u5e76\u884c\u8ba1\u7b97\u5e38\u5e38\u6709\u4e0a\u4e07\u7684\u7ebf\u7a0b\uff0c\u56e0\u6b64\u8fd9\u79cd\u5c0f\u5c0f\u7684\u4f18\u5316\u4e5f\u53ef\u4ee5\u5e26\u6765\u4e00\u5b9a\u7684\u6027\u80fd\u63d0\u5347\uff0c\u5206\u652f\u5206\u5e03\u8fde\u7eed\u7684\u6307\u4ee4\u6267\u884c\u5982\u56fe\uff087\uff09(c)\u6240\u793a\u3002"]})]})}function m(s={}){const{wrapper:e}={...(0,i.a)(),...s.components};return e?(0,a.jsx)(e,{...s,children:(0,a.jsx)(d,{...s})}):d(s)}},1151:(s,e,n)=>{n.d(e,{Z:()=>t,a:()=>r});var a=n(7294);const i={},l=a.createContext(i);function r(s){const e=a.useContext(l);return a.useMemo((function(){return"function"==typeof s?s(e):{...e,...s}}),[e,s])}function t(s){let e;return e=s.disableParentContext?"function"==typeof s.components?s.components(i):s.components||i:r(s.components),a.createElement(l.Provider,{value:e},s.children)}}}]); \ No newline at end of file diff --git a/assets/js/f3f3680d.da8493ad.js b/assets/js/f3f3680d.da8493ad.js new file mode 100644 index 0000000..5a55360 --- /dev/null +++ b/assets/js/f3f3680d.da8493ad.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[4038],{771:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>i,default:()=>p,frontMatter:()=>a,metadata:()=>s,toc:()=>d});var r=n(5893),o=n(1151);const a={},i="11 \u57fa\u4e8e\u9884\u8ba1\u7b97\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",s={id:"precomputed-radiance-transfer/index",title:"11 \u57fa\u4e8e\u9884\u8ba1\u7b97\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",description:"",source:"@site/docs/10-precomputed-radiance-transfer/index.md",sourceDirName:"10-precomputed-radiance-transfer",slug:"/precomputed-radiance-transfer/",permalink:"/docs/precomputed-radiance-transfer/",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/10-precomputed-radiance-transfer/index.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"10 \u5373\u65f6\u8f90\u5c04\u5ea6\u65b9\u6cd5",permalink:"/docs/instant-radiosity/"},next:{title:"12 \u57fa\u4e8e\u4f53\u7d20\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",permalink:"/docs/voxel-based-global-illumination/"}},c={},d=[];function u(e){const t={h1:"h1",...(0,o.a)(),...e.components};return(0,r.jsx)(t.h1,{id:"11-\u57fa\u4e8e\u9884\u8ba1\u7b97\u7684\u5168\u5c40\u5149\u7167\u6280\u672f",children:"11 \u57fa\u4e8e\u9884\u8ba1\u7b97\u7684\u5168\u5c40\u5149\u7167\u6280\u672f"})}function p(e={}){const{wrapper:t}={...(0,o.a)(),...e.components};return t?(0,r.jsx)(t,{...e,children:(0,r.jsx)(u,{...e})}):u(e)}},1151:(e,t,n)=>{n.d(t,{Z:()=>s,a:()=>i});var r=n(7294);const o={},a=r.createContext(o);function i(e){const t=r.useContext(a);return r.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function s(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:i(e.components),r.createElement(a.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/f6750d1b.6f46e848.js b/assets/js/f6750d1b.6f46e848.js new file mode 100644 index 0000000..a3c8b81 --- /dev/null +++ b/assets/js/f6750d1b.6f46e848.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[5912],{6012:(t,e,n)=>{n.r(e),n.d(e,{assets:()=>c,contentTitle:()=>r,default:()=>u,frontMatter:()=>s,metadata:()=>a,toc:()=>d});var o=n(5893),i=n(1151);const s={},r="8 \u6885\u7279\u6ce2\u5229\u65af\u5149\u7167\u4f20\u8f93",a={id:"mlt/index",title:"8 \u6885\u7279\u6ce2\u5229\u65af\u5149\u7167\u4f20\u8f93",description:"",source:"@site/docs/7-mlt/index.md",sourceDirName:"7-mlt",slug:"/mlt/",permalink:"/docs/mlt/",draft:!1,unlisted:!1,editUrl:"https://github.com/ElvisQin/thegibook/edit/master/website/docs/7-mlt/index.md",tags:[],version:"current",lastUpdatedBy:"Chunlin Qin",lastUpdatedAt:1704544276,formattedLastUpdatedAt:"Jan 6, 2024",frontMatter:{},sidebar:"tutorialSidebar",previous:{title:"7 \u5149\u5b50\u6620\u5c04",permalink:"/docs/photon-mapping/"},next:{title:"9 \u8f90\u5c04\u5ea6\u65b9\u6cd5",permalink:"/docs/radiosity/"}},c={},d=[];function l(t){const e={h1:"h1",...(0,i.a)(),...t.components};return(0,o.jsx)(e.h1,{id:"8-\u6885\u7279\u6ce2\u5229\u65af\u5149\u7167\u4f20\u8f93",children:"8 \u6885\u7279\u6ce2\u5229\u65af\u5149\u7167\u4f20\u8f93"})}function u(t={}){const{wrapper:e}={...(0,i.a)(),...t.components};return e?(0,o.jsx)(e,{...t,children:(0,o.jsx)(l,{...t})}):l(t)}},1151:(t,e,n)=>{n.d(e,{Z:()=>a,a:()=>r});var o=n(7294);const i={},s=o.createContext(i);function r(t){const e=o.useContext(s);return o.useMemo((function(){return"function"==typeof t?t(e):{...e,...t}}),[e,t])}function a(t){let e;return e=t.disableParentContext?"function"==typeof t.components?t.components(i):t.components||i:r(t.components),o.createElement(s.Provider,{value:e},t.children)}}}]); \ No newline at end of file diff --git a/assets/js/main.076aae83.js b/assets/js/main.076aae83.js new file mode 100644 index 0000000..86202bf --- /dev/null +++ b/assets/js/main.076aae83.js @@ -0,0 +1,2 @@ +/*! For license information please see main.076aae83.js.LICENSE.txt */ +(self.webpackChunkthegibook=self.webpackChunkthegibook||[]).push([[179],{723:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});n(7294);var r=n(8356),o=n.n(r),a=n(6887);const i={"01a85c17":[()=>Promise.all([n.e(532),n.e(4013)]).then(n.bind(n,1223)),"@theme/BlogTagsListPage",1223],"031793e1":[()=>n.e(1633).then(n.t.bind(n,2511,19)),"~blog/default/blog-tags-facebook-038.json",2511],"096bfee4":[()=>n.e(7178).then(n.t.bind(n,5010,19)),"~blog/default/blog-tags-facebook-038-list.json",5010],"13c8bae1":[()=>n.e(4051).then(n.bind(n,5311)),"@site/docs/4-monte-carlo/5-variance-reduction.md",5311],"173be54a":[()=>n.e(300).then(n.t.bind(n,5745,19)),"D:\\Github\\thegibook\\website\\.docusaurus\\docusaurus-plugin-content-pages\\default\\plugin-route-context-module-100.json",5745],17896441:[()=>Promise.all([n.e(532),n.e(8601),n.e(7918)]).then(n.bind(n,8945)),"@theme/DocItem",8945],"1f391b9e":[()=>Promise.all([n.e(532),n.e(8601),n.e(3085)]).then(n.bind(n,4247)),"@theme/MDXPage",4247],"22c5a16b":[()=>n.e(7845).then(n.bind(n,5502)),"@site/docs/4-monte-carlo/2-monte-carlo.md",5502],"30a24c52":[()=>n.e(453).then(n.t.bind(n,8605,19)),"~blog/default/blog-tags-hello-039.json",8605],"365342bf":[()=>n.e(348).then(n.bind(n,7450)),"@site/docs/1-introduction/index.md",7450],"393be207":[()=>n.e(7414).then(n.bind(n,1181)),"@site/src/pages/markdown-page.md",1181],"4c9e35b1":[()=>n.e(9035).then(n.t.bind(n,499,19)),"~blog/default/blog-tags-hola-ea2-list.json",499],"5229e094":[()=>n.e(5023).then(n.bind(n,9976)),"@site/docs/4-monte-carlo/4-markov-chain.md",9976],"58918f7f":[()=>n.e(9517).then(n.bind(n,579)),"@site/docs/4-monte-carlo/3-sampling.md",579],59362658:[()=>n.e(2267).then(n.bind(n,7797)),"@site/blog/2021-08-01-mdx-blog-post.mdx",7797],"5bcbb5e9":[()=>n.e(4445).then(n.bind(n,9098)),"@site/docs/1-introduction/7-offline-and-rt.md",9098],"5e95c892":[()=>n.e(9661).then(n.bind(n,1892)),"@theme/DocsRoot",1892],"5e9f5e1a":[()=>Promise.resolve().then(n.bind(n,6809)),"@generated/docusaurus.config",6809],"608ae6a4":[()=>n.e(6938).then(n.t.bind(n,4545,19)),"~blog/default/blog-tags-docusaurus-0e0-list.json",4545],66406991:[()=>n.e(110).then(n.t.bind(n,711,19)),"~blog/default/blog-tags-hello-039-list.json",711],"67798b83":[()=>n.e(9873).then(n.bind(n,4489)),"@site/docs/2-hardware/1-cpu.md",4489],"6875c492":[()=>Promise.all([n.e(532),n.e(8601),n.e(9677),n.e(8610)]).then(n.bind(n,1714)),"@theme/BlogTagsPostsPage",1714],"70f2435b":[()=>n.e(2722).then(n.bind(n,6294)),"@site/docs/2-hardware/2-parallel-computing.md",6294],"73664a40":[()=>n.e(3514).then(n.bind(n,1985)),"@site/blog/2019-05-29-long-blog-post.md",1985],"7661071f":[()=>n.e(9642).then(n.bind(n,3174)),"@site/blog/2021-08-26-welcome/index.md?truncated=true",3174],"785e6384":[()=>n.e(4249).then(n.bind(n,1913)),"@site/docs/4-monte-carlo/index.md",1913],"7e4301df":[()=>n.e(3431).then(n.bind(n,2785)),"@site/docs/4-monte-carlo/1-probability.md",2785],"814f3328":[()=>n.e(2535).then(n.t.bind(n,5641,19)),"~blog/default/blog-post-list-prop-default.json",5641],"849d8c5d":[()=>n.e(3018).then(n.bind(n,4679)),"@site/docs/1-introduction/6-intro-the-rendering-equation.md",4679],"8717b14a":[()=>n.e(948).then(n.bind(n,7106)),"@site/blog/2019-05-29-long-blog-post.md?truncated=true",7106],"925b3f96":[()=>n.e(9003).then(n.bind(n,3902)),"@site/blog/2019-05-28-first-blog-post.md?truncated=true",3902],"935f2afb":[()=>n.e(53).then(n.t.bind(n,1109,19)),"~docs/default/version-current-metadata-prop-751.json",1109],"9893b9fa":[()=>n.e(2580).then(n.bind(n,4710)),"@site/docs/11-voxel-based-global-illumination/index.md",4710],"9bae0160":[()=>n.e(4435).then(n.bind(n,8699)),"@site/docs/0-preface.md",8699],"9dbd6939":[()=>n.e(9370).then(n.bind(n,7878)),"@site/docs/1-introduction/5-pbr.md",7878],"9e3f7841":[()=>n.e(4855).then(n.bind(n,4536)),"@site/docs/1-introduction/1-what-is-gi.md",4536],"9e4087bc":[()=>n.e(3608).then(n.bind(n,3169)),"@theme/BlogArchivePage",3169],a3de1705:[()=>n.e(1543).then(n.bind(n,2006)),"@site/docs/1-introduction/2-radiometry.md",2006],a52467ec:[()=>n.e(8034).then(n.bind(n,5418)),"@site/docs/9-instant-radiosity/index.md",5418],a6aa9e1f:[()=>Promise.all([n.e(532),n.e(8601),n.e(9677),n.e(3089)]).then(n.bind(n,46)),"@theme/BlogListPage",46],a7023ddc:[()=>n.e(1713).then(n.t.bind(n,3457,19)),"~blog/default/blog-tags-tags-4c2.json",3457],a7bd4aaa:[()=>n.e(8518).then(n.bind(n,8564)),"@theme/DocVersionRoot",8564],a80da1cf:[()=>n.e(3205).then(n.t.bind(n,4863,19)),"~blog/default/blog-tags-docusaurus-0e0.json",4863],a94703ab:[()=>Promise.all([n.e(532),n.e(4368)]).then(n.bind(n,2674)),"@theme/DocRoot",2674],b2b675dd:[()=>n.e(533).then(n.t.bind(n,8017,19)),"~blog/default/blog-c06.json",8017],b2f554cd:[()=>n.e(1477).then(n.t.bind(n,10,19)),"~blog/default/blog-archive-80c.json",10],b4a50465:[()=>n.e(3638).then(n.bind(n,9909)),"@site/docs/3-shading/index.md",9909],b802cdb0:[()=>n.e(2905).then(n.bind(n,6330)),"@site/docs/2-hardware/index.md",6330],c0abadfa:[()=>n.e(9582).then(n.bind(n,7729)),"@site/docs/1-introduction/4-intro-sampling.md",7729],c3db64d4:[()=>n.e(4289).then(n.bind(n,4747)),"@site/docs/1-introduction/3-shading.md",4747],c4f5d8e4:[()=>Promise.all([n.e(532),n.e(4195)]).then(n.bind(n,8850)),"@site/src/pages/index.js",8850],ccc49370:[()=>Promise.all([n.e(532),n.e(8601),n.e(9677),n.e(6103)]).then(n.bind(n,5203)),"@theme/BlogPostPage",5203],d0f3f30b:[()=>n.e(5122).then(n.bind(n,7701)),"@site/docs/12-distance-field-gi/index.md",7701],d1aacdf7:[()=>n.e(4845).then(n.bind(n,2473)),"@site/docs/5-path-tracing/index.md",2473],d535f90a:[()=>n.e(3220).then(n.t.bind(n,4469,19)),"D:\\Github\\thegibook\\website\\.docusaurus\\docusaurus-plugin-content-blog\\default\\plugin-route-context-module-100.json",4469],d53a280a:[()=>n.e(3253).then(n.bind(n,2915)),"@site/docs/6-photon-mapping/index.md",2915],d9f32620:[()=>n.e(1914).then(n.bind(n,8123)),"@site/blog/2021-08-26-welcome/index.md",8123],e16015ca:[()=>n.e(9700).then(n.t.bind(n,5688,19)),"~blog/default/blog-tags-hola-ea2.json",5688],e22b4dec:[()=>n.e(8417).then(n.t.bind(n,3769,19)),"D:\\Github\\thegibook\\website\\.docusaurus\\docusaurus-plugin-content-docs\\default\\plugin-route-context-module-100.json",3769],e273c56f:[()=>n.e(2362).then(n.bind(n,9954)),"@site/blog/2019-05-28-first-blog-post.md",9954],ea1f7600:[()=>n.e(2586).then(n.bind(n,3567)),"@site/docs/8-radiosity/index.md",3567],f02c7a5a:[()=>n.e(8090).then(n.bind(n,4090)),"@site/docs/2-hardware/3-gpu.md",4090],f3f3680d:[()=>n.e(4038).then(n.bind(n,771)),"@site/docs/10-precomputed-radiance-transfer/index.md",771],f4f34a3a:[()=>n.e(8636).then(n.bind(n,743)),"@site/blog/2021-08-01-mdx-blog-post.mdx?truncated=true",743],f6750d1b:[()=>n.e(5912).then(n.bind(n,6012)),"@site/docs/7-mlt/index.md",6012]};var l=n(5893);function s(e){let{error:t,retry:n,pastDelay:r}=e;return t?(0,l.jsxs)("div",{style:{textAlign:"center",color:"#fff",backgroundColor:"#fa383e",borderColor:"#fa383e",borderStyle:"solid",borderRadius:"0.25rem",borderWidth:"1px",boxSizing:"border-box",display:"block",padding:"1rem",flex:"0 0 50%",marginLeft:"25%",marginRight:"25%",marginTop:"5rem",maxWidth:"50%",width:"100%"},children:[(0,l.jsx)("p",{children:String(t)}),(0,l.jsx)("div",{children:(0,l.jsx)("button",{type:"button",onClick:n,children:"Retry"})})]}):r?(0,l.jsx)("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"},children:(0,l.jsx)("svg",{id:"loader",style:{width:128,height:110,position:"absolute",top:"calc(100vh - 64%)"},viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",stroke:"#61dafb",children:(0,l.jsxs)("g",{fill:"none",fillRule:"evenodd",transform:"translate(1 1)",strokeWidth:"2",children:[(0,l.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,l.jsx)("animate",{attributeName:"r",begin:"1.5s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-opacity",begin:"1.5s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-width",begin:"1.5s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,l.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,l.jsx)("animate",{attributeName:"r",begin:"3s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-opacity",begin:"3s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,l.jsx)("animate",{attributeName:"stroke-width",begin:"3s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,l.jsx)("circle",{cx:"22",cy:"22",r:"8",children:(0,l.jsx)("animate",{attributeName:"r",begin:"0s",dur:"1.5s",values:"6;1;2;3;4;5;6",calcMode:"linear",repeatCount:"indefinite"})})]})})}):null}var u=n(9670),c=n(226);function d(e,t){if("*"===e)return o()({loading:s,loader:()=>n.e(1772).then(n.bind(n,1772)),modules:["@theme/NotFound"],webpack:()=>[1772],render(e,t){const n=e.default;return(0,l.jsx)(c.z,{value:{plugin:{name:"native",id:"default"}},children:(0,l.jsx)(n,{...t})})}});const r=a[`${e}-${t}`],d={},p=[],f=[],m=(0,u.Z)(r);return Object.entries(m).forEach((e=>{let[t,n]=e;const r=i[n];r&&(d[t]=r[0],p.push(r[1]),f.push(r[2]))})),o().Map({loading:s,loader:d,modules:p,webpack:()=>f,render(t,n){const o=JSON.parse(JSON.stringify(r));Object.entries(t).forEach((t=>{let[n,r]=t;const a=r.default;if(!a)throw new Error(`The page component at ${e} doesn't have a default export. This makes it impossible to render anything. Consider default-exporting a React component.`);"object"!=typeof a&&"function"!=typeof a||Object.keys(r).filter((e=>"default"!==e)).forEach((e=>{a[e]=r[e]}));let i=o;const l=n.split(".");l.slice(0,-1).forEach((e=>{i=i[e]})),i[l[l.length-1]]=a}));const a=o.__comp;delete o.__comp;const i=o.__context;return delete o.__context,(0,l.jsx)(c.z,{value:i,children:(0,l.jsx)(a,{...o,...n})})}})}const p=[{path:"/blog",component:d("/blog","77f"),exact:!0},{path:"/blog/archive",component:d("/blog/archive","7e0"),exact:!0},{path:"/blog/first-blog-post",component:d("/blog/first-blog-post","e1e"),exact:!0},{path:"/blog/long-blog-post",component:d("/blog/long-blog-post","3df"),exact:!0},{path:"/blog/mdx-blog-post",component:d("/blog/mdx-blog-post","5d4"),exact:!0},{path:"/blog/tags",component:d("/blog/tags","afc"),exact:!0},{path:"/blog/tags/docusaurus",component:d("/blog/tags/docusaurus","c8d"),exact:!0},{path:"/blog/tags/facebook",component:d("/blog/tags/facebook","db4"),exact:!0},{path:"/blog/tags/hello",component:d("/blog/tags/hello","a66"),exact:!0},{path:"/blog/tags/hola",component:d("/blog/tags/hola","83e"),exact:!0},{path:"/blog/welcome",component:d("/blog/welcome","158"),exact:!0},{path:"/markdown-page",component:d("/markdown-page","2c9"),exact:!0},{path:"/docs",component:d("/docs","c4e"),routes:[{path:"/docs",component:d("/docs","732"),routes:[{path:"/docs",component:d("/docs","568"),routes:[{path:"/docs/distance-field-gi/",component:d("/docs/distance-field-gi/","3bb"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/hardware/",component:d("/docs/hardware/","423"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/hardware/cpu",component:d("/docs/hardware/cpu","d16"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/hardware/gpu",component:d("/docs/hardware/gpu","3b7"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/hardware/parallel-computing",component:d("/docs/hardware/parallel-computing","7e0"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/instant-radiosity/",component:d("/docs/instant-radiosity/","16a"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/introduction/",component:d("/docs/introduction/","9eb"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/introduction/intro-sampling",component:d("/docs/introduction/intro-sampling","18d"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/introduction/intro-the-rendering-equation",component:d("/docs/introduction/intro-the-rendering-equation","f3f"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/introduction/offline-and-rt",component:d("/docs/introduction/offline-and-rt","262"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/introduction/pbr",component:d("/docs/introduction/pbr","944"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/introduction/radiometry",component:d("/docs/introduction/radiometry","3d8"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/introduction/shading",component:d("/docs/introduction/shading","272"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/introduction/what-is-gi",component:d("/docs/introduction/what-is-gi","155"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/mlt/",component:d("/docs/mlt/","1d4"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/monte-carlo/",component:d("/docs/monte-carlo/","05f"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/monte-carlo/markov-chain",component:d("/docs/monte-carlo/markov-chain","f40"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/monte-carlo/monte-carlo",component:d("/docs/monte-carlo/monte-carlo","ce2"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/monte-carlo/probability",component:d("/docs/monte-carlo/probability","184"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/monte-carlo/sampling",component:d("/docs/monte-carlo/sampling","dc2"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/monte-carlo/variance-reduction",component:d("/docs/monte-carlo/variance-reduction","ef1"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/path-tracing/",component:d("/docs/path-tracing/","fda"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/photon-mapping/",component:d("/docs/photon-mapping/","0ab"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/precomputed-radiance-transfer/",component:d("/docs/precomputed-radiance-transfer/","b2f"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/preface",component:d("/docs/preface","235"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/radiosity/",component:d("/docs/radiosity/","09b"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/shading/",component:d("/docs/shading/","49b"),exact:!0,sidebar:"tutorialSidebar"},{path:"/docs/voxel-based-global-illumination/",component:d("/docs/voxel-based-global-illumination/","78f"),exact:!0,sidebar:"tutorialSidebar"}]}]}]},{path:"/",component:d("/","509"),exact:!0},{path:"*",component:d("*")}]},8934:(e,t,n)=>{"use strict";n.d(t,{_:()=>a,t:()=>i});var r=n(7294),o=n(5893);const a=r.createContext(!1);function i(e){let{children:t}=e;const[n,i]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{i(!0)}),[]),(0,o.jsx)(a.Provider,{value:n,children:t})}},7221:(e,t,n)=>{"use strict";var r=n(7294),o=n(745),a=n(3727),i=n(405),l=n(412);const s=[n(2497),n(3310),n(8320),n(2295)];var u=n(723),c=n(6550),d=n(8790),p=n(5893);function f(e){let{children:t}=e;return(0,p.jsx)(p.Fragment,{children:t})}var m=n(5742),g=n(2263),h=n(4996),b=n(6668),y=n(1944),v=n(4711),w=n(9727),k=n(3320),x=n(8780),S=n(197);function E(){const{i18n:{currentLocale:e,defaultLocale:t,localeConfigs:n}}=(0,g.Z)(),r=(0,v.l)(),o=n[e].htmlLang,a=e=>e.replace("-","_");return(0,p.jsxs)(m.Z,{children:[Object.entries(n).map((e=>{let[t,{htmlLang:n}]=e;return(0,p.jsx)("link",{rel:"alternate",href:r.createUrl({locale:t,fullyQualified:!0}),hrefLang:n},t)})),(0,p.jsx)("link",{rel:"alternate",href:r.createUrl({locale:t,fullyQualified:!0}),hrefLang:"x-default"}),(0,p.jsx)("meta",{property:"og:locale",content:a(o)}),Object.values(n).filter((e=>o!==e.htmlLang)).map((e=>(0,p.jsx)("meta",{property:"og:locale:alternate",content:a(e.htmlLang)},`meta-og-${e.htmlLang}`)))]})}function C(e){let{permalink:t}=e;const{siteConfig:{url:n}}=(0,g.Z)(),r=function(){const{siteConfig:{url:e,baseUrl:t,trailingSlash:n}}=(0,g.Z)(),{pathname:r}=(0,c.TH)();return e+(0,x.applyTrailingSlash)((0,h.Z)(r),{trailingSlash:n,baseUrl:t})}(),o=t?`${n}${t}`:r;return(0,p.jsxs)(m.Z,{children:[(0,p.jsx)("meta",{property:"og:url",content:o}),(0,p.jsx)("link",{rel:"canonical",href:o})]})}function _(){const{i18n:{currentLocale:e}}=(0,g.Z)(),{metadata:t,image:n}=(0,b.L)();return(0,p.jsxs)(p.Fragment,{children:[(0,p.jsxs)(m.Z,{children:[(0,p.jsx)("meta",{name:"twitter:card",content:"summary_large_image"}),(0,p.jsx)("body",{className:w.h})]}),n&&(0,p.jsx)(y.d,{image:n}),(0,p.jsx)(C,{}),(0,p.jsx)(E,{}),(0,p.jsx)(S.Z,{tag:k.HX,locale:e}),(0,p.jsx)(m.Z,{children:t.map(((e,t)=>(0,p.jsx)("meta",{...e},t)))})]})}const T=new Map;function j(e){if(T.has(e.pathname))return{...e,pathname:T.get(e.pathname)};if((0,d.f)(u.Z,e.pathname).some((e=>{let{route:t}=e;return!0===t.exact})))return T.set(e.pathname,e.pathname),e;const t=e.pathname.trim().replace(/(?:\/index)?\.html$/,"")||"/";return T.set(e.pathname,t),{...e,pathname:t}}var L=n(8934),A=n(8940),N=n(469);function R(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r{const r=t.default?.[e]??t[e];return r?.(...n)}));return()=>o.forEach((e=>e?.()))}const P=function(e){let{children:t,location:n,previousLocation:r}=e;return(0,N.Z)((()=>{r!==n&&(!function(e){let{location:t,previousLocation:n}=e;if(!n)return;const r=t.pathname===n.pathname,o=t.hash===n.hash,a=t.search===n.search;if(r&&o&&!a)return;const{hash:i}=t;if(i){const e=decodeURIComponent(i.substring(1)),t=document.getElementById(e);t?.scrollIntoView()}else window.scrollTo(0,0)}({location:n,previousLocation:r}),R("onRouteDidUpdate",{previousLocation:r,location:n}))}),[r,n]),t};function O(e){const t=Array.from(new Set([e,decodeURI(e)])).map((e=>(0,d.f)(u.Z,e))).flat();return Promise.all(t.map((e=>e.route.component.preload?.())))}class D extends r.Component{previousLocation;routeUpdateCleanupCb;constructor(e){super(e),this.previousLocation=null,this.routeUpdateCleanupCb=l.Z.canUseDOM?R("onRouteUpdate",{previousLocation:null,location:this.props.location}):()=>{},this.state={nextRouteHasLoaded:!0}}shouldComponentUpdate(e,t){if(e.location===this.props.location)return t.nextRouteHasLoaded;const n=e.location;return this.previousLocation=this.props.location,this.setState({nextRouteHasLoaded:!1}),this.routeUpdateCleanupCb=R("onRouteUpdate",{previousLocation:this.previousLocation,location:n}),O(n.pathname).then((()=>{this.routeUpdateCleanupCb(),this.setState({nextRouteHasLoaded:!0})})).catch((e=>{console.warn(e),window.location.reload()})),!1}render(){const{children:e,location:t}=this.props;return(0,p.jsx)(P,{previousLocation:this.previousLocation,location:t,children:(0,p.jsx)(c.AW,{location:t,render:()=>e})})}}const I=D,F="__docusaurus-base-url-issue-banner-container",M="__docusaurus-base-url-issue-banner",z="__docusaurus-base-url-issue-banner-suggestion-container";function B(e){return`\ndocument.addEventListener('DOMContentLoaded', function maybeInsertBanner() {\n var shouldInsert = typeof window['docusaurus'] === 'undefined';\n shouldInsert && insertBanner();\n});\n\nfunction insertBanner() {\n var bannerContainer = document.createElement('div');\n bannerContainer.id = '${F}';\n var bannerHtml = ${JSON.stringify(function(e){return`\n
\n

Your Docusaurus site did not load properly.

\n

A very common reason is a wrong site baseUrl configuration.

\n

Current configured baseUrl = ${e} ${"/"===e?" (default value)":""}

\n

We suggest trying baseUrl =

\n
\n`}(e)).replace(/{if("undefined"==typeof document)return void n();const r=document.createElement("link");r.setAttribute("rel","prefetch"),r.setAttribute("href",e),r.onload=()=>t(),r.onerror=()=>n();const o=document.getElementsByTagName("head")[0]??document.getElementsByName("script")[0]?.parentNode;o?.appendChild(r)}))}:function(e){return new Promise(((t,n)=>{const r=new XMLHttpRequest;r.open("GET",e,!0),r.withCredentials=!0,r.onload=()=>{200===r.status?t():n()},r.send(null)}))};var Y=n(9670);const K=new Set,X=new Set,J=()=>navigator.connection?.effectiveType.includes("2g")||navigator.connection?.saveData,ee={prefetch(e){if(!(e=>!J()&&!X.has(e)&&!K.has(e))(e))return!1;K.add(e);const t=(0,d.f)(u.Z,e).flatMap((e=>{return t=e.route.path,Object.entries(W).filter((e=>{let[n]=e;return n.replace(/-[^-]+$/,"")===t})).flatMap((e=>{let[,t]=e;return Object.values((0,Y.Z)(t))}));var t}));return Promise.all(t.map((e=>{const t=n.gca(e);return t&&!t.includes("undefined")?Q(t).catch((()=>{})):Promise.resolve()})))},preload:e=>!!(e=>!J()&&!X.has(e))(e)&&(X.add(e),O(e))},te=Object.freeze(ee),ne=Boolean(!0);if(l.Z.canUseDOM){window.docusaurus=te;const e=document.getElementById("__docusaurus"),t=(0,p.jsx)(i.B6,{children:(0,p.jsx)(a.VK,{children:(0,p.jsx)(V,{})})}),n=(e,t)=>{console.error("Docusaurus React Root onRecoverableError:",e,t)},l=()=>{if(ne)r.startTransition((()=>{o.hydrateRoot(e,t,{onRecoverableError:n})}));else{const a=o.createRoot(e,{onRecoverableError:n});r.startTransition((()=>{a.render(t)}))}};O(window.location.pathname).then(l)}},8940:(e,t,n)=>{"use strict";n.d(t,{_:()=>d,M:()=>p});var r=n(7294),o=n(6809);const a=JSON.parse('{"docusaurus-plugin-content-docs":{"default":{"path":"/docs","versions":[{"name":"current","label":"Next","isLast":true,"path":"/docs","mainDocId":"preface","docs":[{"id":"distance-field-gi/index","path":"/docs/distance-field-gi/","sidebar":"tutorialSidebar"},{"id":"hardware/cpu","path":"/docs/hardware/cpu","sidebar":"tutorialSidebar"},{"id":"hardware/gpu","path":"/docs/hardware/gpu","sidebar":"tutorialSidebar"},{"id":"hardware/index","path":"/docs/hardware/","sidebar":"tutorialSidebar"},{"id":"hardware/parallel-computing","path":"/docs/hardware/parallel-computing","sidebar":"tutorialSidebar"},{"id":"instant-radiosity/index","path":"/docs/instant-radiosity/","sidebar":"tutorialSidebar"},{"id":"introduction/index","path":"/docs/introduction/","sidebar":"tutorialSidebar"},{"id":"introduction/intro-sampling","path":"/docs/introduction/intro-sampling","sidebar":"tutorialSidebar"},{"id":"introduction/intro-the-rendering-equation","path":"/docs/introduction/intro-the-rendering-equation","sidebar":"tutorialSidebar"},{"id":"introduction/offline-and-rt","path":"/docs/introduction/offline-and-rt","sidebar":"tutorialSidebar"},{"id":"introduction/pbr","path":"/docs/introduction/pbr","sidebar":"tutorialSidebar"},{"id":"introduction/radiometry","path":"/docs/introduction/radiometry","sidebar":"tutorialSidebar"},{"id":"introduction/shading","path":"/docs/introduction/shading","sidebar":"tutorialSidebar"},{"id":"introduction/what-is-gi","path":"/docs/introduction/what-is-gi","sidebar":"tutorialSidebar"},{"id":"mlt/index","path":"/docs/mlt/","sidebar":"tutorialSidebar"},{"id":"monte-carlo/index","path":"/docs/monte-carlo/","sidebar":"tutorialSidebar"},{"id":"monte-carlo/markov-chain","path":"/docs/monte-carlo/markov-chain","sidebar":"tutorialSidebar"},{"id":"monte-carlo/monte-carlo","path":"/docs/monte-carlo/monte-carlo","sidebar":"tutorialSidebar"},{"id":"monte-carlo/probability","path":"/docs/monte-carlo/probability","sidebar":"tutorialSidebar"},{"id":"monte-carlo/sampling","path":"/docs/monte-carlo/sampling","sidebar":"tutorialSidebar"},{"id":"monte-carlo/variance-reduction","path":"/docs/monte-carlo/variance-reduction","sidebar":"tutorialSidebar"},{"id":"path-tracing/index","path":"/docs/path-tracing/","sidebar":"tutorialSidebar"},{"id":"photon-mapping/index","path":"/docs/photon-mapping/","sidebar":"tutorialSidebar"},{"id":"precomputed-radiance-transfer/index","path":"/docs/precomputed-radiance-transfer/","sidebar":"tutorialSidebar"},{"id":"preface","path":"/docs/preface","sidebar":"tutorialSidebar"},{"id":"radiosity/index","path":"/docs/radiosity/","sidebar":"tutorialSidebar"},{"id":"shading/index","path":"/docs/shading/","sidebar":"tutorialSidebar"},{"id":"voxel-based-global-illumination/index","path":"/docs/voxel-based-global-illumination/","sidebar":"tutorialSidebar"}],"draftIds":[],"sidebars":{"tutorialSidebar":{"link":{"path":"/docs/preface","label":"preface"}}}}],"breadcrumbs":true}}}'),i=JSON.parse('{"defaultLocale":"en","locales":["en"],"path":"i18n","currentLocale":"en","localeConfigs":{"en":{"label":"English","direction":"ltr","htmlLang":"en","calendar":"gregory","path":"en"}}}');var l=n(7529);const s=JSON.parse('{"docusaurusVersion":"3.0.1","siteVersion":"0.0.0","pluginVersions":{"docusaurus-plugin-content-docs":{"type":"package","name":"@docusaurus/plugin-content-docs","version":"3.0.1"},"docusaurus-plugin-content-blog":{"type":"package","name":"@docusaurus/plugin-content-blog","version":"3.0.1"},"docusaurus-plugin-content-pages":{"type":"package","name":"@docusaurus/plugin-content-pages","version":"3.0.1"},"docusaurus-plugin-sitemap":{"type":"package","name":"@docusaurus/plugin-sitemap","version":"3.0.1"},"docusaurus-theme-classic":{"type":"package","name":"@docusaurus/theme-classic","version":"3.0.1"}}}');var u=n(5893);const c={siteConfig:o.default,siteMetadata:s,globalData:a,i18n:i,codeTranslations:l},d=r.createContext(c);function p(e){let{children:t}=e;return(0,u.jsx)(d.Provider,{value:c,children:t})}},4763:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var r=n(7294),o=n(412),a=n(5742),i=n(8780),l=n(6040),s=n(5893);function u(e){let{error:t,tryAgain:n}=e;return(0,s.jsxs)("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"flex-start",minHeight:"100vh",width:"100%",maxWidth:"80ch",fontSize:"20px",margin:"0 auto",padding:"1rem"},children:[(0,s.jsx)("h1",{style:{fontSize:"3rem"},children:"This page crashed"}),(0,s.jsx)("button",{type:"button",onClick:n,style:{margin:"1rem 0",fontSize:"2rem",cursor:"pointer",borderRadius:20,padding:"1rem"},children:"Try again"}),(0,s.jsx)(c,{error:t})]})}function c(e){let{error:t}=e;const n=(0,i.getErrorCausalChain)(t).map((e=>e.message)).join("\n\nCause:\n");return(0,s.jsx)("p",{style:{whiteSpace:"pre-wrap"},children:n})}function d(e){let{error:t,tryAgain:n}=e;return(0,s.jsxs)(f,{fallback:()=>(0,s.jsx)(u,{error:t,tryAgain:n}),children:[(0,s.jsx)(a.Z,{children:(0,s.jsx)("title",{children:"Page Error"})}),(0,s.jsx)(l.Z,{children:(0,s.jsx)(u,{error:t,tryAgain:n})})]})}const p=e=>(0,s.jsx)(d,{...e});class f extends r.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e){o.Z.canUseDOM&&this.setState({error:e})}render(){const{children:e}=this.props,{error:t}=this.state;if(t){const e={error:t,tryAgain:()=>this.setState({error:null})};return(this.props.fallback??p)(e)}return e??null}}},412:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r="undefined"!=typeof window&&"document"in window&&"createElement"in window.document,o={canUseDOM:r,canUseEventListeners:r&&("addEventListener"in window||"attachEvent"in window),canUseIntersectionObserver:r&&"IntersectionObserver"in window,canUseViewport:r&&"screen"in window}},5742:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});n(7294);var r=n(405),o=n(5893);function a(e){return(0,o.jsx)(r.ql,{...e})}},9960:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var r=n(7294),o=n(3727),a=n(8780),i=n(2263),l=n(3919),s=n(412),u=n(5893);const c=r.createContext({collectLink:()=>{}});var d=n(4996);function p(e,t){let{isNavLink:n,to:p,href:f,activeClassName:m,isActive:g,"data-noBrokenLinkCheck":h,autoAddBaseUrl:b=!0,...y}=e;const{siteConfig:{trailingSlash:v,baseUrl:w}}=(0,i.Z)(),{withBaseUrl:k}=(0,d.C)(),x=(0,r.useContext)(c),S=(0,r.useRef)(null);(0,r.useImperativeHandle)(t,(()=>S.current));const E=p||f;const C=(0,l.Z)(E),_=E?.replace("pathname://","");let T=void 0!==_?(j=_,b&&(e=>e.startsWith("/"))(j)?k(j):j):void 0;var j;T&&C&&(T=(0,a.applyTrailingSlash)(T,{trailingSlash:v,baseUrl:w}));const L=(0,r.useRef)(!1),A=n?o.OL:o.rU,N=s.Z.canUseIntersectionObserver,R=(0,r.useRef)(),P=()=>{L.current||null==T||(window.docusaurus.preload(T),L.current=!0)};(0,r.useEffect)((()=>(!N&&C&&null!=T&&window.docusaurus.prefetch(T),()=>{N&&R.current&&R.current.disconnect()})),[R,T,N,C]);const O=T?.startsWith("#")??!1,D=!T||!C||O;return D||h||x.collectLink(T),D?(0,u.jsx)("a",{ref:S,href:T,...E&&!C&&{target:"_blank",rel:"noopener noreferrer"},...y}):(0,u.jsx)(A,{...y,onMouseEnter:P,onTouchStart:P,innerRef:e=>{S.current=e,N&&e&&C&&(R.current=new window.IntersectionObserver((t=>{t.forEach((t=>{e===t.target&&(t.isIntersecting||t.intersectionRatio>0)&&(R.current.unobserve(e),R.current.disconnect(),null!=T&&window.docusaurus.prefetch(T))}))})),R.current.observe(e))},to:T,...n&&{isActive:g,activeClassName:m}})}const f=r.forwardRef(p)},1875:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const r=()=>null},5999:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u,I:()=>s});var r=n(7294),o=n(5893);function a(e,t){const n=e.split(/(\{\w+\})/).map(((e,n)=>{if(n%2==1){const n=t?.[e.slice(1,-1)];if(void 0!==n)return n}return e}));return n.some((e=>(0,r.isValidElement)(e)))?n.map(((e,t)=>(0,r.isValidElement)(e)?r.cloneElement(e,{key:t}):e)).filter((e=>""!==e)):n.join("")}var i=n(7529);function l(e){let{id:t,message:n}=e;if(void 0===t&&void 0===n)throw new Error("Docusaurus translation declarations must have at least a translation id or a default translation message");return i[t??n]??n??t}function s(e,t){let{message:n,id:r}=e;return a(l({message:n,id:r}),t)}function u(e){let{children:t,id:n,values:r}=e;if(t&&"string"!=typeof t)throw console.warn("Illegal children",t),new Error("The Docusaurus component only accept simple string values");const i=l({message:t,id:n});return(0,o.jsx)(o.Fragment,{children:a(i,r)})}},9935:(e,t,n)=>{"use strict";n.d(t,{m:()=>r});const r="default"},3919:(e,t,n)=>{"use strict";function r(e){return/^(?:\w*:|\/\/)/.test(e)}function o(e){return void 0!==e&&!r(e)}n.d(t,{Z:()=>o,b:()=>r})},4996:(e,t,n)=>{"use strict";n.d(t,{C:()=>i,Z:()=>l});var r=n(7294),o=n(2263),a=n(3919);function i(){const{siteConfig:{baseUrl:e,url:t}}=(0,o.Z)(),n=(0,r.useCallback)(((n,r)=>function(e,t,n,r){let{forcePrependBaseUrl:o=!1,absolute:i=!1}=void 0===r?{}:r;if(!n||n.startsWith("#")||(0,a.b)(n))return n;if(o)return t+n.replace(/^\//,"");if(n===t.replace(/\/$/,""))return t;const l=n.startsWith(t)?n:t+n.replace(/^\//,"");return i?e+l:l}(t,e,n,r)),[t,e]);return{withBaseUrl:n}}function l(e,t){void 0===t&&(t={});const{withBaseUrl:n}=i();return n(e,t)}},2263:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var r=n(7294),o=n(8940);function a(){return(0,r.useContext)(o._)}},2389:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var r=n(7294),o=n(8934);function a(){return(0,r.useContext)(o._)}},469:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var r=n(7294);const o=n(412).Z.canUseDOM?r.useLayoutEffect:r.useEffect},9670:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const r=e=>"object"==typeof e&&!!e&&Object.keys(e).length>0;function o(e){const t={};return function e(n,o){Object.entries(n).forEach((n=>{let[a,i]=n;const l=o?`${o}.${a}`:a;r(i)?e(i,l):t[l]=i}))}(e),t}},226:(e,t,n)=>{"use strict";n.d(t,{_:()=>a,z:()=>i});var r=n(7294),o=n(5893);const a=r.createContext(null);function i(e){let{children:t,value:n}=e;const i=r.useContext(a),l=(0,r.useMemo)((()=>function(e){let{parent:t,value:n}=e;if(!t){if(!n)throw new Error("Unexpected: no Docusaurus route context found");if(!("plugin"in n))throw new Error("Unexpected: Docusaurus topmost route context has no `plugin` attribute");return n}const r={...t.data,...n?.data};return{plugin:t.plugin,data:r}}({parent:i,value:n})),[i,n]);return(0,o.jsx)(a.Provider,{value:l,children:t})}},143:(e,t,n)=>{"use strict";n.d(t,{Iw:()=>g,gA:()=>p,_r:()=>c,Jo:()=>h,zh:()=>d,yW:()=>m,gB:()=>f});var r=n(6550),o=n(2263),a=n(9935);function i(e,t){void 0===t&&(t={});const n=function(){const{globalData:e}=(0,o.Z)();return e}()[e];if(!n&&t.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin.`);return n}const l=e=>e.versions.find((e=>e.isLast));function s(e,t){const n=function(e,t){const n=l(e);return[...e.versions.filter((e=>e!==n)),n].find((e=>!!(0,r.LX)(t,{path:e.path,exact:!1,strict:!1})))}(e,t),o=n?.docs.find((e=>!!(0,r.LX)(t,{path:e.path,exact:!0,strict:!1})));return{activeVersion:n,activeDoc:o,alternateDocVersions:o?function(t){const n={};return e.versions.forEach((e=>{e.docs.forEach((r=>{r.id===t&&(n[e.name]=r)}))})),n}(o.id):{}}}const u={},c=()=>i("docusaurus-plugin-content-docs")??u,d=e=>function(e,t,n){void 0===t&&(t=a.m),void 0===n&&(n={});const r=i(e),o=r?.[t];if(!o&&n.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin with id "${t}".`);return o}("docusaurus-plugin-content-docs",e,{failfast:!0});function p(e){void 0===e&&(e={});const t=c(),{pathname:n}=(0,r.TH)();return function(e,t,n){void 0===n&&(n={});const o=Object.entries(e).sort(((e,t)=>t[1].path.localeCompare(e[1].path))).find((e=>{let[,n]=e;return!!(0,r.LX)(t,{path:n.path,exact:!1,strict:!1})})),a=o?{pluginId:o[0],pluginData:o[1]}:void 0;if(!a&&n.failfast)throw new Error(`Can't find active docs plugin for "${t}" pathname, while it was expected to be found. Maybe you tried to use a docs feature that can only be used on a docs-related page? Existing docs plugin paths are: ${Object.values(e).map((e=>e.path)).join(", ")}`);return a}(t,n,e)}function f(e){return d(e).versions}function m(e){const t=d(e);return l(t)}function g(e){const t=d(e),{pathname:n}=(0,r.TH)();return s(t,n)}function h(e){const t=d(e),{pathname:n}=(0,r.TH)();return function(e,t){const n=l(e);return{latestDocSuggestion:s(e,t).alternateDocVersions[n.name],latestVersionSuggestion:n}}(t,n)}},8320:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>a});var r=n(4865),o=n.n(r);o().configure({showSpinner:!1});const a={onRouteUpdate(e){let{location:t,previousLocation:n}=e;if(n&&t.pathname!==n.pathname){const e=window.setTimeout((()=>{o().start()}),200);return()=>window.clearTimeout(e)}},onRouteDidUpdate(){o().done()}}},3310:(e,t,n)=>{"use strict";n.r(t);var r=n(2573),o=n(6809);!function(e){const{themeConfig:{prism:t}}=o.default,{additionalLanguages:r}=t;globalThis.Prism=e,r.forEach((e=>{"php"===e&&n(6854),n(6726)(`./prism-${e}`)})),delete globalThis.Prism}(r.p1)},2503:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});n(7294);var r=n(512),o=n(5999),a=n(6668),i=n(9960);const l={anchorWithStickyNavbar:"anchorWithStickyNavbar_LWe7",anchorWithHideOnScrollNavbar:"anchorWithHideOnScrollNavbar_WYt5"};var s=n(5893);function u(e){let{as:t,id:n,...u}=e;const{navbar:{hideOnScroll:c}}=(0,a.L)();if("h1"===t||!n)return(0,s.jsx)(t,{...u,id:void 0});const d=(0,o.I)({id:"theme.common.headingLinkTitle",message:"Direct link to {heading}",description:"Title for link to heading"},{heading:"string"==typeof u.children?u.children:n});return(0,s.jsxs)(t,{...u,className:(0,r.Z)("anchor",c?l.anchorWithHideOnScrollNavbar:l.anchorWithStickyNavbar,u.className),id:n,children:[u.children,(0,s.jsx)(i.Z,{className:"hash-link",to:`#${n}`,"aria-label":d,title:d,children:"\u200b"})]})}},9471:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});n(7294);const r={iconExternalLink:"iconExternalLink_nPIU"};var o=n(5893);function a(e){let{width:t=13.5,height:n=13.5}=e;return(0,o.jsx)("svg",{width:t,height:n,"aria-hidden":"true",viewBox:"0 0 24 24",className:r.iconExternalLink,children:(0,o.jsx)("path",{fill:"currentColor",d:"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"})})}},6040:(e,t,n)=>{"use strict";n.d(t,{Z:()=>ft});var r=n(7294),o=n(512),a=n(4763),i=n(1944),l=n(6550),s=n(5999),u=n(5936),c=n(5893);const d="__docusaurus_skipToContent_fallback";function p(e){e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")}function f(){const e=(0,r.useRef)(null),{action:t}=(0,l.k6)(),n=(0,r.useCallback)((e=>{e.preventDefault();const t=document.querySelector("main:first-of-type")??document.getElementById(d);t&&p(t)}),[]);return(0,u.S)((n=>{let{location:r}=n;e.current&&!r.hash&&"PUSH"===t&&p(e.current)})),{containerRef:e,onClick:n}}const m=(0,s.I)({id:"theme.common.skipToMainContent",description:"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",message:"Skip to main content"});function g(e){const t=e.children??m,{containerRef:n,onClick:r}=f();return(0,c.jsx)("div",{ref:n,role:"region","aria-label":m,children:(0,c.jsx)("a",{...e,href:`#${d}`,onClick:r,children:t})})}var h=n(5281),b=n(9727);const y={skipToContent:"skipToContent_fXgn"};function v(){return(0,c.jsx)(g,{className:y.skipToContent})}var w=n(6668),k=n(9689);function x(e){let{width:t=21,height:n=21,color:r="currentColor",strokeWidth:o=1.2,className:a,...i}=e;return(0,c.jsx)("svg",{viewBox:"0 0 15 15",width:t,height:n,...i,children:(0,c.jsx)("g",{stroke:r,strokeWidth:o,children:(0,c.jsx)("path",{d:"M.75.75l13.5 13.5M14.25.75L.75 14.25"})})})}const S={closeButton:"closeButton_CVFx"};function E(e){return(0,c.jsx)("button",{type:"button","aria-label":(0,s.I)({id:"theme.AnnouncementBar.closeButtonAriaLabel",message:"Close",description:"The ARIA label for close button of announcement bar"}),...e,className:(0,o.Z)("clean-btn close",S.closeButton,e.className),children:(0,c.jsx)(x,{width:14,height:14,strokeWidth:3.1})})}const C={content:"content_knG7"};function _(e){const{announcementBar:t}=(0,w.L)(),{content:n}=t;return(0,c.jsx)("div",{...e,className:(0,o.Z)(C.content,e.className),dangerouslySetInnerHTML:{__html:n}})}const T={announcementBar:"announcementBar_mb4j",announcementBarPlaceholder:"announcementBarPlaceholder_vyr4",announcementBarClose:"announcementBarClose_gvF7",announcementBarContent:"announcementBarContent_xLdY"};function j(){const{announcementBar:e}=(0,w.L)(),{isActive:t,close:n}=(0,k.nT)();if(!t)return null;const{backgroundColor:r,textColor:o,isCloseable:a}=e;return(0,c.jsxs)("div",{className:T.announcementBar,style:{backgroundColor:r,color:o},role:"banner",children:[a&&(0,c.jsx)("div",{className:T.announcementBarPlaceholder}),(0,c.jsx)(_,{className:T.announcementBarContent}),a&&(0,c.jsx)(E,{onClick:n,className:T.announcementBarClose})]})}var L=n(2961),A=n(2466);var N=n(902),R=n(3102);const P=r.createContext(null);function O(e){let{children:t}=e;const n=function(){const e=(0,L.e)(),t=(0,R.HY)(),[n,o]=(0,r.useState)(!1),a=null!==t.component,i=(0,N.D9)(a);return(0,r.useEffect)((()=>{a&&!i&&o(!0)}),[a,i]),(0,r.useEffect)((()=>{a?e.shown||o(!0):o(!1)}),[e.shown,a]),(0,r.useMemo)((()=>[n,o]),[n])}();return(0,c.jsx)(P.Provider,{value:n,children:t})}function D(e){if(e.component){const t=e.component;return(0,c.jsx)(t,{...e.props})}}function I(){const e=(0,r.useContext)(P);if(!e)throw new N.i6("NavbarSecondaryMenuDisplayProvider");const[t,n]=e,o=(0,r.useCallback)((()=>n(!1)),[n]),a=(0,R.HY)();return(0,r.useMemo)((()=>({shown:t,hide:o,content:D(a)})),[o,a,t])}function F(e){let{header:t,primaryMenu:n,secondaryMenu:r}=e;const{shown:a}=I();return(0,c.jsxs)("div",{className:"navbar-sidebar",children:[t,(0,c.jsxs)("div",{className:(0,o.Z)("navbar-sidebar__items",{"navbar-sidebar__items--show-secondary":a}),children:[(0,c.jsx)("div",{className:"navbar-sidebar__item menu",children:n}),(0,c.jsx)("div",{className:"navbar-sidebar__item menu",children:r})]})]})}var M=n(2949),z=n(2389);function B(e){return(0,c.jsx)("svg",{viewBox:"0 0 24 24",width:24,height:24,...e,children:(0,c.jsx)("path",{fill:"currentColor",d:"M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"})})}function $(e){return(0,c.jsx)("svg",{viewBox:"0 0 24 24",width:24,height:24,...e,children:(0,c.jsx)("path",{fill:"currentColor",d:"M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"})})}const U={toggle:"toggle_vylO",toggleButton:"toggleButton_gllP",darkToggleIcon:"darkToggleIcon_wfgR",lightToggleIcon:"lightToggleIcon_pyhR",toggleButtonDisabled:"toggleButtonDisabled_aARS"};function q(e){let{className:t,buttonClassName:n,value:r,onChange:a}=e;const i=(0,z.Z)(),l=(0,s.I)({message:"Switch between dark and light mode (currently {mode})",id:"theme.colorToggle.ariaLabel",description:"The ARIA label for the navbar color mode toggle"},{mode:"dark"===r?(0,s.I)({message:"dark mode",id:"theme.colorToggle.ariaLabel.mode.dark",description:"The name for the dark color mode"}):(0,s.I)({message:"light mode",id:"theme.colorToggle.ariaLabel.mode.light",description:"The name for the light color mode"})});return(0,c.jsx)("div",{className:(0,o.Z)(U.toggle,t),children:(0,c.jsxs)("button",{className:(0,o.Z)("clean-btn",U.toggleButton,!i&&U.toggleButtonDisabled,n),type:"button",onClick:()=>a("dark"===r?"light":"dark"),disabled:!i,title:l,"aria-label":l,"aria-live":"polite",children:[(0,c.jsx)(B,{className:(0,o.Z)(U.toggleIcon,U.lightToggleIcon)}),(0,c.jsx)($,{className:(0,o.Z)(U.toggleIcon,U.darkToggleIcon)})]})})}const H=r.memo(q),Z={darkNavbarColorModeToggle:"darkNavbarColorModeToggle_X3D1"};function G(e){let{className:t}=e;const n=(0,w.L)().navbar.style,r=(0,w.L)().colorMode.disableSwitch,{colorMode:o,setColorMode:a}=(0,M.I)();return r?null:(0,c.jsx)(H,{className:t,buttonClassName:"dark"===n?Z.darkNavbarColorModeToggle:void 0,value:o,onChange:a})}var V=n(1327);function W(){return(0,c.jsx)(V.Z,{className:"navbar__brand",imageClassName:"navbar__logo",titleClassName:"navbar__title text--truncate"})}function Q(){const e=(0,L.e)();return(0,c.jsx)("button",{type:"button","aria-label":(0,s.I)({id:"theme.docs.sidebar.closeSidebarButtonAriaLabel",message:"Close navigation bar",description:"The ARIA label for close button of mobile sidebar"}),className:"clean-btn navbar-sidebar__close",onClick:()=>e.toggle(),children:(0,c.jsx)(x,{color:"var(--ifm-color-emphasis-600)"})})}function Y(){return(0,c.jsxs)("div",{className:"navbar-sidebar__brand",children:[(0,c.jsx)(W,{}),(0,c.jsx)(G,{className:"margin-right--md"}),(0,c.jsx)(Q,{})]})}var K=n(9960),X=n(4996),J=n(3919);function ee(e,t){return void 0!==e&&void 0!==t&&new RegExp(e,"gi").test(t)}var te=n(9471);function ne(e){let{activeBasePath:t,activeBaseRegex:n,to:r,href:o,label:a,html:i,isDropdownLink:l,prependBaseUrlToHref:s,...u}=e;const d=(0,X.Z)(r),p=(0,X.Z)(t),f=(0,X.Z)(o,{forcePrependBaseUrl:!0}),m=a&&o&&!(0,J.Z)(o),g=i?{dangerouslySetInnerHTML:{__html:i}}:{children:(0,c.jsxs)(c.Fragment,{children:[a,m&&(0,c.jsx)(te.Z,{...l&&{width:12,height:12}})]})};return o?(0,c.jsx)(K.Z,{href:s?f:o,...u,...g}):(0,c.jsx)(K.Z,{to:d,isNavLink:!0,...(t||n)&&{isActive:(e,t)=>n?ee(n,t.pathname):t.pathname.startsWith(p)},...u,...g})}function re(e){let{className:t,isDropdownItem:n=!1,...r}=e;const a=(0,c.jsx)(ne,{className:(0,o.Z)(n?"dropdown__link":"navbar__item navbar__link",t),isDropdownLink:n,...r});return n?(0,c.jsx)("li",{children:a}):a}function oe(e){let{className:t,isDropdownItem:n,...r}=e;return(0,c.jsx)("li",{className:"menu__list-item",children:(0,c.jsx)(ne,{className:(0,o.Z)("menu__link",t),...r})})}function ae(e){let{mobile:t=!1,position:n,...r}=e;const o=t?oe:re;return(0,c.jsx)(o,{...r,activeClassName:r.activeClassName??(t?"menu__link--active":"navbar__link--active")})}var ie=n(6043),le=n(8596),se=n(2263);const ue={dropdownNavbarItemMobile:"dropdownNavbarItemMobile_S0Fm"};function ce(e,t){return e.some((e=>function(e,t){return!!(0,le.Mg)(e.to,t)||!!ee(e.activeBaseRegex,t)||!(!e.activeBasePath||!t.startsWith(e.activeBasePath))}(e,t)))}function de(e){let{items:t,position:n,className:a,onClick:i,...l}=e;const s=(0,r.useRef)(null),[u,d]=(0,r.useState)(!1);return(0,r.useEffect)((()=>{const e=e=>{s.current&&!s.current.contains(e.target)&&d(!1)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),document.addEventListener("focusin",e),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e),document.removeEventListener("focusin",e)}}),[s]),(0,c.jsxs)("div",{ref:s,className:(0,o.Z)("navbar__item","dropdown","dropdown--hoverable",{"dropdown--right":"right"===n,"dropdown--show":u}),children:[(0,c.jsx)(ne,{"aria-haspopup":"true","aria-expanded":u,role:"button",href:l.to?void 0:"#",className:(0,o.Z)("navbar__link",a),...l,onClick:l.to?void 0:e=>e.preventDefault(),onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),d(!u))},children:l.children??l.label}),(0,c.jsx)("ul",{className:"dropdown__menu",children:t.map(((e,t)=>(0,r.createElement)(Ce,{isDropdownItem:!0,activeClassName:"dropdown__link--active",...e,key:t})))})]})}function pe(e){let{items:t,className:n,position:a,onClick:i,...s}=e;const u=function(){const{siteConfig:{baseUrl:e}}=(0,se.Z)(),{pathname:t}=(0,l.TH)();return t.replace(e,"/")}(),d=ce(t,u),{collapsed:p,toggleCollapsed:f,setCollapsed:m}=(0,ie.u)({initialState:()=>!d});return(0,r.useEffect)((()=>{d&&m(!d)}),[u,d,m]),(0,c.jsxs)("li",{className:(0,o.Z)("menu__list-item",{"menu__list-item--collapsed":p}),children:[(0,c.jsx)(ne,{role:"button",className:(0,o.Z)(ue.dropdownNavbarItemMobile,"menu__link menu__link--sublist menu__link--sublist-caret",n),...s,onClick:e=>{e.preventDefault(),f()},children:s.children??s.label}),(0,c.jsx)(ie.z,{lazy:!0,as:"ul",className:"menu__list",collapsed:p,children:t.map(((e,t)=>(0,r.createElement)(Ce,{mobile:!0,isDropdownItem:!0,onClick:i,activeClassName:"menu__link--active",...e,key:t})))})]})}function fe(e){let{mobile:t=!1,...n}=e;const r=t?pe:de;return(0,c.jsx)(r,{...n})}var me=n(4711);function ge(e){let{width:t=20,height:n=20,...r}=e;return(0,c.jsx)("svg",{viewBox:"0 0 24 24",width:t,height:n,"aria-hidden":!0,...r,children:(0,c.jsx)("path",{fill:"currentColor",d:"M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"})})}const he="iconLanguage_nlXk";var be=n(1875);const ye={navbarSearchContainer:"navbarSearchContainer_Bca1"};function ve(e){let{children:t,className:n}=e;return(0,c.jsx)("div",{className:(0,o.Z)(n,ye.navbarSearchContainer),children:t})}var we=n(143),ke=n(2802);var xe=n(373);const Se=e=>e.docs.find((t=>t.id===e.mainDocId));const Ee={default:ae,localeDropdown:function(e){let{mobile:t,dropdownItemsBefore:n,dropdownItemsAfter:r,queryString:o="",...a}=e;const{i18n:{currentLocale:i,locales:u,localeConfigs:d}}=(0,se.Z)(),p=(0,me.l)(),{search:f,hash:m}=(0,l.TH)(),g=[...n,...u.map((e=>{const n=`${`pathname://${p.createUrl({locale:e,fullyQualified:!1})}`}${f}${m}${o}`;return{label:d[e].label,lang:d[e].htmlLang,to:n,target:"_self",autoAddBaseUrl:!1,className:e===i?t?"menu__link--active":"dropdown__link--active":""}})),...r],h=t?(0,s.I)({message:"Languages",id:"theme.navbar.mobileLanguageDropdown.label",description:"The label for the mobile language switcher dropdown"}):d[i].label;return(0,c.jsx)(fe,{...a,mobile:t,label:(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(ge,{className:he}),h]}),items:g})},search:function(e){let{mobile:t,className:n}=e;return t?null:(0,c.jsx)(ve,{className:n,children:(0,c.jsx)(be.Z,{})})},dropdown:fe,html:function(e){let{value:t,className:n,mobile:r=!1,isDropdownItem:a=!1}=e;const i=a?"li":"div";return(0,c.jsx)(i,{className:(0,o.Z)({navbar__item:!r&&!a,"menu__list-item":r},n),dangerouslySetInnerHTML:{__html:t}})},doc:function(e){let{docId:t,label:n,docsPluginId:r,...o}=e;const{activeDoc:a}=(0,we.Iw)(r),i=(0,ke.vY)(t,r),l=a?.path===i?.path;return null===i||i.unlisted&&!l?null:(0,c.jsx)(ae,{exact:!0,...o,isActive:()=>l||!!a?.sidebar&&a.sidebar===i.sidebar,label:n??i.id,to:i.path})},docSidebar:function(e){let{sidebarId:t,label:n,docsPluginId:r,...o}=e;const{activeDoc:a}=(0,we.Iw)(r),i=(0,ke.oz)(t,r).link;if(!i)throw new Error(`DocSidebarNavbarItem: Sidebar with ID "${t}" doesn't have anything to be linked to.`);return(0,c.jsx)(ae,{exact:!0,...o,isActive:()=>a?.sidebar===t,label:n??i.label,to:i.path})},docsVersion:function(e){let{label:t,to:n,docsPluginId:r,...o}=e;const a=(0,ke.lO)(r)[0],i=t??a.label,l=n??(e=>e.docs.find((t=>t.id===e.mainDocId)))(a).path;return(0,c.jsx)(ae,{...o,label:i,to:l})},docsVersionDropdown:function(e){let{mobile:t,docsPluginId:n,dropdownActiveClassDisabled:r,dropdownItemsBefore:o,dropdownItemsAfter:a,...i}=e;const{search:u,hash:d}=(0,l.TH)(),p=(0,we.Iw)(n),f=(0,we.gB)(n),{savePreferredVersionName:m}=(0,xe.J)(n),g=[...o,...f.map((e=>{const t=p.alternateDocVersions[e.name]??Se(e);return{label:e.label,to:`${t.path}${u}${d}`,isActive:()=>e===p.activeVersion,onClick:()=>m(e.name)}})),...a],h=(0,ke.lO)(n)[0],b=t&&g.length>1?(0,s.I)({id:"theme.navbar.mobileVersionsDropdown.label",message:"Versions",description:"The label for the navbar versions dropdown on mobile view"}):h.label,y=t&&g.length>1?void 0:Se(h).path;return g.length<=1?(0,c.jsx)(ae,{...i,mobile:t,label:b,to:y,isActive:r?()=>!1:void 0}):(0,c.jsx)(fe,{...i,mobile:t,label:b,to:y,items:g,isActive:r?()=>!1:void 0})}};function Ce(e){let{type:t,...n}=e;const r=function(e,t){return e&&"default"!==e?e:"items"in t?"dropdown":"default"}(t,n),o=Ee[r];if(!o)throw new Error(`No NavbarItem component found for type "${t}".`);return(0,c.jsx)(o,{...n})}function _e(){const e=(0,L.e)(),t=(0,w.L)().navbar.items;return(0,c.jsx)("ul",{className:"menu__list",children:t.map(((t,n)=>(0,r.createElement)(Ce,{mobile:!0,...t,onClick:()=>e.toggle(),key:n})))})}function Te(e){return(0,c.jsx)("button",{...e,type:"button",className:"clean-btn navbar-sidebar__back",children:(0,c.jsx)(s.Z,{id:"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel",description:"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)",children:"\u2190 Back to main menu"})})}function je(){const e=0===(0,w.L)().navbar.items.length,t=I();return(0,c.jsxs)(c.Fragment,{children:[!e&&(0,c.jsx)(Te,{onClick:()=>t.hide()}),t.content]})}function Le(){const e=(0,L.e)();var t;return void 0===(t=e.shown)&&(t=!0),(0,r.useEffect)((()=>(document.body.style.overflow=t?"hidden":"visible",()=>{document.body.style.overflow="visible"})),[t]),e.shouldRender?(0,c.jsx)(F,{header:(0,c.jsx)(Y,{}),primaryMenu:(0,c.jsx)(_e,{}),secondaryMenu:(0,c.jsx)(je,{})}):null}const Ae={navbarHideable:"navbarHideable_m1mJ",navbarHidden:"navbarHidden_jGov"};function Ne(e){return(0,c.jsx)("div",{role:"presentation",...e,className:(0,o.Z)("navbar-sidebar__backdrop",e.className)})}function Re(e){let{children:t}=e;const{navbar:{hideOnScroll:n,style:a}}=(0,w.L)(),i=(0,L.e)(),{navbarRef:l,isNavbarVisible:d}=function(e){const[t,n]=(0,r.useState)(e),o=(0,r.useRef)(!1),a=(0,r.useRef)(0),i=(0,r.useCallback)((e=>{null!==e&&(a.current=e.getBoundingClientRect().height)}),[]);return(0,A.RF)(((t,r)=>{let{scrollY:i}=t;if(!e)return;if(i=l?n(!1):i+u{if(!e)return;const r=t.location.hash;if(r?document.getElementById(r.substring(1)):void 0)return o.current=!0,void n(!1);n(!0)})),{navbarRef:i,isNavbarVisible:t}}(n);return(0,c.jsxs)("nav",{ref:l,"aria-label":(0,s.I)({id:"theme.NavBar.navAriaLabel",message:"Main",description:"The ARIA label for the main navigation"}),className:(0,o.Z)("navbar","navbar--fixed-top",n&&[Ae.navbarHideable,!d&&Ae.navbarHidden],{"navbar--dark":"dark"===a,"navbar--primary":"primary"===a,"navbar-sidebar--show":i.shown}),children:[t,(0,c.jsx)(Ne,{onClick:i.toggle}),(0,c.jsx)(Le,{})]})}var Pe=n(8780);const Oe={errorBoundaryError:"errorBoundaryError_a6uf",errorBoundaryFallback:"errorBoundaryFallback_VBag"};function De(e){return(0,c.jsx)("button",{type:"button",...e,children:(0,c.jsx)(s.Z,{id:"theme.ErrorPageContent.tryAgain",description:"The label of the button to try again rendering when the React error boundary captures an error",children:"Try again"})})}function Ie(e){let{error:t}=e;const n=(0,Pe.getErrorCausalChain)(t).map((e=>e.message)).join("\n\nCause:\n");return(0,c.jsx)("p",{className:Oe.errorBoundaryError,children:n})}class Fe extends r.Component{componentDidCatch(e,t){throw this.props.onError(e,t)}render(){return this.props.children}}const Me="right";function ze(e){let{width:t=30,height:n=30,className:r,...o}=e;return(0,c.jsx)("svg",{className:r,width:t,height:n,viewBox:"0 0 30 30","aria-hidden":"true",...o,children:(0,c.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"2",d:"M4 7h22M4 15h22M4 23h22"})})}function Be(){const{toggle:e,shown:t}=(0,L.e)();return(0,c.jsx)("button",{onClick:e,"aria-label":(0,s.I)({id:"theme.docs.sidebar.toggleSidebarButtonAriaLabel",message:"Toggle navigation bar",description:"The ARIA label for hamburger menu button of mobile navigation"}),"aria-expanded":t,className:"navbar__toggle clean-btn",type:"button",children:(0,c.jsx)(ze,{})})}const $e={colorModeToggle:"colorModeToggle_DEke"};function Ue(e){let{items:t}=e;return(0,c.jsx)(c.Fragment,{children:t.map(((e,t)=>(0,c.jsx)(Fe,{onError:t=>new Error(`A theme navbar item failed to render.\nPlease double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:\n${JSON.stringify(e,null,2)}`,{cause:t}),children:(0,c.jsx)(Ce,{...e})},t)))})}function qe(e){let{left:t,right:n}=e;return(0,c.jsxs)("div",{className:"navbar__inner",children:[(0,c.jsx)("div",{className:"navbar__items",children:t}),(0,c.jsx)("div",{className:"navbar__items navbar__items--right",children:n})]})}function He(){const e=(0,L.e)(),t=(0,w.L)().navbar.items,[n,r]=function(e){function t(e){return"left"===(e.position??Me)}return[e.filter(t),e.filter((e=>!t(e)))]}(t),o=t.find((e=>"search"===e.type));return(0,c.jsx)(qe,{left:(0,c.jsxs)(c.Fragment,{children:[!e.disabled&&(0,c.jsx)(Be,{}),(0,c.jsx)(W,{}),(0,c.jsx)(Ue,{items:n})]}),right:(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)(Ue,{items:r}),(0,c.jsx)(G,{className:$e.colorModeToggle}),!o&&(0,c.jsx)(ve,{children:(0,c.jsx)(be.Z,{})})]})})}function Ze(){return(0,c.jsx)(Re,{children:(0,c.jsx)(He,{})})}function Ge(e){let{item:t}=e;const{to:n,href:r,label:o,prependBaseUrlToHref:a,...i}=t,l=(0,X.Z)(n),s=(0,X.Z)(r,{forcePrependBaseUrl:!0});return(0,c.jsxs)(K.Z,{className:"footer__link-item",...r?{href:a?s:r}:{to:l},...i,children:[o,r&&!(0,J.Z)(r)&&(0,c.jsx)(te.Z,{})]})}function Ve(e){let{item:t}=e;return t.html?(0,c.jsx)("li",{className:"footer__item",dangerouslySetInnerHTML:{__html:t.html}}):(0,c.jsx)("li",{className:"footer__item",children:(0,c.jsx)(Ge,{item:t})},t.href??t.to)}function We(e){let{column:t}=e;return(0,c.jsxs)("div",{className:"col footer__col",children:[(0,c.jsx)("div",{className:"footer__title",children:t.title}),(0,c.jsx)("ul",{className:"footer__items clean-list",children:t.items.map(((e,t)=>(0,c.jsx)(Ve,{item:e},t)))})]})}function Qe(e){let{columns:t}=e;return(0,c.jsx)("div",{className:"row footer__links",children:t.map(((e,t)=>(0,c.jsx)(We,{column:e},t)))})}function Ye(){return(0,c.jsx)("span",{className:"footer__link-separator",children:"\xb7"})}function Ke(e){let{item:t}=e;return t.html?(0,c.jsx)("span",{className:"footer__link-item",dangerouslySetInnerHTML:{__html:t.html}}):(0,c.jsx)(Ge,{item:t})}function Xe(e){let{links:t}=e;return(0,c.jsx)("div",{className:"footer__links text--center",children:(0,c.jsx)("div",{className:"footer__links",children:t.map(((e,n)=>(0,c.jsxs)(r.Fragment,{children:[(0,c.jsx)(Ke,{item:e}),t.length!==n+1&&(0,c.jsx)(Ye,{})]},n)))})})}function Je(e){let{links:t}=e;return function(e){return"title"in e[0]}(t)?(0,c.jsx)(Qe,{columns:t}):(0,c.jsx)(Xe,{links:t})}var et=n(9965);const tt={footerLogoLink:"footerLogoLink_BH7S"};function nt(e){let{logo:t}=e;const{withBaseUrl:n}=(0,X.C)(),r={light:n(t.src),dark:n(t.srcDark??t.src)};return(0,c.jsx)(et.Z,{className:(0,o.Z)("footer__logo",t.className),alt:t.alt,sources:r,width:t.width,height:t.height,style:t.style})}function rt(e){let{logo:t}=e;return t.href?(0,c.jsx)(K.Z,{href:t.href,className:tt.footerLogoLink,target:t.target,children:(0,c.jsx)(nt,{logo:t})}):(0,c.jsx)(nt,{logo:t})}function ot(e){let{copyright:t}=e;return(0,c.jsx)("div",{className:"footer__copyright",dangerouslySetInnerHTML:{__html:t}})}function at(e){let{style:t,links:n,logo:r,copyright:a}=e;return(0,c.jsx)("footer",{className:(0,o.Z)("footer",{"footer--dark":"dark"===t}),children:(0,c.jsxs)("div",{className:"container container-fluid",children:[n,(r||a)&&(0,c.jsxs)("div",{className:"footer__bottom text--center",children:[r&&(0,c.jsx)("div",{className:"margin-bottom--sm",children:r}),a]})]})})}function it(){const{footer:e}=(0,w.L)();if(!e)return null;const{copyright:t,links:n,logo:r,style:o}=e;return(0,c.jsx)(at,{style:o,links:n&&n.length>0&&(0,c.jsx)(Je,{links:n}),logo:r&&(0,c.jsx)(rt,{logo:r}),copyright:t&&(0,c.jsx)(ot,{copyright:t})})}const lt=r.memo(it),st=(0,N.Qc)([M.S,k.pl,A.OC,xe.L5,i.VC,function(e){let{children:t}=e;return(0,c.jsx)(R.n2,{children:(0,c.jsx)(L.M,{children:(0,c.jsx)(O,{children:t})})})}]);function ut(e){let{children:t}=e;return(0,c.jsx)(st,{children:t})}var ct=n(2503);function dt(e){let{error:t,tryAgain:n}=e;return(0,c.jsx)("main",{className:"container margin-vert--xl",children:(0,c.jsx)("div",{className:"row",children:(0,c.jsxs)("div",{className:"col col--6 col--offset-3",children:[(0,c.jsx)(ct.Z,{as:"h1",className:"hero__title",children:(0,c.jsx)(s.Z,{id:"theme.ErrorPageContent.title",description:"The title of the fallback page when the page crashed",children:"This page crashed."})}),(0,c.jsx)("div",{className:"margin-vert--lg",children:(0,c.jsx)(De,{onClick:n,className:"button button--primary shadow--lw"})}),(0,c.jsx)("hr",{}),(0,c.jsx)("div",{className:"margin-vert--md",children:(0,c.jsx)(Ie,{error:t})})]})})})}const pt={mainWrapper:"mainWrapper_z2l0"};function ft(e){const{children:t,noFooter:n,wrapperClassName:r,title:l,description:s}=e;return(0,b.t)(),(0,c.jsxs)(ut,{children:[(0,c.jsx)(i.d,{title:l,description:s}),(0,c.jsx)(v,{}),(0,c.jsx)(j,{}),(0,c.jsx)(Ze,{}),(0,c.jsx)("div",{id:d,className:(0,o.Z)(h.k.wrapper.main,pt.mainWrapper,r),children:(0,c.jsx)(a.Z,{fallback:e=>(0,c.jsx)(dt,{...e}),children:t})}),!n&&(0,c.jsx)(lt,{})]})}},1327:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});n(7294);var r=n(9960),o=n(4996),a=n(2263),i=n(6668),l=n(9965),s=n(5893);function u(e){let{logo:t,alt:n,imageClassName:r}=e;const a={light:(0,o.Z)(t.src),dark:(0,o.Z)(t.srcDark||t.src)},i=(0,s.jsx)(l.Z,{className:t.className,sources:a,height:t.height,width:t.width,alt:n,style:t.style});return r?(0,s.jsx)("div",{className:r,children:i}):i}function c(e){const{siteConfig:{title:t}}=(0,a.Z)(),{navbar:{title:n,logo:l}}=(0,i.L)(),{imageClassName:c,titleClassName:d,...p}=e,f=(0,o.Z)(l?.href||"/"),m=n?"":t,g=l?.alt??m;return(0,s.jsxs)(r.Z,{to:f,...p,...l?.target&&{target:l.target},children:[l&&(0,s.jsx)(u,{logo:l,alt:g,imageClassName:c}),null!=n&&(0,s.jsx)("b",{className:d,children:n})]})}},197:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});n(7294);var r=n(5742),o=n(5893);function a(e){let{locale:t,version:n,tag:a}=e;const i=t;return(0,o.jsxs)(r.Z,{children:[t&&(0,o.jsx)("meta",{name:"docusaurus_locale",content:t}),n&&(0,o.jsx)("meta",{name:"docusaurus_version",content:n}),a&&(0,o.jsx)("meta",{name:"docusaurus_tag",content:a}),i&&(0,o.jsx)("meta",{name:"docsearch:language",content:i}),n&&(0,o.jsx)("meta",{name:"docsearch:version",content:n}),a&&(0,o.jsx)("meta",{name:"docsearch:docusaurus_tag",content:a})]})}},9965:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});var r=n(7294),o=n(512),a=n(2389),i=n(2949);const l={themedComponent:"themedComponent_mlkZ","themedComponent--light":"themedComponent--light_NVdE","themedComponent--dark":"themedComponent--dark_xIcU"};var s=n(5893);function u(e){let{className:t,children:n}=e;const u=(0,a.Z)(),{colorMode:c}=(0,i.I)();return(0,s.jsx)(s.Fragment,{children:(u?"dark"===c?["dark"]:["light"]:["light","dark"]).map((e=>{const a=n({theme:e,className:(0,o.Z)(t,l.themedComponent,l[`themedComponent--${e}`])});return(0,s.jsx)(r.Fragment,{children:a},e)}))})}function c(e){const{sources:t,className:n,alt:r,...o}=e;return(0,s.jsx)(u,{className:n,children:e=>{let{theme:n,className:a}=e;return(0,s.jsx)("img",{src:t[n],alt:r,className:a,...o})}})}},6043:(e,t,n)=>{"use strict";n.d(t,{u:()=>u,z:()=>b});var r=n(7294),o=n(412),a=n(469),i=n(1442),l=n(5893);const s="ease-in-out";function u(e){let{initialState:t}=e;const[n,o]=(0,r.useState)(t??!1),a=(0,r.useCallback)((()=>{o((e=>!e))}),[]);return{collapsed:n,setCollapsed:o,toggleCollapsed:a}}const c={display:"none",overflow:"hidden",height:"0px"},d={display:"block",overflow:"visible",height:"auto"};function p(e,t){const n=t?c:d;e.style.display=n.display,e.style.overflow=n.overflow,e.style.height=n.height}function f(e){let{collapsibleRef:t,collapsed:n,animation:o}=e;const a=(0,r.useRef)(!1);(0,r.useEffect)((()=>{const e=t.current;function r(){const t=e.scrollHeight,n=o?.duration??function(e){if((0,i.n)())return 1;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}(t);return{transition:`height ${n}ms ${o?.easing??s}`,height:`${t}px`}}function l(){const t=r();e.style.transition=t.transition,e.style.height=t.height}if(!a.current)return p(e,n),void(a.current=!0);return e.style.willChange="height",function(){const t=requestAnimationFrame((()=>{n?(l(),requestAnimationFrame((()=>{e.style.height=c.height,e.style.overflow=c.overflow}))):(e.style.display="block",requestAnimationFrame((()=>{l()})))}));return()=>cancelAnimationFrame(t)}()}),[t,n,o])}function m(e){if(!o.Z.canUseDOM)return e?c:d}function g(e){let{as:t="div",collapsed:n,children:o,animation:a,onCollapseTransitionEnd:i,className:s,disableSSRStyle:u}=e;const c=(0,r.useRef)(null);return f({collapsibleRef:c,collapsed:n,animation:a}),(0,l.jsx)(t,{ref:c,style:u?void 0:m(n),onTransitionEnd:e=>{"height"===e.propertyName&&(p(c.current,n),i?.(n))},className:s,children:o})}function h(e){let{collapsed:t,...n}=e;const[o,i]=(0,r.useState)(!t),[s,u]=(0,r.useState)(t);return(0,a.Z)((()=>{t||i(!0)}),[t]),(0,a.Z)((()=>{o&&u(t)}),[o,t]),o?(0,l.jsx)(g,{...n,collapsed:s}):null}function b(e){let{lazy:t,...n}=e;const r=t?h:g;return(0,l.jsx)(r,{...n})}},9689:(e,t,n)=>{"use strict";n.d(t,{nT:()=>g,pl:()=>m});var r=n(7294),o=n(2389),a=n(12),i=n(902),l=n(6668),s=n(5893);const u=(0,a.WA)("docusaurus.announcement.dismiss"),c=(0,a.WA)("docusaurus.announcement.id"),d=()=>"true"===u.get(),p=e=>u.set(String(e)),f=r.createContext(null);function m(e){let{children:t}=e;const n=function(){const{announcementBar:e}=(0,l.L)(),t=(0,o.Z)(),[n,a]=(0,r.useState)((()=>!!t&&d()));(0,r.useEffect)((()=>{a(d())}),[]);const i=(0,r.useCallback)((()=>{p(!0),a(!0)}),[]);return(0,r.useEffect)((()=>{if(!e)return;const{id:t}=e;let n=c.get();"annoucement-bar"===n&&(n="announcement-bar");const r=t!==n;c.set(t),r&&p(!1),!r&&d()||a(!1)}),[e]),(0,r.useMemo)((()=>({isActive:!!e&&!n,close:i})),[e,n,i])}();return(0,s.jsx)(f.Provider,{value:n,children:t})}function g(){const e=(0,r.useContext)(f);if(!e)throw new i.i6("AnnouncementBarProvider");return e}},2949:(e,t,n)=>{"use strict";n.d(t,{I:()=>b,S:()=>h});var r=n(7294),o=n(412),a=n(902),i=n(12),l=n(6668),s=n(5893);const u=r.createContext(void 0),c="theme",d=(0,i.WA)(c),p={light:"light",dark:"dark"},f=e=>e===p.dark?p.dark:p.light,m=e=>o.Z.canUseDOM?f(document.documentElement.getAttribute("data-theme")):f(e),g=e=>{d.set(f(e))};function h(e){let{children:t}=e;const n=function(){const{colorMode:{defaultMode:e,disableSwitch:t,respectPrefersColorScheme:n}}=(0,l.L)(),[o,a]=(0,r.useState)(m(e));(0,r.useEffect)((()=>{t&&d.del()}),[t]);const i=(0,r.useCallback)((function(t,r){void 0===r&&(r={});const{persist:o=!0}=r;t?(a(t),o&&g(t)):(a(n?window.matchMedia("(prefers-color-scheme: dark)").matches?p.dark:p.light:e),d.del())}),[n,e]);(0,r.useEffect)((()=>{document.documentElement.setAttribute("data-theme",f(o))}),[o]),(0,r.useEffect)((()=>{if(t)return;const e=e=>{if(e.key!==c)return;const t=d.get();null!==t&&i(f(t))};return window.addEventListener("storage",e),()=>window.removeEventListener("storage",e)}),[t,i]);const s=(0,r.useRef)(!1);return(0,r.useEffect)((()=>{if(t&&!n)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),r=()=>{window.matchMedia("print").matches||s.current?s.current=window.matchMedia("print").matches:i(null)};return e.addListener(r),()=>e.removeListener(r)}),[i,t,n]),(0,r.useMemo)((()=>({colorMode:o,setColorMode:i,get isDarkTheme(){return o===p.dark},setLightTheme(){i(p.light)},setDarkTheme(){i(p.dark)}})),[o,i])}();return(0,s.jsx)(u.Provider,{value:n,children:t})}function b(){const e=(0,r.useContext)(u);if(null==e)throw new a.i6("ColorModeProvider","Please see https://docusaurus.io/docs/api/themes/configuration#use-color-mode.");return e}},373:(e,t,n)=>{"use strict";n.d(t,{J:()=>v,L5:()=>b});var r=n(7294),o=n(143),a=n(9935),i=n(6668),l=n(2802),s=n(902),u=n(12),c=n(5893);const d=e=>`docs-preferred-version-${e}`,p={save:(e,t,n)=>{(0,u.WA)(d(e),{persistence:t}).set(n)},read:(e,t)=>(0,u.WA)(d(e),{persistence:t}).get(),clear:(e,t)=>{(0,u.WA)(d(e),{persistence:t}).del()}},f=e=>Object.fromEntries(e.map((e=>[e,{preferredVersionName:null}])));const m=r.createContext(null);function g(){const e=(0,o._r)(),t=(0,i.L)().docs.versionPersistence,n=(0,r.useMemo)((()=>Object.keys(e)),[e]),[a,l]=(0,r.useState)((()=>f(n)));(0,r.useEffect)((()=>{l(function(e){let{pluginIds:t,versionPersistence:n,allDocsData:r}=e;function o(e){const t=p.read(e,n);return r[e].versions.some((e=>e.name===t))?{preferredVersionName:t}:(p.clear(e,n),{preferredVersionName:null})}return Object.fromEntries(t.map((e=>[e,o(e)])))}({allDocsData:e,versionPersistence:t,pluginIds:n}))}),[e,t,n]);return[a,(0,r.useMemo)((()=>({savePreferredVersion:function(e,n){p.save(e,t,n),l((t=>({...t,[e]:{preferredVersionName:n}})))}})),[t])]}function h(e){let{children:t}=e;const n=g();return(0,c.jsx)(m.Provider,{value:n,children:t})}function b(e){let{children:t}=e;return l.cE?(0,c.jsx)(h,{children:t}):(0,c.jsx)(c.Fragment,{children:t})}function y(){const e=(0,r.useContext)(m);if(!e)throw new s.i6("DocsPreferredVersionContextProvider");return e}function v(e){void 0===e&&(e=a.m);const t=(0,o.zh)(e),[n,i]=y(),{preferredVersionName:l}=n[e];return{preferredVersion:t.versions.find((e=>e.name===l))??null,savePreferredVersionName:(0,r.useCallback)((t=>{i.savePreferredVersion(e,t)}),[i,e])}}},1116:(e,t,n)=>{"use strict";n.d(t,{V:()=>u,b:()=>s});var r=n(7294),o=n(902),a=n(5893);const i=Symbol("EmptyContext"),l=r.createContext(i);function s(e){let{children:t,name:n,items:o}=e;const i=(0,r.useMemo)((()=>n&&o?{name:n,items:o}:null),[n,o]);return(0,a.jsx)(l.Provider,{value:i,children:t})}function u(){const e=(0,r.useContext)(l);if(e===i)throw new o.i6("DocsSidebarProvider");return e}},4477:(e,t,n)=>{"use strict";n.d(t,{E:()=>s,q:()=>l});var r=n(7294),o=n(902),a=n(5893);const i=r.createContext(null);function l(e){let{children:t,version:n}=e;return(0,a.jsx)(i.Provider,{value:n,children:t})}function s(){const e=(0,r.useContext)(i);if(null===e)throw new o.i6("DocsVersionProvider");return e}},2961:(e,t,n)=>{"use strict";n.d(t,{M:()=>f,e:()=>m});var r=n(7294),o=n(3102),a=n(7524),i=n(6550),l=n(902);function s(e){!function(e){const t=(0,i.k6)(),n=(0,l.zX)(e);(0,r.useEffect)((()=>t.block(((e,t)=>n(e,t)))),[t,n])}(((t,n)=>{if("POP"===n)return e(t,n)}))}var u=n(6668),c=n(5893);const d=r.createContext(void 0);function p(){const e=function(){const e=(0,o.HY)(),{items:t}=(0,u.L)().navbar;return 0===t.length&&!e.component}(),t=(0,a.i)(),n=!e&&"mobile"===t,[i,l]=(0,r.useState)(!1);s((()=>{if(i)return l(!1),!1}));const c=(0,r.useCallback)((()=>{l((e=>!e))}),[]);return(0,r.useEffect)((()=>{"desktop"===t&&l(!1)}),[t]),(0,r.useMemo)((()=>({disabled:e,shouldRender:n,toggle:c,shown:i})),[e,n,c,i])}function f(e){let{children:t}=e;const n=p();return(0,c.jsx)(d.Provider,{value:n,children:t})}function m(){const e=r.useContext(d);if(void 0===e)throw new l.i6("NavbarMobileSidebarProvider");return e}},3102:(e,t,n)=>{"use strict";n.d(t,{HY:()=>s,Zo:()=>u,n2:()=>l});var r=n(7294),o=n(902),a=n(5893);const i=r.createContext(null);function l(e){let{children:t}=e;const n=(0,r.useState)({component:null,props:null});return(0,a.jsx)(i.Provider,{value:n,children:t})}function s(){const e=(0,r.useContext)(i);if(!e)throw new o.i6("NavbarSecondaryMenuContentProvider");return e[0]}function u(e){let{component:t,props:n}=e;const a=(0,r.useContext)(i);if(!a)throw new o.i6("NavbarSecondaryMenuContentProvider");const[,l]=a,s=(0,o.Ql)(n);return(0,r.useEffect)((()=>{l({component:t,props:s})}),[l,t,s]),(0,r.useEffect)((()=>()=>l({component:null,props:null})),[l]),null}},9727:(e,t,n)=>{"use strict";n.d(t,{h:()=>o,t:()=>a});var r=n(7294);const o="navigation-with-keyboard";function a(){(0,r.useEffect)((()=>{function e(e){"keydown"===e.type&&"Tab"===e.key&&document.body.classList.add(o),"mousedown"===e.type&&document.body.classList.remove(o)}return document.addEventListener("keydown",e),document.addEventListener("mousedown",e),()=>{document.body.classList.remove(o),document.removeEventListener("keydown",e),document.removeEventListener("mousedown",e)}}),[])}},7524:(e,t,n)=>{"use strict";n.d(t,{i:()=>l});var r=n(7294),o=n(412);const a={desktop:"desktop",mobile:"mobile",ssr:"ssr"},i=996;function l(){const[e,t]=(0,r.useState)((()=>"ssr"));return(0,r.useEffect)((()=>{function e(){t(function(){if(!o.Z.canUseDOM)throw new Error("getWindowSize() should only be called after React hydration");return window.innerWidth>i?a.desktop:a.mobile}())}return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[]),e}},5281:(e,t,n)=>{"use strict";n.d(t,{k:()=>r});const r={page:{blogListPage:"blog-list-page",blogPostPage:"blog-post-page",blogTagsListPage:"blog-tags-list-page",blogTagPostListPage:"blog-tags-post-list-page",docsDocPage:"docs-doc-page",docsTagsListPage:"docs-tags-list-page",docsTagDocListPage:"docs-tags-doc-list-page",mdxPage:"mdx-page"},wrapper:{main:"main-wrapper",blogPages:"blog-wrapper",docsPages:"docs-wrapper",mdxPages:"mdx-wrapper"},common:{editThisPage:"theme-edit-this-page",lastUpdated:"theme-last-updated",backToTopButton:"theme-back-to-top-button",codeBlock:"theme-code-block",admonition:"theme-admonition",unlistedBanner:"theme-unlisted-banner",admonitionType:e=>`theme-admonition-${e}`},layout:{},docs:{docVersionBanner:"theme-doc-version-banner",docVersionBadge:"theme-doc-version-badge",docBreadcrumbs:"theme-doc-breadcrumbs",docMarkdown:"theme-doc-markdown",docTocMobile:"theme-doc-toc-mobile",docTocDesktop:"theme-doc-toc-desktop",docFooter:"theme-doc-footer",docFooterTagsRow:"theme-doc-footer-tags-row",docFooterEditMetaRow:"theme-doc-footer-edit-meta-row",docSidebarContainer:"theme-doc-sidebar-container",docSidebarMenu:"theme-doc-sidebar-menu",docSidebarItemCategory:"theme-doc-sidebar-item-category",docSidebarItemLink:"theme-doc-sidebar-item-link",docSidebarItemCategoryLevel:e=>`theme-doc-sidebar-item-category-level-${e}`,docSidebarItemLinkLevel:e=>`theme-doc-sidebar-item-link-level-${e}`},blog:{}}},1442:(e,t,n)=>{"use strict";function r(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}n.d(t,{n:()=>r})},2802:(e,t,n)=>{"use strict";n.d(t,{LM:()=>f,_F:()=>h,cE:()=>p,SN:()=>E,lO:()=>k,vY:()=>S,oz:()=>x,s1:()=>w,f:()=>y});var r=n(7294),o=n(6550),a=n(8790),i=n(143),l=n(373),s=n(4477),u=n(1116);function c(e){return Array.from(new Set(e))}var d=n(8596);const p=!!i._r;function f(e){return"link"!==e.type||e.unlisted?"category"===e.type?function(e){if(e.href&&!e.linkUnlisted)return e.href;for(const t of e.items){const e=f(t);if(e)return e}}(e):void 0:e.href}const m=(e,t)=>void 0!==e&&(0,d.Mg)(e,t),g=(e,t)=>e.some((e=>h(e,t)));function h(e,t){return"link"===e.type?m(e.href,t):"category"===e.type&&(m(e.href,t)||g(e.items,t))}function b(e,t){switch(e.type){case"category":return h(e,t)||e.items.some((e=>b(e,t)));case"link":return!e.unlisted||h(e,t);default:return!0}}function y(e,t){return(0,r.useMemo)((()=>e.filter((e=>b(e,t)))),[e,t])}function v(e){let{sidebarItems:t,pathname:n,onlyCategories:r=!1}=e;const o=[];return function e(t){for(const a of t)if("category"===a.type&&((0,d.Mg)(a.href,n)||e(a.items))||"link"===a.type&&(0,d.Mg)(a.href,n)){return r&&"category"!==a.type||o.unshift(a),!0}return!1}(t),o}function w(){const e=(0,u.V)(),{pathname:t}=(0,o.TH)(),n=(0,i.gA)()?.pluginData.breadcrumbs;return!1!==n&&e?v({sidebarItems:e.items,pathname:t}):null}function k(e){const{activeVersion:t}=(0,i.Iw)(e),{preferredVersion:n}=(0,l.J)(e),o=(0,i.yW)(e);return(0,r.useMemo)((()=>c([t,n,o].filter(Boolean))),[t,n,o])}function x(e,t){const n=k(t);return(0,r.useMemo)((()=>{const t=n.flatMap((e=>e.sidebars?Object.entries(e.sidebars):[])),r=t.find((t=>t[0]===e));if(!r)throw new Error(`Can't find any sidebar with id "${e}" in version${n.length>1?"s":""} ${n.map((e=>e.name)).join(", ")}".\nAvailable sidebar ids are:\n- ${t.map((e=>e[0])).join("\n- ")}`);return r[1]}),[e,n])}function S(e,t){const n=k(t);return(0,r.useMemo)((()=>{const t=n.flatMap((e=>e.docs)),r=t.find((t=>t.id===e));if(!r){if(n.flatMap((e=>e.draftIds)).includes(e))return null;throw new Error(`Couldn't find any doc with id "${e}" in version${n.length>1?"s":""} "${n.map((e=>e.name)).join(", ")}".\nAvailable doc ids are:\n- ${c(t.map((e=>e.id))).join("\n- ")}`)}return r}),[e,n])}function E(e){let{route:t}=e;const n=(0,o.TH)(),r=(0,s.E)(),i=t.routes,l=i.find((e=>(0,o.LX)(n.pathname,e)));if(!l)return null;const u=l.sidebar,c=u?r.docsSidebars[u]:void 0;return{docElement:(0,a.H)(i),sidebarName:u,sidebarItems:c}}},1944:(e,t,n)=>{"use strict";n.d(t,{FG:()=>f,d:()=>d,VC:()=>m});var r=n(7294),o=n(512),a=n(5742),i=n(226);function l(){const e=r.useContext(i._);if(!e)throw new Error("Unexpected: no Docusaurus route context found");return e}var s=n(4996),u=n(2263);var c=n(5893);function d(e){let{title:t,description:n,keywords:r,image:o,children:i}=e;const l=function(e){const{siteConfig:t}=(0,u.Z)(),{title:n,titleDelimiter:r}=t;return e?.trim().length?`${e.trim()} ${r} ${n}`:n}(t),{withBaseUrl:d}=(0,s.C)(),p=o?d(o,{absolute:!0}):void 0;return(0,c.jsxs)(a.Z,{children:[t&&(0,c.jsx)("title",{children:l}),t&&(0,c.jsx)("meta",{property:"og:title",content:l}),n&&(0,c.jsx)("meta",{name:"description",content:n}),n&&(0,c.jsx)("meta",{property:"og:description",content:n}),r&&(0,c.jsx)("meta",{name:"keywords",content:Array.isArray(r)?r.join(","):r}),p&&(0,c.jsx)("meta",{property:"og:image",content:p}),p&&(0,c.jsx)("meta",{name:"twitter:image",content:p}),i]})}const p=r.createContext(void 0);function f(e){let{className:t,children:n}=e;const i=r.useContext(p),l=(0,o.Z)(i,t);return(0,c.jsxs)(p.Provider,{value:l,children:[(0,c.jsx)(a.Z,{children:(0,c.jsx)("html",{className:l})}),n]})}function m(e){let{children:t}=e;const n=l(),r=`plugin-${n.plugin.name.replace(/docusaurus-(?:plugin|theme)-(?:content-)?/gi,"")}`;const a=`plugin-id-${n.plugin.id}`;return(0,c.jsx)(f,{className:(0,o.Z)(r,a),children:t})}},902:(e,t,n)=>{"use strict";n.d(t,{D9:()=>l,Qc:()=>c,Ql:()=>u,i6:()=>s,zX:()=>i});var r=n(7294),o=n(469),a=n(5893);function i(e){const t=(0,r.useRef)(e);return(0,o.Z)((()=>{t.current=e}),[e]),(0,r.useCallback)((function(){return t.current(...arguments)}),[])}function l(e){const t=(0,r.useRef)();return(0,o.Z)((()=>{t.current=e})),t.current}class s extends Error{constructor(e,t){super(),this.name="ReactContextError",this.message=`Hook ${this.stack?.split("\n")[1]?.match(/at (?:\w+\.)?(?\w+)/)?.groups.name??""} is called outside the <${e}>. ${t??""}`}}function u(e){const t=Object.entries(e);return t.sort(((e,t)=>e[0].localeCompare(t[0]))),(0,r.useMemo)((()=>e),t.flat())}function c(e){return t=>{let{children:n}=t;return(0,a.jsx)(a.Fragment,{children:e.reduceRight(((e,t)=>(0,a.jsx)(t,{children:e})),n)})}}},8596:(e,t,n)=>{"use strict";n.d(t,{Mg:()=>i,Ns:()=>l});var r=n(7294),o=n(723),a=n(2263);function i(e,t){const n=e=>(!e||e.endsWith("/")?e:`${e}/`)?.toLowerCase();return n(e)===n(t)}function l(){const{baseUrl:e}=(0,a.Z)().siteConfig;return(0,r.useMemo)((()=>function(e){let{baseUrl:t,routes:n}=e;function r(e){return e.path===t&&!0===e.exact}function o(e){return e.path===t&&!e.exact}return function e(t){if(0===t.length)return;return t.find(r)||e(t.filter(o).flatMap((e=>e.routes??[])))}(n)}({routes:o.Z,baseUrl:e})),[e])}},2466:(e,t,n)=>{"use strict";n.d(t,{Ct:()=>f,OC:()=>u,RF:()=>p});var r=n(7294),o=n(412),a=n(2389),i=(n(469),n(902)),l=n(5893);const s=r.createContext(void 0);function u(e){let{children:t}=e;const n=function(){const e=(0,r.useRef)(!0);return(0,r.useMemo)((()=>({scrollEventsEnabledRef:e,enableScrollEvents:()=>{e.current=!0},disableScrollEvents:()=>{e.current=!1}})),[])}();return(0,l.jsx)(s.Provider,{value:n,children:t})}function c(){const e=(0,r.useContext)(s);if(null==e)throw new i.i6("ScrollControllerProvider");return e}const d=()=>o.Z.canUseDOM?{scrollX:window.pageXOffset,scrollY:window.pageYOffset}:null;function p(e,t){void 0===t&&(t=[]);const{scrollEventsEnabledRef:n}=c(),o=(0,r.useRef)(d()),a=(0,i.zX)(e);(0,r.useEffect)((()=>{const e=()=>{if(!n.current)return;const e=d();a(e,o.current),o.current=e},t={passive:!0};return e(),window.addEventListener("scroll",e,t),()=>window.removeEventListener("scroll",e,t)}),[a,n,...t])}function f(){const e=(0,r.useRef)(null),t=(0,a.Z)()&&"smooth"===getComputedStyle(document.documentElement).scrollBehavior;return{startScroll:n=>{e.current=t?function(e){return window.scrollTo({top:e,behavior:"smooth"}),()=>{}}(n):function(e){let t=null;const n=document.documentElement.scrollTop>e;return function r(){const o=document.documentElement.scrollTop;(n&&o>e||!n&&ot&&cancelAnimationFrame(t)}(n)},cancelScroll:()=>e.current?.()}}},3320:(e,t,n)=>{"use strict";n.d(t,{HX:()=>r,os:()=>o});n(2263);const r="default";function o(e,t){return`docs-${e}-${t}`}},12:(e,t,n)=>{"use strict";n.d(t,{WA:()=>s});n(7294);const r="localStorage";function o(e){let{key:t,oldValue:n,newValue:r,storage:o}=e;if(n===r)return;const a=document.createEvent("StorageEvent");a.initStorageEvent("storage",!1,!1,t,n,r,window.location.href,o),window.dispatchEvent(a)}function a(e){if(void 0===e&&(e=r),"undefined"==typeof window)throw new Error("Browser storage is not available on Node.js/Docusaurus SSR process.");if("none"===e)return null;try{return window[e]}catch(n){return t=n,i||(console.warn("Docusaurus browser storage is not available.\nPossible reasons: running Docusaurus in an iframe, in an incognito browser session, or using too strict browser privacy settings.",t),i=!0),null}var t}let i=!1;const l={get:()=>null,set:()=>{},del:()=>{},listen:()=>()=>{}};function s(e,t){if("undefined"==typeof window)return function(e){function t(){throw new Error(`Illegal storage API usage for storage key "${e}".\nDocusaurus storage APIs are not supposed to be called on the server-rendering process.\nPlease only call storage APIs in effects and event handlers.`)}return{get:t,set:t,del:t,listen:t}}(e);const n=a(t?.persistence);return null===n?l:{get:()=>{try{return n.getItem(e)}catch(t){return console.error(`Docusaurus storage error, can't get key=${e}`,t),null}},set:t=>{try{const r=n.getItem(e);n.setItem(e,t),o({key:e,oldValue:r,newValue:t,storage:n})}catch(r){console.error(`Docusaurus storage error, can't set ${e}=${t}`,r)}},del:()=>{try{const t=n.getItem(e);n.removeItem(e),o({key:e,oldValue:t,newValue:null,storage:n})}catch(t){console.error(`Docusaurus storage error, can't delete key=${e}`,t)}},listen:t=>{try{const r=r=>{r.storageArea===n&&r.key===e&&t(r)};return window.addEventListener("storage",r),()=>window.removeEventListener("storage",r)}catch(r){return console.error(`Docusaurus storage error, can't listen for changes of key=${e}`,r),()=>{}}}}}},4711:(e,t,n)=>{"use strict";n.d(t,{l:()=>i});var r=n(2263),o=n(6550),a=n(8780);function i(){const{siteConfig:{baseUrl:e,url:t,trailingSlash:n},i18n:{defaultLocale:i,currentLocale:l}}=(0,r.Z)(),{pathname:s}=(0,o.TH)(),u=(0,a.applyTrailingSlash)(s,{trailingSlash:n,baseUrl:e}),c=l===i?e:e.replace(`/${l}/`,"/"),d=u.replace(e,"");return{createUrl:function(e){let{locale:n,fullyQualified:r}=e;return`${r?t:""}${function(e){return e===i?`${c}`:`${c}${e}/`}(n)}${d}`}}}},5936:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var r=n(7294),o=n(6550),a=n(902);function i(e){const t=(0,o.TH)(),n=(0,a.D9)(t),i=(0,a.zX)(e);(0,r.useEffect)((()=>{n&&t!==n&&i({location:t,previousLocation:n})}),[i,t,n])}},6668:(e,t,n)=>{"use strict";n.d(t,{L:()=>o});var r=n(2263);function o(){return(0,r.Z)().siteConfig.themeConfig}},8802:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){const{trailingSlash:n,baseUrl:r}=t;if(e.startsWith("#"))return e;if(void 0===n)return e;const[o]=e.split(/[#?]/),a="/"===o||o===r?o:(i=o,n?function(e){return e.endsWith("/")?e:`${e}/`}(i):function(e){return e.endsWith("/")?e.slice(0,-1):e}(i));var i;return e.replace(o,a)}},4143:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=void 0,t.getErrorCausalChain=function e(t){return t.cause?[t,...e(t.cause)]:[t]}},8780:function(e,t,n){"use strict";var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=t.applyTrailingSlash=t.blogPostContainerID=void 0,t.blogPostContainerID="__blog-post-container";var o=n(8802);Object.defineProperty(t,"applyTrailingSlash",{enumerable:!0,get:function(){return r(o).default}});var a=n(4143);Object.defineProperty(t,"getErrorCausalChain",{enumerable:!0,get:function(){return a.getErrorCausalChain}})},9318:(e,t,n)=>{"use strict";n.d(t,{lX:()=>w,q_:()=>_,ob:()=>f,PP:()=>j,Ep:()=>p});var r=n(7462);function o(e){return"/"===e.charAt(0)}function a(e,t){for(var n=t,r=n+1,o=e.length;r=0;p--){var f=i[p];"."===f?a(i,p):".."===f?(a(i,p),d++):d&&(a(i,p),d--)}if(!u)for(;d--;d)i.unshift("..");!u||""===i[0]||i[0]&&o(i[0])||i.unshift("");var m=i.join("/");return n&&"/"!==m.substr(-1)&&(m+="/"),m};var l=n(8776);function s(e){return"/"===e.charAt(0)?e:"/"+e}function u(e){return"/"===e.charAt(0)?e.substr(1):e}function c(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function d(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function p(e){var t=e.pathname,n=e.search,r=e.hash,o=t||"/";return n&&"?"!==n&&(o+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(o+="#"===r.charAt(0)?r:"#"+r),o}function f(e,t,n,o){var a;"string"==typeof e?(a=function(e){var t=e||"/",n="",r="",o=t.indexOf("#");-1!==o&&(r=t.substr(o),t=t.substr(0,o));var a=t.indexOf("?");return-1!==a&&(n=t.substr(a),t=t.substr(0,a)),{pathname:t,search:"?"===n?"":n,hash:"#"===r?"":r}}(e),a.state=t):(void 0===(a=(0,r.Z)({},e)).pathname&&(a.pathname=""),a.search?"?"!==a.search.charAt(0)&&(a.search="?"+a.search):a.search="",a.hash?"#"!==a.hash.charAt(0)&&(a.hash="#"+a.hash):a.hash="",void 0!==t&&void 0===a.state&&(a.state=t));try{a.pathname=decodeURI(a.pathname)}catch(l){throw l instanceof URIError?new URIError('Pathname "'+a.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):l}return n&&(a.key=n),o?a.pathname?"/"!==a.pathname.charAt(0)&&(a.pathname=i(a.pathname,o.pathname)):a.pathname=o.pathname:a.pathname||(a.pathname="/"),a}function m(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,o){if(null!=e){var a="function"==typeof e?e(t,n):e;"string"==typeof a?"function"==typeof r?r(a,o):o(!0):o(!1!==a)}else o(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter((function(e){return e!==r}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),r=0;rt?n.splice(t,n.length-t,o):n.push(o),d({action:r,location:o,index:t,entries:n})}}))},replace:function(e,t){var r="REPLACE",o=f(e,t,g(),w.location);c.confirmTransitionTo(o,r,n,(function(e){e&&(w.entries[w.index]=o,d({action:r,location:o}))}))},go:v,goBack:function(){v(-1)},goForward:function(){v(1)},canGo:function(e){var t=w.index+e;return t>=0&&t{"use strict";var r=n(9864),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};function s(e){return r.isMemo(e)?i:l[e.$$typeof]||o}l[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},l[r.Memo]=i;var u=Object.defineProperty,c=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(m){var o=f(n);o&&o!==m&&e(t,o,r)}var i=c(n);d&&(i=i.concat(d(n)));for(var l=s(t),g=s(n),h=0;h{"use strict";e.exports=function(e,t,n,r,o,a,i,l){if(!e){var s;if(void 0===t)s=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,o,a,i,l],c=0;(s=new Error(t.replace(/%s/g,(function(){return u[c++]})))).name="Invariant Violation"}throw s.framesToPop=1,s}}},5826:e=>{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},2497:(e,t,n)=>{"use strict";n.r(t)},2295:(e,t,n)=>{"use strict";n.r(t)},4865:function(e,t,n){var r,o;r=function(){var e,t,n={version:"0.2.0"},r=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'
'};function o(e,t,n){return en?n:e}function a(e){return 100*(-1+e)}function i(e,t,n){var o;return(o="translate3d"===r.positionUsing?{transform:"translate3d("+a(e)+"%,0,0)"}:"translate"===r.positionUsing?{transform:"translate("+a(e)+"%,0)"}:{"margin-left":a(e)+"%"}).transition="all "+t+"ms "+n,o}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(r[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=o(e,r.minimum,1),n.status=1===e?null:e;var a=n.render(!t),u=a.querySelector(r.barSelector),c=r.speed,d=r.easing;return a.offsetWidth,l((function(t){""===r.positionUsing&&(r.positionUsing=n.getPositioningCSS()),s(u,i(e,c,d)),1===e?(s(a,{transition:"none",opacity:1}),a.offsetWidth,setTimeout((function(){s(a,{transition:"all "+c+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),c)}),c)):setTimeout(t,c)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),r.trickleSpeed)};return r.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*o(Math.random()*t,.1,.95)),t=o(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},e=0,t=0,n.promise=function(r){return r&&"resolved"!==r.state()?(0===t&&n.start(),e++,t++,r.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");c(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=r.template;var o,i=t.querySelector(r.barSelector),l=e?"-100":a(n.status||0),u=document.querySelector(r.parent);return s(i,{transition:"all 0 linear",transform:"translate3d("+l+"%,0,0)"}),r.showSpinner||(o=t.querySelector(r.spinnerSelector))&&f(o),u!=document.body&&c(u,"nprogress-custom-parent"),u.appendChild(t),t},n.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(r.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&f(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var l=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),s=function(){var e=["Webkit","O","Moz","ms"],t={};function n(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function r(t){var n=document.body.style;if(t in n)return t;for(var r,o=e.length,a=t.charAt(0).toUpperCase()+t.slice(1);o--;)if((r=e[o]+a)in n)return r;return t}function o(e){return e=n(e),t[e]||(t[e]=r(e))}function a(e,t,n){t=o(t),e.style[t]=n}return function(e,t){var n,r,o=arguments;if(2==o.length)for(n in t)void 0!==(r=t[n])&&t.hasOwnProperty(n)&&a(e,n,r);else a(e,o[1],o[2])}}();function u(e,t){return("string"==typeof e?e:p(e)).indexOf(" "+t+" ")>=0}function c(e,t){var n=p(e),r=n+t;u(n,t)||(e.className=r.substring(1))}function d(e,t){var n,r=p(e);u(e,t)&&(n=r.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function p(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function f(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n},void 0===(o="function"==typeof r?r.call(t,n,t,e):r)||(e.exports=o)},4779:(e,t,n)=>{var r=n(5826);e.exports=f,e.exports.parse=a,e.exports.compile=function(e,t){return l(a(e,t),t)},e.exports.tokensToFunction=l,e.exports.tokensToRegExp=p;var o=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function a(e,t){for(var n,r=[],a=0,i=0,l="",c=t&&t.delimiter||"/";null!=(n=o.exec(e));){var d=n[0],p=n[1],f=n.index;if(l+=e.slice(i,f),i=f+d.length,p)l+=p[1];else{var m=e[i],g=n[2],h=n[3],b=n[4],y=n[5],v=n[6],w=n[7];l&&(r.push(l),l="");var k=null!=g&&null!=m&&m!==g,x="+"===v||"*"===v,S="?"===v||"*"===v,E=n[2]||c,C=b||y;r.push({name:h||a++,prefix:g||"",delimiter:E,optional:S,repeat:x,partial:k,asterisk:!!w,pattern:C?u(C):w?".*":"[^"+s(E)+"]+?"})}}return i{e.exports&&(e.exports={core:{meta:{path:"components/prism-core.js",option:"mandatory"},core:"Core"},themes:{meta:{path:"themes/{id}.css",link:"index.html?theme={id}",exclusive:!0},prism:{title:"Default",option:"default"},"prism-dark":"Dark","prism-funky":"Funky","prism-okaidia":{title:"Okaidia",owner:"ocodia"},"prism-twilight":{title:"Twilight",owner:"remybach"},"prism-coy":{title:"Coy",owner:"tshedor"},"prism-solarizedlight":{title:"Solarized Light",owner:"hectormatos2011 "},"prism-tomorrow":{title:"Tomorrow Night",owner:"Rosey"}},languages:{meta:{path:"components/prism-{id}",noCSS:!0,examplesPath:"examples/prism-{id}",addCheckAll:!0},markup:{title:"Markup",alias:["html","xml","svg","mathml","ssml","atom","rss"],aliasTitles:{html:"HTML",xml:"XML",svg:"SVG",mathml:"MathML",ssml:"SSML",atom:"Atom",rss:"RSS"},option:"default"},css:{title:"CSS",option:"default",modify:"markup"},clike:{title:"C-like",option:"default"},javascript:{title:"JavaScript",require:"clike",modify:"markup",optional:"regex",alias:"js",option:"default"},abap:{title:"ABAP",owner:"dellagustin"},abnf:{title:"ABNF",owner:"RunDevelopment"},actionscript:{title:"ActionScript",require:"javascript",modify:"markup",owner:"Golmote"},ada:{title:"Ada",owner:"Lucretia"},agda:{title:"Agda",owner:"xy-ren"},al:{title:"AL",owner:"RunDevelopment"},antlr4:{title:"ANTLR4",alias:"g4",owner:"RunDevelopment"},apacheconf:{title:"Apache Configuration",owner:"GuiTeK"},apex:{title:"Apex",require:["clike","sql"],owner:"RunDevelopment"},apl:{title:"APL",owner:"ngn"},applescript:{title:"AppleScript",owner:"Golmote"},aql:{title:"AQL",owner:"RunDevelopment"},arduino:{title:"Arduino",require:"cpp",alias:"ino",owner:"dkern"},arff:{title:"ARFF",owner:"Golmote"},armasm:{title:"ARM Assembly",alias:"arm-asm",owner:"RunDevelopment"},arturo:{title:"Arturo",alias:"art",optional:["bash","css","javascript","markup","markdown","sql"],owner:"drkameleon"},asciidoc:{alias:"adoc",title:"AsciiDoc",owner:"Golmote"},aspnet:{title:"ASP.NET (C#)",require:["markup","csharp"],owner:"nauzilus"},asm6502:{title:"6502 Assembly",owner:"kzurawel"},asmatmel:{title:"Atmel AVR Assembly",owner:"cerkit"},autohotkey:{title:"AutoHotkey",owner:"aviaryan"},autoit:{title:"AutoIt",owner:"Golmote"},avisynth:{title:"AviSynth",alias:"avs",owner:"Zinfidel"},"avro-idl":{title:"Avro IDL",alias:"avdl",owner:"RunDevelopment"},awk:{title:"AWK",alias:"gawk",aliasTitles:{gawk:"GAWK"},owner:"RunDevelopment"},bash:{title:"Bash",alias:["sh","shell"],aliasTitles:{sh:"Shell",shell:"Shell"},owner:"zeitgeist87"},basic:{title:"BASIC",owner:"Golmote"},batch:{title:"Batch",owner:"Golmote"},bbcode:{title:"BBcode",alias:"shortcode",aliasTitles:{shortcode:"Shortcode"},owner:"RunDevelopment"},bbj:{title:"BBj",owner:"hyyan"},bicep:{title:"Bicep",owner:"johnnyreilly"},birb:{title:"Birb",require:"clike",owner:"Calamity210"},bison:{title:"Bison",require:"c",owner:"Golmote"},bnf:{title:"BNF",alias:"rbnf",aliasTitles:{rbnf:"RBNF"},owner:"RunDevelopment"},bqn:{title:"BQN",owner:"yewscion"},brainfuck:{title:"Brainfuck",owner:"Golmote"},brightscript:{title:"BrightScript",owner:"RunDevelopment"},bro:{title:"Bro",owner:"wayward710"},bsl:{title:"BSL (1C:Enterprise)",alias:"oscript",aliasTitles:{oscript:"OneScript"},owner:"Diversus23"},c:{title:"C",require:"clike",owner:"zeitgeist87"},csharp:{title:"C#",require:"clike",alias:["cs","dotnet"],owner:"mvalipour"},cpp:{title:"C++",require:"c",owner:"zeitgeist87"},cfscript:{title:"CFScript",require:"clike",alias:"cfc",owner:"mjclemente"},chaiscript:{title:"ChaiScript",require:["clike","cpp"],owner:"RunDevelopment"},cil:{title:"CIL",owner:"sbrl"},cilkc:{title:"Cilk/C",require:"c",alias:"cilk-c",owner:"OpenCilk"},cilkcpp:{title:"Cilk/C++",require:"cpp",alias:["cilk-cpp","cilk"],owner:"OpenCilk"},clojure:{title:"Clojure",owner:"troglotit"},cmake:{title:"CMake",owner:"mjrogozinski"},cobol:{title:"COBOL",owner:"RunDevelopment"},coffeescript:{title:"CoffeeScript",require:"javascript",alias:"coffee",owner:"R-osey"},concurnas:{title:"Concurnas",alias:"conc",owner:"jasontatton"},csp:{title:"Content-Security-Policy",owner:"ScottHelme"},cooklang:{title:"Cooklang",owner:"ahue"},coq:{title:"Coq",owner:"RunDevelopment"},crystal:{title:"Crystal",require:"ruby",owner:"MakeNowJust"},"css-extras":{title:"CSS Extras",require:"css",modify:"css",owner:"milesj"},csv:{title:"CSV",owner:"RunDevelopment"},cue:{title:"CUE",owner:"RunDevelopment"},cypher:{title:"Cypher",owner:"RunDevelopment"},d:{title:"D",require:"clike",owner:"Golmote"},dart:{title:"Dart",require:"clike",owner:"Golmote"},dataweave:{title:"DataWeave",owner:"machaval"},dax:{title:"DAX",owner:"peterbud"},dhall:{title:"Dhall",owner:"RunDevelopment"},diff:{title:"Diff",owner:"uranusjr"},django:{title:"Django/Jinja2",require:"markup-templating",alias:"jinja2",owner:"romanvm"},"dns-zone-file":{title:"DNS zone file",owner:"RunDevelopment",alias:"dns-zone"},docker:{title:"Docker",alias:"dockerfile",owner:"JustinBeckwith"},dot:{title:"DOT (Graphviz)",alias:"gv",optional:"markup",owner:"RunDevelopment"},ebnf:{title:"EBNF",owner:"RunDevelopment"},editorconfig:{title:"EditorConfig",owner:"osipxd"},eiffel:{title:"Eiffel",owner:"Conaclos"},ejs:{title:"EJS",require:["javascript","markup-templating"],owner:"RunDevelopment",alias:"eta",aliasTitles:{eta:"Eta"}},elixir:{title:"Elixir",owner:"Golmote"},elm:{title:"Elm",owner:"zwilias"},etlua:{title:"Embedded Lua templating",require:["lua","markup-templating"],owner:"RunDevelopment"},erb:{title:"ERB",require:["ruby","markup-templating"],owner:"Golmote"},erlang:{title:"Erlang",owner:"Golmote"},"excel-formula":{title:"Excel Formula",alias:["xlsx","xls"],owner:"RunDevelopment"},fsharp:{title:"F#",require:"clike",owner:"simonreynolds7"},factor:{title:"Factor",owner:"catb0t"},false:{title:"False",owner:"edukisto"},"firestore-security-rules":{title:"Firestore security rules",require:"clike",owner:"RunDevelopment"},flow:{title:"Flow",require:"javascript",owner:"Golmote"},fortran:{title:"Fortran",owner:"Golmote"},ftl:{title:"FreeMarker Template Language",require:"markup-templating",owner:"RunDevelopment"},gml:{title:"GameMaker Language",alias:"gamemakerlanguage",require:"clike",owner:"LiarOnce"},gap:{title:"GAP (CAS)",owner:"RunDevelopment"},gcode:{title:"G-code",owner:"RunDevelopment"},gdscript:{title:"GDScript",owner:"RunDevelopment"},gedcom:{title:"GEDCOM",owner:"Golmote"},gettext:{title:"gettext",alias:"po",owner:"RunDevelopment"},gherkin:{title:"Gherkin",owner:"hason"},git:{title:"Git",owner:"lgiraudel"},glsl:{title:"GLSL",require:"c",owner:"Golmote"},gn:{title:"GN",alias:"gni",owner:"RunDevelopment"},"linker-script":{title:"GNU Linker Script",alias:"ld",owner:"RunDevelopment"},go:{title:"Go",require:"clike",owner:"arnehormann"},"go-module":{title:"Go module",alias:"go-mod",owner:"RunDevelopment"},gradle:{title:"Gradle",require:"clike",owner:"zeabdelkhalek-badido18"},graphql:{title:"GraphQL",optional:"markdown",owner:"Golmote"},groovy:{title:"Groovy",require:"clike",owner:"robfletcher"},haml:{title:"Haml",require:"ruby",optional:["css","css-extras","coffeescript","erb","javascript","less","markdown","scss","textile"],owner:"Golmote"},handlebars:{title:"Handlebars",require:"markup-templating",alias:["hbs","mustache"],aliasTitles:{mustache:"Mustache"},owner:"Golmote"},haskell:{title:"Haskell",alias:"hs",owner:"bholst"},haxe:{title:"Haxe",require:"clike",optional:"regex",owner:"Golmote"},hcl:{title:"HCL",owner:"outsideris"},hlsl:{title:"HLSL",require:"c",owner:"RunDevelopment"},hoon:{title:"Hoon",owner:"matildepark"},http:{title:"HTTP",optional:["csp","css","hpkp","hsts","javascript","json","markup","uri"],owner:"danielgtaylor"},hpkp:{title:"HTTP Public-Key-Pins",owner:"ScottHelme"},hsts:{title:"HTTP Strict-Transport-Security",owner:"ScottHelme"},ichigojam:{title:"IchigoJam",owner:"BlueCocoa"},icon:{title:"Icon",owner:"Golmote"},"icu-message-format":{title:"ICU Message Format",owner:"RunDevelopment"},idris:{title:"Idris",alias:"idr",owner:"KeenS",require:"haskell"},ignore:{title:".ignore",owner:"osipxd",alias:["gitignore","hgignore","npmignore"],aliasTitles:{gitignore:".gitignore",hgignore:".hgignore",npmignore:".npmignore"}},inform7:{title:"Inform 7",owner:"Golmote"},ini:{title:"Ini",owner:"aviaryan"},io:{title:"Io",owner:"AlesTsurko"},j:{title:"J",owner:"Golmote"},java:{title:"Java",require:"clike",owner:"sherblot"},javadoc:{title:"JavaDoc",require:["markup","java","javadoclike"],modify:"java",optional:"scala",owner:"RunDevelopment"},javadoclike:{title:"JavaDoc-like",modify:["java","javascript","php"],owner:"RunDevelopment"},javastacktrace:{title:"Java stack trace",owner:"RunDevelopment"},jexl:{title:"Jexl",owner:"czosel"},jolie:{title:"Jolie",require:"clike",owner:"thesave"},jq:{title:"JQ",owner:"RunDevelopment"},jsdoc:{title:"JSDoc",require:["javascript","javadoclike","typescript"],modify:"javascript",optional:["actionscript","coffeescript"],owner:"RunDevelopment"},"js-extras":{title:"JS Extras",require:"javascript",modify:"javascript",optional:["actionscript","coffeescript","flow","n4js","typescript"],owner:"RunDevelopment"},json:{title:"JSON",alias:"webmanifest",aliasTitles:{webmanifest:"Web App Manifest"},owner:"CupOfTea696"},json5:{title:"JSON5",require:"json",owner:"RunDevelopment"},jsonp:{title:"JSONP",require:"json",owner:"RunDevelopment"},jsstacktrace:{title:"JS stack trace",owner:"sbrl"},"js-templates":{title:"JS Templates",require:"javascript",modify:"javascript",optional:["css","css-extras","graphql","markdown","markup","sql"],owner:"RunDevelopment"},julia:{title:"Julia",owner:"cdagnino"},keepalived:{title:"Keepalived Configure",owner:"dev-itsheng"},keyman:{title:"Keyman",owner:"mcdurdin"},kotlin:{title:"Kotlin",alias:["kt","kts"],aliasTitles:{kts:"Kotlin Script"},require:"clike",owner:"Golmote"},kumir:{title:"KuMir (\u041a\u0443\u041c\u0438\u0440)",alias:"kum",owner:"edukisto"},kusto:{title:"Kusto",owner:"RunDevelopment"},latex:{title:"LaTeX",alias:["tex","context"],aliasTitles:{tex:"TeX",context:"ConTeXt"},owner:"japborst"},latte:{title:"Latte",require:["clike","markup-templating","php"],owner:"nette"},less:{title:"Less",require:"css",optional:"css-extras",owner:"Golmote"},lilypond:{title:"LilyPond",require:"scheme",alias:"ly",owner:"RunDevelopment"},liquid:{title:"Liquid",require:"markup-templating",owner:"cinhtau"},lisp:{title:"Lisp",alias:["emacs","elisp","emacs-lisp"],owner:"JuanCaicedo"},livescript:{title:"LiveScript",owner:"Golmote"},llvm:{title:"LLVM IR",owner:"porglezomp"},log:{title:"Log file",optional:"javastacktrace",owner:"RunDevelopment"},lolcode:{title:"LOLCODE",owner:"Golmote"},lua:{title:"Lua",owner:"Golmote"},magma:{title:"Magma (CAS)",owner:"RunDevelopment"},makefile:{title:"Makefile",owner:"Golmote"},markdown:{title:"Markdown",require:"markup",optional:"yaml",alias:"md",owner:"Golmote"},"markup-templating":{title:"Markup templating",require:"markup",owner:"Golmote"},mata:{title:"Mata",owner:"RunDevelopment"},matlab:{title:"MATLAB",owner:"Golmote"},maxscript:{title:"MAXScript",owner:"RunDevelopment"},mel:{title:"MEL",owner:"Golmote"},mermaid:{title:"Mermaid",owner:"RunDevelopment"},metafont:{title:"METAFONT",owner:"LaeriExNihilo"},mizar:{title:"Mizar",owner:"Golmote"},mongodb:{title:"MongoDB",owner:"airs0urce",require:"javascript"},monkey:{title:"Monkey",owner:"Golmote"},moonscript:{title:"MoonScript",alias:"moon",owner:"RunDevelopment"},n1ql:{title:"N1QL",owner:"TMWilds"},n4js:{title:"N4JS",require:"javascript",optional:"jsdoc",alias:"n4jsd",owner:"bsmith-n4"},"nand2tetris-hdl":{title:"Nand To Tetris HDL",owner:"stephanmax"},naniscript:{title:"Naninovel Script",owner:"Elringus",alias:"nani"},nasm:{title:"NASM",owner:"rbmj"},neon:{title:"NEON",owner:"nette"},nevod:{title:"Nevod",owner:"nezaboodka"},nginx:{title:"nginx",owner:"volado"},nim:{title:"Nim",owner:"Golmote"},nix:{title:"Nix",owner:"Golmote"},nsis:{title:"NSIS",owner:"idleberg"},objectivec:{title:"Objective-C",require:"c",alias:"objc",owner:"uranusjr"},ocaml:{title:"OCaml",owner:"Golmote"},odin:{title:"Odin",owner:"edukisto"},opencl:{title:"OpenCL",require:"c",modify:["c","cpp"],owner:"Milania1"},openqasm:{title:"OpenQasm",alias:"qasm",owner:"RunDevelopment"},oz:{title:"Oz",owner:"Golmote"},parigp:{title:"PARI/GP",owner:"Golmote"},parser:{title:"Parser",require:"markup",owner:"Golmote"},pascal:{title:"Pascal",alias:"objectpascal",aliasTitles:{objectpascal:"Object Pascal"},owner:"Golmote"},pascaligo:{title:"Pascaligo",owner:"DefinitelyNotAGoat"},psl:{title:"PATROL Scripting Language",owner:"bertysentry"},pcaxis:{title:"PC-Axis",alias:"px",owner:"RunDevelopment"},peoplecode:{title:"PeopleCode",alias:"pcode",owner:"RunDevelopment"},perl:{title:"Perl",owner:"Golmote"},php:{title:"PHP",require:"markup-templating",owner:"milesj"},phpdoc:{title:"PHPDoc",require:["php","javadoclike"],modify:"php",owner:"RunDevelopment"},"php-extras":{title:"PHP Extras",require:"php",modify:"php",owner:"milesj"},"plant-uml":{title:"PlantUML",alias:"plantuml",owner:"RunDevelopment"},plsql:{title:"PL/SQL",require:"sql",owner:"Golmote"},powerquery:{title:"PowerQuery",alias:["pq","mscript"],owner:"peterbud"},powershell:{title:"PowerShell",owner:"nauzilus"},processing:{title:"Processing",require:"clike",owner:"Golmote"},prolog:{title:"Prolog",owner:"Golmote"},promql:{title:"PromQL",owner:"arendjr"},properties:{title:".properties",owner:"Golmote"},protobuf:{title:"Protocol Buffers",require:"clike",owner:"just-boris"},pug:{title:"Pug",require:["markup","javascript"],optional:["coffeescript","ejs","handlebars","less","livescript","markdown","scss","stylus","twig"],owner:"Golmote"},puppet:{title:"Puppet",owner:"Golmote"},pure:{title:"Pure",optional:["c","cpp","fortran"],owner:"Golmote"},purebasic:{title:"PureBasic",require:"clike",alias:"pbfasm",owner:"HeX0R101"},purescript:{title:"PureScript",require:"haskell",alias:"purs",owner:"sriharshachilakapati"},python:{title:"Python",alias:"py",owner:"multipetros"},qsharp:{title:"Q#",require:"clike",alias:"qs",owner:"fedonman"},q:{title:"Q (kdb+ database)",owner:"Golmote"},qml:{title:"QML",require:"javascript",owner:"RunDevelopment"},qore:{title:"Qore",require:"clike",owner:"temnroegg"},r:{title:"R",owner:"Golmote"},racket:{title:"Racket",require:"scheme",alias:"rkt",owner:"RunDevelopment"},cshtml:{title:"Razor C#",alias:"razor",require:["markup","csharp"],optional:["css","css-extras","javascript","js-extras"],owner:"RunDevelopment"},jsx:{title:"React JSX",require:["markup","javascript"],optional:["jsdoc","js-extras","js-templates"],owner:"vkbansal"},tsx:{title:"React TSX",require:["jsx","typescript"]},reason:{title:"Reason",require:"clike",owner:"Golmote"},regex:{title:"Regex",owner:"RunDevelopment"},rego:{title:"Rego",owner:"JordanSh"},renpy:{title:"Ren'py",alias:"rpy",owner:"HyuchiaDiego"},rescript:{title:"ReScript",alias:"res",owner:"vmarcosp"},rest:{title:"reST (reStructuredText)",owner:"Golmote"},rip:{title:"Rip",owner:"ravinggenius"},roboconf:{title:"Roboconf",owner:"Golmote"},robotframework:{title:"Robot Framework",alias:"robot",owner:"RunDevelopment"},ruby:{title:"Ruby",require:"clike",alias:"rb",owner:"samflores"},rust:{title:"Rust",owner:"Golmote"},sas:{title:"SAS",optional:["groovy","lua","sql"],owner:"Golmote"},sass:{title:"Sass (Sass)",require:"css",optional:"css-extras",owner:"Golmote"},scss:{title:"Sass (SCSS)",require:"css",optional:"css-extras",owner:"MoOx"},scala:{title:"Scala",require:"java",owner:"jozic"},scheme:{title:"Scheme",owner:"bacchus123"},"shell-session":{title:"Shell session",require:"bash",alias:["sh-session","shellsession"],owner:"RunDevelopment"},smali:{title:"Smali",owner:"RunDevelopment"},smalltalk:{title:"Smalltalk",owner:"Golmote"},smarty:{title:"Smarty",require:"markup-templating",optional:"php",owner:"Golmote"},sml:{title:"SML",alias:"smlnj",aliasTitles:{smlnj:"SML/NJ"},owner:"RunDevelopment"},solidity:{title:"Solidity (Ethereum)",alias:"sol",require:"clike",owner:"glachaud"},"solution-file":{title:"Solution file",alias:"sln",owner:"RunDevelopment"},soy:{title:"Soy (Closure Template)",require:"markup-templating",owner:"Golmote"},sparql:{title:"SPARQL",require:"turtle",owner:"Triply-Dev",alias:"rq"},"splunk-spl":{title:"Splunk SPL",owner:"RunDevelopment"},sqf:{title:"SQF: Status Quo Function (Arma 3)",require:"clike",owner:"RunDevelopment"},sql:{title:"SQL",owner:"multipetros"},squirrel:{title:"Squirrel",require:"clike",owner:"RunDevelopment"},stan:{title:"Stan",owner:"RunDevelopment"},stata:{title:"Stata Ado",require:["mata","java","python"],owner:"RunDevelopment"},iecst:{title:"Structured Text (IEC 61131-3)",owner:"serhioromano"},stylus:{title:"Stylus",owner:"vkbansal"},supercollider:{title:"SuperCollider",alias:"sclang",owner:"RunDevelopment"},swift:{title:"Swift",owner:"chrischares"},systemd:{title:"Systemd configuration file",owner:"RunDevelopment"},"t4-templating":{title:"T4 templating",owner:"RunDevelopment"},"t4-cs":{title:"T4 Text Templates (C#)",require:["t4-templating","csharp"],alias:"t4",owner:"RunDevelopment"},"t4-vb":{title:"T4 Text Templates (VB)",require:["t4-templating","vbnet"],owner:"RunDevelopment"},tap:{title:"TAP",owner:"isaacs",require:"yaml"},tcl:{title:"Tcl",owner:"PeterChaplin"},tt2:{title:"Template Toolkit 2",require:["clike","markup-templating"],owner:"gflohr"},textile:{title:"Textile",require:"markup",optional:"css",owner:"Golmote"},toml:{title:"TOML",owner:"RunDevelopment"},tremor:{title:"Tremor",alias:["trickle","troy"],owner:"darach",aliasTitles:{trickle:"trickle",troy:"troy"}},turtle:{title:"Turtle",alias:"trig",aliasTitles:{trig:"TriG"},owner:"jakubklimek"},twig:{title:"Twig",require:"markup-templating",owner:"brandonkelly"},typescript:{title:"TypeScript",require:"javascript",optional:"js-templates",alias:"ts",owner:"vkbansal"},typoscript:{title:"TypoScript",alias:"tsconfig",aliasTitles:{tsconfig:"TSConfig"},owner:"dkern"},unrealscript:{title:"UnrealScript",alias:["uscript","uc"],owner:"RunDevelopment"},uorazor:{title:"UO Razor Script",owner:"jaseowns"},uri:{title:"URI",alias:"url",aliasTitles:{url:"URL"},owner:"RunDevelopment"},v:{title:"V",require:"clike",owner:"taggon"},vala:{title:"Vala",require:"clike",optional:"regex",owner:"TemplarVolk"},vbnet:{title:"VB.Net",require:"basic",owner:"Bigsby"},velocity:{title:"Velocity",require:"markup",owner:"Golmote"},verilog:{title:"Verilog",owner:"a-rey"},vhdl:{title:"VHDL",owner:"a-rey"},vim:{title:"vim",owner:"westonganger"},"visual-basic":{title:"Visual Basic",alias:["vb","vba"],aliasTitles:{vba:"VBA"},owner:"Golmote"},warpscript:{title:"WarpScript",owner:"RunDevelopment"},wasm:{title:"WebAssembly",owner:"Golmote"},"web-idl":{title:"Web IDL",alias:"webidl",owner:"RunDevelopment"},wgsl:{title:"WGSL",owner:"Dr4gonthree"},wiki:{title:"Wiki markup",require:"markup",owner:"Golmote"},wolfram:{title:"Wolfram language",alias:["mathematica","nb","wl"],aliasTitles:{mathematica:"Mathematica",nb:"Mathematica Notebook"},owner:"msollami"},wren:{title:"Wren",owner:"clsource"},xeora:{title:"Xeora",require:"markup",alias:"xeoracube",aliasTitles:{xeoracube:"XeoraCube"},owner:"freakmaxi"},"xml-doc":{title:"XML doc (.net)",require:"markup",modify:["csharp","fsharp","vbnet"],owner:"RunDevelopment"},xojo:{title:"Xojo (REALbasic)",owner:"Golmote"},xquery:{title:"XQuery",require:"markup",owner:"Golmote"},yaml:{title:"YAML",alias:"yml",owner:"hason"},yang:{title:"YANG",owner:"RunDevelopment"},zig:{title:"Zig",owner:"RunDevelopment"}},plugins:{meta:{path:"plugins/{id}/prism-{id}",link:"plugins/{id}/"},"line-highlight":{title:"Line Highlight",description:"Highlights specific lines and/or line ranges."},"line-numbers":{title:"Line Numbers",description:"Line number at the beginning of code lines.",owner:"kuba-kubula"},"show-invisibles":{title:"Show Invisibles",description:"Show hidden characters such as tabs and line breaks.",optional:["autolinker","data-uri-highlight"]},autolinker:{title:"Autolinker",description:"Converts URLs and emails in code to clickable links. Parses Markdown links in comments."},wpd:{title:"WebPlatform Docs",description:'Makes tokens link to WebPlatform.org documentation. The links open in a new tab.'},"custom-class":{title:"Custom Class",description:"This plugin allows you to prefix Prism's default classes (.comment can become .namespace--comment) or replace them with your defined ones (like .editor__comment). You can even add new classes.",owner:"dvkndn",noCSS:!0},"file-highlight":{title:"File Highlight",description:"Fetch external files and highlight them with Prism. Used on the Prism website itself.",noCSS:!0},"show-language":{title:"Show Language",description:"Display the highlighted language in code blocks (inline code does not show the label).",owner:"nauzilus",noCSS:!0,require:"toolbar"},"jsonp-highlight":{title:"JSONP Highlight",description:"Fetch content with JSONP and highlight some interesting content (e.g. GitHub/Gists or Bitbucket API).",noCSS:!0,owner:"nauzilus"},"highlight-keywords":{title:"Highlight Keywords",description:"Adds special CSS classes for each keyword for fine-grained highlighting.",owner:"vkbansal",noCSS:!0},"remove-initial-line-feed":{title:"Remove initial line feed",description:"Removes the initial line feed in code blocks.",owner:"Golmote",noCSS:!0},"inline-color":{title:"Inline color",description:"Adds a small inline preview for colors in style sheets.",require:"css-extras",owner:"RunDevelopment"},previewers:{title:"Previewers",description:"Previewers for angles, colors, gradients, easing and time.",require:"css-extras",owner:"Golmote"},autoloader:{title:"Autoloader",description:"Automatically loads the needed languages to highlight the code blocks.",owner:"Golmote",noCSS:!0},"keep-markup":{title:"Keep Markup",description:"Prevents custom markup from being dropped out during highlighting.",owner:"Golmote",optional:"normalize-whitespace",noCSS:!0},"command-line":{title:"Command Line",description:"Display a command line with a prompt and, optionally, the output/response from the commands.",owner:"chriswells0"},"unescaped-markup":{title:"Unescaped Markup",description:"Write markup without having to escape anything."},"normalize-whitespace":{title:"Normalize Whitespace",description:"Supports multiple operations to normalize whitespace in code blocks.",owner:"zeitgeist87",optional:"unescaped-markup",noCSS:!0},"data-uri-highlight":{title:"Data-URI Highlight",description:"Highlights data-URI contents.",owner:"Golmote",noCSS:!0},toolbar:{title:"Toolbar",description:"Attach a toolbar for plugins to easily register buttons on the top of a code block.",owner:"mAAdhaTTah"},"copy-to-clipboard":{title:"Copy to Clipboard Button",description:"Add a button that copies the code block to the clipboard when clicked.",owner:"mAAdhaTTah",require:"toolbar",noCSS:!0},"download-button":{title:"Download Button",description:"A button in the toolbar of a code block adding a convenient way to download a code file.",owner:"Golmote",require:"toolbar",noCSS:!0},"match-braces":{title:"Match braces",description:"Highlights matching braces.",owner:"RunDevelopment"},"diff-highlight":{title:"Diff Highlight",description:"Highlights the code inside diff blocks.",owner:"RunDevelopment",require:"diff"},"filter-highlight-all":{title:"Filter highlightAll",description:"Filters the elements the highlightAll and highlightAllUnder methods actually highlight.",owner:"RunDevelopment",noCSS:!0},treeview:{title:"Treeview",description:"A language with special styles to highlight file system tree structures.",owner:"Golmote"}}})},2885:(e,t,n)=>{const r=n(9901),o=n(9642),a=new Set;function i(e){void 0===e?e=Object.keys(r.languages).filter((e=>"meta"!=e)):Array.isArray(e)||(e=[e]);const t=[...a,...Object.keys(Prism.languages)];o(r,e,t).load((e=>{if(!(e in r.languages))return void(i.silent||console.warn("Language does not exist: "+e));const t="./prism-"+e;delete n.c[n(6500).resolve(t)],delete Prism.languages[e],n(6500)(t),a.add(e)}))}i.silent=!1,e.exports=i},6854:()=>{!function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,o,a){if(n.language===r){var i=n.tokenStack=[];n.code=n.code.replace(o,(function(e){if("function"==typeof a&&!a(e))return e;for(var o,l=i.length;-1!==n.code.indexOf(o=t(r,l));)++l;return i[l]=e,o})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&n.tokenStack){n.grammar=e.languages[r];var o=0,a=Object.keys(n.tokenStack);!function i(l){for(var s=0;s=a.length);s++){var u=l[s];if("string"==typeof u||u.content&&"string"==typeof u.content){var c=a[o],d=n.tokenStack[c],p="string"==typeof u?u:u.content,f=t(r,c),m=p.indexOf(f);if(m>-1){++o;var g=p.substring(0,m),h=new e.Token(r,e.tokenize(d,n.grammar),"language-"+r,d),b=p.substring(m+f.length),y=[];g&&y.push.apply(y,i([g])),y.push(h),b&&y.push.apply(y,i([b])),"string"==typeof u?l.splice.apply(l,[s,1].concat(y)):u.content=y}}else u.content&&i(u.content)}return l}(n.tokens)}}}})}(Prism)},6726:(e,t,n)=>{var r={"./":2885};function o(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}o.keys=function(){return Object.keys(r)},o.resolve=a,e.exports=o,o.id=6726},6500:(e,t,n)=>{var r={"./":2885};function o(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}o.keys=function(){return Object.keys(r)},o.resolve=a,e.exports=o,o.id=6500},9642:e=>{"use strict";var t=function(){var e=function(){};function t(e,t){Array.isArray(e)?e.forEach(t):null!=e&&t(e,0)}function n(e){for(var t={},n=0,r=e.length;n "));var l={},s=e[r];if(s){function u(t){if(!(t in e))throw new Error(r+" depends on an unknown component "+t);if(!(t in l))for(var i in o(t,a),l[t]=!0,n[t])l[i]=!0}t(s.require,u),t(s.optional,u),t(s.modify,u)}n[r]=l,a.pop()}}return function(e){var t=n[e];return t||(o(e,r),t=n[e]),t}}function o(e){for(var t in e)return!0;return!1}return function(a,i,l){var s=function(e){var t={};for(var n in e){var r=e[n];for(var o in r)if("meta"!=o){var a=r[o];t[o]="string"==typeof a?{title:a}:a}}return t}(a),u=function(e){var n;return function(r){if(r in e)return r;if(!n)for(var o in n={},e){var a=e[o];t(a&&a.alias,(function(t){if(t in n)throw new Error(t+" cannot be alias for both "+o+" and "+n[t]);if(t in e)throw new Error(t+" cannot be alias of "+o+" because it is a component.");n[t]=o}))}return n[r]||r}}(s);i=i.map(u),l=(l||[]).map(u);var c=n(i),d=n(l);i.forEach((function e(n){var r=s[n];t(r&&r.require,(function(t){t in d||(c[t]=!0,e(t))}))}));for(var p,f=r(s),m=c;o(m);){for(var g in p={},m){var h=s[g];t(h&&h.modify,(function(e){e in d&&(p[e]=!0)}))}for(var b in d)if(!(b in c))for(var y in f(b))if(y in c){p[b]=!0;break}for(var v in m=p)c[v]=!0}var w={getIds:function(){var e=[];return w.load((function(t){e.push(t)})),e},load:function(t,n){return function(t,n,r,o){var a=o?o.series:void 0,i=o?o.parallel:e,l={},s={};function u(e){if(e in l)return l[e];s[e]=!0;var o,c=[];for(var d in t(e))d in n&&c.push(d);if(0===c.length)o=r(e);else{var p=i(c.map((function(e){var t=u(e);return delete s[e],t})));a?o=a(p,(function(){return r(e)})):r(e)}return l[e]=o}for(var c in n)u(c);var d=[];for(var p in s)d.push(l[p]);return i(d)}(f,c,t,n)}};return w}}();e.exports=t},2703:(e,t,n)=>{"use strict";var r=n(414);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},5697:(e,t,n)=>{e.exports=n(2703)()},414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},4448:(e,t,n)=>{"use strict";var r=n(7294),o=n(3840);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n