<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20241031//EN" "JATS-journalpublishing1-4.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="research-article" dtd-version="1.4" xml:lang="zh">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">ae</journal-id>
      <journal-title-group>
        <journal-title>Advances in Education</journal-title>
      </journal-title-group>
      <issn pub-type="epub">2160-7303</issn>
      <issn pub-type="ppub">2160-729X</issn>
      <publisher>
        <publisher-name>汉斯出版社</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.12677/ae.2026.164662</article-id>
      <article-id pub-id-type="publisher-id">ae-139041</article-id>
      <article-categories>
        <subj-group>
          <subject>Article</subject>
        </subj-group>
        <subj-group>
          <subject>人文社科</subject>
        </subj-group>
      </article-categories>
      <title-group>
        <article-title>二项分布极限近似的Python可视化仿真及教学应用</article-title>
        <trans-title-group xml:lang="en">
          <trans-title>A Visual Simulation and Teaching Application Study of the Limit Approximation of the Binomial Distribution Based on Python</trans-title>
        </trans-title-group>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <name name-style="eastern">
            <surname>伊</surname>
            <given-names>克热木·买买提依明</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
      </contrib-group>
      <aff id="aff1"><label>1</label> 新疆大学数学与系统科学学院，新疆 乌鲁木齐 </aff>
      <pub-date pub-type="epub">
        <day>01</day>
        <month>04</month>
        <year>2026</year>
      </pub-date>
      <pub-date pub-type="collection">
        <month>04</month>
        <year>2026</year>
      </pub-date>
      <volume>16</volume>
      <issue>04</issue>
      <fpage>370</fpage>
      <lpage>376</lpage>
      <history>
        <date date-type="received">
          <day>27</day>
          <month>02</month>
          <year>2026</year>
        </date>
        <date date-type="accepted">
          <day>27</day>
          <month>03</month>
          <year>2026</year>
        </date>
        <date date-type="published">
          <day>03</day>
          <month>04</month>
          <year>2026</year>
        </date>
      </history>
      <permissions>
        <copyright-statement>© 2026 Hans Publishers Inc. All rights reserved.</copyright-statement>
        <copyright-year>2026</copyright-year>
        <license license-type="open-access">
          <license-p> This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license ( <ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</ext-link> ). </license-p>
        </license>
      </permissions>
      <self-uri content-type="doi" xlink:href="https://doi.org/10.12677/ae.2026.164662">https://doi.org/10.12677/ae.2026.164662</self-uri>
      <abstract>
        <p>二项分布的泊松近似和正态近似，是概率论与数理统计课的核心内容，能帮助学生更好地理解中心极限定理。本文用Python的scipy.stats和matplotlib库，做了二项分布与泊松、正态分布的叠加对比图，还实现了误差定量评估和动态收敛演示。通过典型参数的数值实验，验证了两种近似的有效性，分析了误差特点及适用条件，也检查了连续性校正对正态近似精度的改善。本文的可复现实验平台和可视化工具，有实际教学价值。</p>
      </abstract>
      <trans-abstract xml:lang="en">
        <p>The Poisson and normal approximations to the binomial distribution are key topics in probability and mathematical statistics courses, helping students grasp the central limit theorem better. This paper uses Python’s scipy.stats and matplotlib libraries to create overlaid comparison charts between the binomial distribution and its Poisson or normal counterparts, along with quantitative error assessment and dynamic convergence demos. Through numerical experiments with typical parameters, it verifies the effectiveness of both approximations, analyzes their error features and suitable conditions, and checks how continuity correction improves the normal approximation’s accuracy. The reproducible experiment platform and visualization tools here offer real value for teaching.</p>
      </trans-abstract>
      <kwd-group kwd-group-type="author-generated" xml:lang="zh">
        <kwd>二项分布</kwd>
        <kwd>泊松近似</kwd>
        <kwd>正态近似</kwd>
        <kwd>中心极限定理</kwd>
        <kwd>可视化教学</kwd>
        <kwd>Python</kwd>
      </kwd-group>
      <kwd-group kwd-group-type="author-generated" xml:lang="en">
        <kwd>Binomial Distribution</kwd>
        <kwd>Poisson Approximation</kwd>
        <kwd>Normal Approximation</kwd>
        <kwd>Central Limit Theorem</kwd>
        <kwd>Visualization in Teaching</kwd>
        <kwd>Python</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec1">
      <title>1. 引言</title>
      <p>二项分布作为刻画独立伯努利试验中成功次数的经典概率模型，在概率论与数理统计课程体系中具有基础性地位。其在特定参数极限条件下分别可由泊松分布与正态分布进行近似，这不仅降低了大样本情形下的计算复杂度，也为理解分布收敛与中心极限定理提供了典型范式[<xref ref-type="bibr" rid="B1">1</xref>][<xref ref-type="bibr" rid="B2">2</xref>]。然而，在传统教学实践中，相关内容多停留于公式推导与静态结论，学习者往往难以直观把握“由离散到近连续”的收敛机制及不同参数区间下的近似误差特征[<xref ref-type="bibr" rid="B3">3</xref>]。</p>
      <p>近年来，统计教育逐步转向计算支撑与可视化驱动的教学范式[<xref ref-type="bibr" rid="B4">4</xref>]-[<xref ref-type="bibr" rid="B6">6</xref>]。已有研究指出，基于图形交互与动态演示的教学方式能够有效提升学生对概率分布极限行为与近似条件的理解深度[<xref ref-type="bibr" rid="B7">7</xref>]。基于此，本文依托Python科学计算生态构建可复现的数值实验框架，结合分布叠加可视化、误差指标量化与动态收敛展示，系统呈现二项分布向泊松分布与正态分布的近似路径与精度变化规律，从而为概率统计课程教学提供可迁移的实践方案。</p>
    </sec>
    <sec id="sec2">
      <title>2. 离散型与连续型随机变量</title>
      <p>离散型随机变量的概率规律用概率质量函数(PMF)描述，连续型随机变量的分布特征用概率密度函数(PDF)刻画，二者之间的渐近联系是理解分布近似和中心极限定理的关键路径。本节通过Python可视化方法展示典型分布的形态，为后面的近似分析提供图形知觉和比较基础。</p>
      <p>为直观比较离散型分布与连续型分布，本文选取了参数相近的一组进行可视化：二项分布取n = 20，p = 0.3 (均值np = 6，方差np (1 − p) = 4.2)；泊松分布取<italic>λ</italic> = 6；正态分布取N (6, 4.2)。用Python的scipy.stats和matplotlib算出各分布的PMF/PDF，并叠加在同一坐标系(见<xref ref-type="fig" rid="fig1">图1</xref>)。这个设计为后续误差分析和近似判断提供了直观依据。</p>
      <p>(1) 二项分布(n = 20, p = 0.3)：呈轻度右偏的离散单峰形态；</p>
      <p>(2) 泊松分布(<italic>λ</italic> = 6)：同为离散单峰，偏态程度与二项分布接近；</p>
      <p>(3) 正态分布(N (6, 4.2))：连续、对称的钟形曲线。</p>
      <p>从<xref ref-type="fig" rid="fig1">图1</xref>可以看出，在中等均值条件下，二项分布和泊松分布在峰位与整体轮廓上很相似，正态分布则是更平滑的连续特征。这个对比显示了离散分布向连续近似过渡的路径。教学中，可以通过动态调节参数(如增大n或<italic>λ</italic>)来观察分布形态演化，从而加深对极限收敛过程的理解。</p>
      <fig id="fig1">
        <label>Figure 1</label>
        <graphic xlink:href="https://html.hanspub.org/file/1882347-rId12.jpeg?20260403023419" />
      </fig>
      <p><bold>Figure</bold><bold>1</bold><bold>.</bold> Visual comparison of typical probability distributions</p>
      <p><bold>图</bold><bold>1</bold><bold>.</bold>典型概率分布可视化对比</p>
    </sec>
    <sec id="sec3">
      <title>3. 二项分布的泊松与正态近似：数值实现与精度评估</title>
      <p>二项分布的概率质量函数为</p>
      <disp-formula id="FD1">
        <label>(1)</label>
        <mml:math display="inline">
          <mml:mrow>
            <mml:mtext>P</mml:mtext>
            <mml:mrow>
              <mml:mo>(</mml:mo>
              <mml:mrow>
                <mml:mtext>X</mml:mtext>
                <mml:mo>=</mml:mo>
                <mml:mtext>k</mml:mtext>
              </mml:mrow>
              <mml:mo>)</mml:mo>
            </mml:mrow>
            <mml:mo>=</mml:mo>
            <mml:mrow>
              <mml:mo>(</mml:mo>
              <mml:mrow>
                <mml:mtable>
                  <mml:mtr>
                    <mml:mtd>
                      <mml:mtext>n</mml:mtext>
                    </mml:mtd>
                  </mml:mtr>
                  <mml:mtr>
                    <mml:mtd>
                      <mml:mtext>k</mml:mtext>
                    </mml:mtd>
                  </mml:mtr>
                </mml:mtable>
              </mml:mrow>
              <mml:mo>)</mml:mo>
            </mml:mrow>
            <mml:msup>
              <mml:mtext>p</mml:mtext>
              <mml:mtext>k</mml:mtext>
            </mml:msup>
            <mml:msup>
              <mml:mrow>
                <mml:mrow>
                  <mml:mo>(</mml:mo>
                  <mml:mrow>
                    <mml:mn>1</mml:mn>
                    <mml:mo>−</mml:mo>
                    <mml:mtext>p</mml:mtext>
                  </mml:mrow>
                  <mml:mo>)</mml:mo>
                </mml:mrow>
              </mml:mrow>
              <mml:mrow>
                <mml:mtext>n</mml:mtext>
                <mml:mo>−</mml:mo>
                <mml:mtext>k</mml:mtext>
              </mml:mrow>
            </mml:msup>
            <mml:mo>,</mml:mo>
            <mml:mtext>k</mml:mtext>
            <mml:mo>=</mml:mo>
            <mml:mn>0</mml:mn>
            <mml:mo>,</mml:mo>
            <mml:mn>1</mml:mn>
            <mml:mo>,</mml:mo>
            <mml:mo>⋅</mml:mo>
            <mml:mo>⋅</mml:mo>
            <mml:mo>⋅</mml:mo>
            <mml:mo>,</mml:mo>
            <mml:mtext>n</mml:mtext>
          </mml:mrow>
        </mml:math>
      </disp-formula>
      <p>期望是E(X) = np，方差是Var (X) = np (1 − p)。其极限行为有“双路径收敛”特征[<xref ref-type="bibr" rid="B8">8</xref>][<xref ref-type="bibr" rid="B9">9</xref>]：<inline-formula><mml:math><mml:mrow><mml:mtext> n </mml:mtext><mml:mo> → </mml:mo><mml:mi> ∞ </mml:mi></mml:mrow></mml:math></inline-formula> ，<inline-formula><mml:math display="inline"><mml:mrow><mml:mtext> p </mml:mtext><mml:mo> → </mml:mo><mml:mn> 0 </mml:mn></mml:mrow></mml:math></inline-formula> 且<italic>λ</italic> = np有限时收敛到泊松分布Poisson (<italic>λ</italic>)；当<inline-formula><mml:math><mml:mrow><mml:mtext> n </mml:mtext><mml:mo> → </mml:mo><mml:mi> ∞ </mml:mi></mml:mrow></mml:math></inline-formula> 且<inline-formula><mml:math display="inline"><mml:mrow><mml:mtext> p </mml:mtext><mml:mo> ∈ </mml:mo><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:mn> 0 </mml:mn><mml:mo> , </mml:mo><mml:mtext></mml:mtext><mml:mn> 1 </mml:mn></mml:mrow><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> 固定时收敛到正态分布N (np, np (1 − p))。</p>
      <p>二项分布在不同参数极限下的收敛路径，是离散分布向连续分布过渡的关键，其主要结论见表1。</p>
      <p><bold>Table 1.</bold> Limit convergence path of the binomial distribution</p>
      <p><bold>表</bold><bold>1.</bold>二项分布的极限收敛路径</p>
      <table-wrap id="tbl1">
        <label>Table 1</label>
        <table>
          <tbody>
            <tr>
              <td>极限路径</td>
              <td>质量</td>
              <td>排序</td>
            </tr>
            <tr>
              <td>二项→泊松</td>
              <td>
                <inline-formula>
                  <mml:math>
                    <mml:mrow>
                      <mml:mtext>n</mml:mtext>
                      <mml:mo>→</mml:mo>
                      <mml:mi>∞</mml:mi>
                    </mml:mrow>
                  </mml:math>
                </inline-formula>
                ，
                <inline-formula>
                  <mml:math>
                    <mml:mrow>
                      <mml:mtext>p</mml:mtext>
                      <mml:mo>→</mml:mo>
                      <mml:mn>0</mml:mn>
                    </mml:mrow>
                  </mml:math>
                </inline-formula>
                ，np =
                <italic>λ</italic>
                (固定)
              </td>
              <td>
                泊松P (
                <italic>λ</italic>
                )
              </td>
            </tr>
            <tr>
              <td>二项→正态</td>
              <td>
                <inline-formula>
                  <mml:math>
                    <mml:mrow>
                      <mml:mtext>n</mml:mtext>
                      <mml:mo>→</mml:mo>
                      <mml:mi>∞</mml:mi>
                    </mml:mrow>
                  </mml:math>
                </inline-formula>
                ，
                <inline-formula>
                  <mml:math display="inline">
                    <mml:mrow>
                      <mml:mtext>p</mml:mtext>
                      <mml:mo>∈</mml:mo>
                      <mml:mrow>
                        <mml:mo>(</mml:mo>
                        <mml:mrow>
                          <mml:mn>0</mml:mn>
                          <mml:mo>,</mml:mo>
                          <mml:mtext>
                          </mml:mtext>
                          <mml:mn>1</mml:mn>
                        </mml:mrow>
                        <mml:mo>)</mml:mo>
                      </mml:mrow>
                    </mml:mrow>
                  </mml:math>
                </inline-formula>
                固定
              </td>
              <td>正态N(np, sqrt(np(1 − p)))</td>
            </tr>
            <tr>
              <td>泊松→正态</td>
              <td>
                <inline-formula>
                  <mml:math>
                    <mml:mrow>
                      <mml:mi>λ</mml:mi>
                      <mml:mo>→</mml:mo>
                      <mml:mi>∞</mml:mi>
                    </mml:mrow>
                  </mml:math>
                </inline-formula>
              </td>
              <td>
                正态N (
                <italic>λ</italic>
                ,
                <italic>λ</italic>
                )
              </td>
            </tr>
          </tbody>
        </table>
      </table-wrap>
      <p>其结构化示意见<xref ref-type="fig" rid="fig2">图2</xref>。</p>
      <fig id="fig2">
        <label>Figure 2</label>
        <graphic xlink:href="https://html.hanspub.org/file/1882347-rId31.jpeg?20260403023419" />
      </fig>
      <p><bold>Figure 2.</bold> The limiting convergence path of the binomial distribution</p>
      <p><bold>图</bold><bold>2.</bold>二项分布的极限收敛路径</p>
      <p>本文以二项分布为核心，搭建了一个教学框架，通过理论推导、数值模拟和可视化展示，来系统比较两条近似路径的收敛机制、误差特征和适用参数区间。</p>
      <sec id="sec3dot1">
        <title>3.1. 泊松近似：理论基础、实现与精度分析</title>
        <p>3.1.1. 理论基础</p>
        <p>当<inline-formula><mml:math><mml:mrow><mml:mtext> n </mml:mtext><mml:mo> → </mml:mo><mml:mi> ∞ </mml:mi></mml:mrow></mml:math></inline-formula> 、<inline-formula><mml:math><mml:mrow><mml:mtext> p </mml:mtext><mml:mo> → </mml:mo><mml:mn> 0 </mml:mn></mml:mrow></mml:math></inline-formula> 且<italic>λ</italic> = np为有限时，二项分布Bin (n, p)收敛到泊松分布Poisson (<italic>λ</italic>) [<xref ref-type="bibr" rid="B1">1</xref>][<xref ref-type="bibr" rid="B2">2</xref>]，其概率质量函数是</p>
        <disp-formula id="FD2">
          <label>(2)</label>
          <mml:math>
            <mml:mrow>
              <mml:mtext>P</mml:mtext>
              <mml:mrow>
                <mml:mo>(</mml:mo>
                <mml:mrow>
                  <mml:mtext>X</mml:mtext>
                  <mml:mo>=</mml:mo>
                  <mml:mtext>k</mml:mtext>
                </mml:mrow>
                <mml:mo>)</mml:mo>
              </mml:mrow>
              <mml:mo>=</mml:mo>
              <mml:mfrac>
                <mml:mrow>
                  <mml:msup>
                    <mml:mi>λ</mml:mi>
                    <mml:mtext>k</mml:mtext>
                  </mml:msup>
                  <mml:msup>
                    <mml:mtext>e</mml:mtext>
                    <mml:mrow>
                      <mml:mo>−</mml:mo>
                      <mml:mi>λ</mml:mi>
                    </mml:mrow>
                  </mml:msup>
                </mml:mrow>
                <mml:mrow>
                  <mml:mtext>k</mml:mtext>
                  <mml:mo>!</mml:mo>
                </mml:mrow>
              </mml:mfrac>
              <mml:mo>,</mml:mo>
              <mml:mtext>k</mml:mtext>
              <mml:mo>=</mml:mo>
              <mml:mn>0</mml:mn>
              <mml:mo>,</mml:mo>
              <mml:mn>1</mml:mn>
              <mml:mo>,</mml:mo>
              <mml:mn>2</mml:mn>
              <mml:mo>,</mml:mo>
              <mml:mo>⋅</mml:mo>
              <mml:mo>⋅</mml:mo>
              <mml:mo>⋅</mml:mo>
            </mml:mrow>
          </mml:math>
        </disp-formula>
        <p>这个结果为低概率、高重复次数的计数建模提供了理论基础和计算便利，所以在多种稀有事件计数问题中有应用价值[<xref ref-type="bibr" rid="B10">10</xref>]。</p>
        <p>3.1.2. 数值示例与精度评估</p>
        <p>选择参数n = 100、p = 0.05 (<italic>λ</italic> = 5)。表2列出了k = 0到15的主要概率值和绝对偏差。</p>
        <p><bold>Table 2.</bold>Accuracy of the Poisson approximation (n = 100, p = 0.05, <italic>λ</italic> = 5)</p>
        <p><bold>表</bold><bold>2.</bold>泊松近似精度(n = 100, p = 0.05, <italic>λ</italic> = 5)</p>
        <table-wrap id="tbl2">
          <label>Table 2</label>
          <table>
            <tbody>
              <tr>
                <td>k</td>
                <td>二项分布概率</td>
                <td>泊松分布概率</td>
                <td>绝对偏差</td>
                <td>k</td>
                <td>二项分布概率</td>
                <td>泊松分布概率</td>
                <td>绝对偏差</td>
              </tr>
              <tr>
                <td>0</td>
                <td>0.00592</td>
                <td>0.00674</td>
                <td>0.00082</td>
                <td>8</td>
                <td>0.06518</td>
                <td>0.06527</td>
                <td>0.00009</td>
              </tr>
              <tr>
                <td>1</td>
                <td>0.03116</td>
                <td>0.03369</td>
                <td>0.00253</td>
                <td>9</td>
                <td>0.03690</td>
                <td>0.03626</td>
                <td>0.00064</td>
              </tr>
              <tr>
                <td>2</td>
                <td>0.08118</td>
                <td>0.08422</td>
                <td>0.00304</td>
                <td>10</td>
                <td>0.01907</td>
                <td>0.01813</td>
                <td>0.00094</td>
              </tr>
              <tr>
                <td>3</td>
                <td>0.13958</td>
                <td>0.14037</td>
                <td>0.00009</td>
                <td>11</td>
                <td>0.00901</td>
                <td>0.00824</td>
                <td>0.00077</td>
              </tr>
              <tr>
                <td>4</td>
                <td>0.17814</td>
                <td>0.17546</td>
                <td>0.00074</td>
                <td>12</td>
                <td>0.00391</td>
                <td>0.00343</td>
                <td>0.00048</td>
              </tr>
              <tr>
                <td>5</td>
                <td>0.18094</td>
                <td>0.17546</td>
                <td>0.00548</td>
                <td>13</td>
                <td>0.00156</td>
                <td>0.00132</td>
                <td>0.00024</td>
              </tr>
              <tr>
                <td>6</td>
                <td>0.15037</td>
                <td>0.14622</td>
                <td>0.00415</td>
                <td>14</td>
                <td>0.00057</td>
                <td>0.00047</td>
                <td>0.00010</td>
              </tr>
              <tr>
                <td>7</td>
                <td>0.10592</td>
                <td>0.10444</td>
                <td>0.00148</td>
                <td>15</td>
                <td>0.00019</td>
                <td>0.00016</td>
                <td>0.00003</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>从表2看，大多数k点的绝对偏差小于0.005，最大偏差是0.00548。在k = 0~15的截断区间，总变差距离约0.013，这表明泊松近似在该参数下精度较高。</p>
        <p>3.1.3. 可视化分析</p>
        <fig id="fig3">
          <label>Figure 3</label>
          <graphic xlink:href="https://html.hanspub.org/file/1882347-rId37.jpeg?20260403023420" />
        </fig>
        <p><bold>Figure 3.</bold> Comparative analysis of the binomial and Poisson distributions: approximation and error analysis (n = 100, p = 0.05, <italic>λ</italic> = 5)</p>
        <p><bold>图</bold><bold>3.</bold>二项分布与泊松分布的近似对比及偏差分析(n = 100, p = 0.05, <italic>λ</italic> = 5)</p>
        <p><xref ref-type="fig" rid="fig3">图3</xref>给出了叠加对比和误差分布。左图可以看到两者整体重合度较高；右图显示绝对偏差在<italic>λ</italic>附近达到峰值，随后快速衰减。</p>
        <p>3.1.4. 精度影响因素与适用条件</p>
        <p>泊松近似的精度同时受n和p影响。在本文的实验参数范围内，n较大且p较小时，泊松近似通常能满足教学所需精度。随着n增大，误差呈下降趋势，这与理论预期一致。</p>
      </sec>
      <sec id="sec3dot2">
        <title>3.2. 正态近似：理论基础、实现与精度分析</title>
        <p>3.2.1. 理论基础</p>
        <p>当<inline-formula><mml:math><mml:mrow><mml:mtext> n </mml:mtext><mml:mo> → </mml:mo><mml:mi> ∞ </mml:mi></mml:mrow></mml:math></inline-formula> 时，二项随机变量标准化后收敛到标准正态分布，即</p>
        <disp-formula id="FD3">
          <label>(3)</label>
          <mml:math>
            <mml:mrow>
              <mml:mi mathvariant="normal">P</mml:mi>
              <mml:mrow>
                <mml:mo>(</mml:mo>
                <mml:mrow>
                  <mml:mrow>
                    <mml:mrow>
                      <mml:mfrac>
                        <mml:mrow>
                          <mml:mtext>X</mml:mtext>
                          <mml:mo>−</mml:mo>
                          <mml:mtext>np</mml:mtext>
                        </mml:mrow>
                        <mml:mrow>
                          <mml:msqrt>
                            <mml:mrow>
                              <mml:mtext>np</mml:mtext>
                              <mml:mrow>
                                <mml:mo>(</mml:mo>
                                <mml:mrow>
                                  <mml:mn>1</mml:mn>
                                  <mml:mo>−</mml:mo>
                                  <mml:mtext>p</mml:mtext>
                                </mml:mrow>
                                <mml:mo>)</mml:mo>
                              </mml:mrow>
                            </mml:mrow>
                          </mml:msqrt>
                        </mml:mrow>
                      </mml:mfrac>
                    </mml:mrow>
                    <mml:mo>|</mml:mo>
                  </mml:mrow>
                  <mml:mtext>x</mml:mtext>
                </mml:mrow>
                <mml:mo>)</mml:mo>
              </mml:mrow>
              <mml:mo>→</mml:mo>
              <mml:mtext>Φ</mml:mtext>
              <mml:mrow>
                <mml:mo>(</mml:mo>
                <mml:mtext>x</mml:mtext>
                <mml:mo>)</mml:mo>
              </mml:mrow>
              <mml:mo>,</mml:mo>
            </mml:mrow>
          </mml:math>
        </disp-formula>
        <p>其中<inline-formula><mml:math><mml:mrow><mml:mtext> Φ </mml:mtext><mml:mrow><mml:mo> ( </mml:mo><mml:mtext> x </mml:mtext><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:math></inline-formula> 为标准正态分布函数[<xref ref-type="bibr" rid="B1">1</xref>]。</p>
        <p>在有限样本下可采用连续性修正[<xref ref-type="bibr" rid="B1">1</xref>]：</p>
        <disp-formula id="FD4">
          <label>(4)</label>
          <mml:math>
            <mml:mrow>
              <mml:mtext>P</mml:mtext>
              <mml:mrow>
                <mml:mo>(</mml:mo>
                <mml:mrow>
                  <mml:mtext>X</mml:mtext>
                  <mml:mo>=</mml:mo>
                  <mml:mtext>k</mml:mtext>
                </mml:mrow>
                <mml:mo>)</mml:mo>
              </mml:mrow>
              <mml:mo>≈</mml:mo>
              <mml:mtext>Φ</mml:mtext>
              <mml:mrow>
                <mml:mo>(</mml:mo>
                <mml:mrow>
                  <mml:mfrac>
                    <mml:mrow>
                      <mml:mtext>k</mml:mtext>
                      <mml:mo>+</mml:mo>
                      <mml:mn>0.5</mml:mn>
                      <mml:mo>−</mml:mo>
                      <mml:mi>μ</mml:mi>
                    </mml:mrow>
                    <mml:mi>σ</mml:mi>
                  </mml:mfrac>
                </mml:mrow>
                <mml:mo>)</mml:mo>
              </mml:mrow>
              <mml:mo>−</mml:mo>
              <mml:mtext>Φ</mml:mtext>
              <mml:mrow>
                <mml:mo>(</mml:mo>
                <mml:mrow>
                  <mml:mfrac>
                    <mml:mrow>
                      <mml:mtext>k</mml:mtext>
                      <mml:mo>−</mml:mo>
                      <mml:mn>0.5</mml:mn>
                      <mml:mo>−</mml:mo>
                      <mml:mi>μ</mml:mi>
                    </mml:mrow>
                    <mml:mi>σ</mml:mi>
                  </mml:mfrac>
                </mml:mrow>
                <mml:mo>)</mml:mo>
              </mml:mrow>
              <mml:mo>,</mml:mo>
            </mml:mrow>
          </mml:math>
        </disp-formula>
        <p>其中<italic>μ</italic> = np，<inline-formula><mml:math><mml:mrow><mml:mi> σ </mml:mi><mml:mo> = </mml:mo><mml:msqrt><mml:mrow><mml:mtext> np </mml:mtext><mml:mrow><mml:mo> ( </mml:mo><mml:mrow><mml:mn> 1 </mml:mn><mml:mo> − </mml:mo><mml:mtext> p </mml:mtext></mml:mrow><mml:mo> ) </mml:mo></mml:mrow></mml:mrow></mml:msqrt></mml:mrow></mml:math></inline-formula> 。该处理可减小离散到连续转换带来的偏差。</p>
        <p>3.2.2. 数值示例与精度评估</p>
        <p>选取参数n = 150，p = 0.3 (<italic>μ</italic> = 45, <italic>σ</italic> ≈ 5.612)。表3给出了代表性k点的概率和绝对偏差。</p>
        <p>所选区间内绝对偏差不超过0.0012，说明在该参数下，结合连续性修正的正态近似精度较高。</p>
        <p><bold>Table 3.</bold> Accuracy of the normal approximation (n = 150, p = 0.3, <italic>μ</italic> = 45, <italic>σ</italic> ≈ 5.612)</p>
        <p><bold>表</bold><bold>3.</bold>正态近似精度(n = 150, p = 0.3, <italic>μ</italic> = 45, <italic>σ</italic> ≈ 5.612)</p>
        <table-wrap id="tbl3">
          <label>Table 3</label>
          <table>
            <tbody>
              <tr>
                <td>k</td>
                <td>二项分布概率</td>
                <td>正态近似概率</td>
                <td>绝对偏差</td>
                <td>k</td>
                <td>二项分布概率</td>
                <td>正态近似概率</td>
                <td>绝对偏差</td>
              </tr>
              <tr>
                <td>34</td>
                <td>0.01022</td>
                <td>0.01045</td>
                <td>0.00023</td>
                <td>50</td>
                <td>0.04674</td>
                <td>0.04779</td>
                <td>0.00105</td>
              </tr>
              <tr>
                <td>36</td>
                <td>0.01988</td>
                <td>0.01969</td>
                <td>0.00019</td>
                <td>52</td>
                <td>0.03205</td>
                <td>0.03268</td>
                <td>0.00063</td>
              </tr>
              <tr>
                <td>38</td>
                <td>0.03346</td>
                <td>0.03268</td>
                <td>0.00078</td>
                <td>54</td>
                <td>0.01955</td>
                <td>0.01969</td>
                <td>0.00014</td>
              </tr>
              <tr>
                <td>40</td>
                <td>0.04897</td>
                <td>0.04779</td>
                <td>0.00119</td>
                <td>56</td>
                <td>0.01063</td>
                <td>0.01045</td>
                <td>0.00018</td>
              </tr>
              <tr>
                <td>42</td>
                <td>0.06263</td>
                <td>0.06156</td>
                <td>0.00107</td>
                <td>58</td>
                <td>0.00516</td>
                <td>0.00489</td>
                <td>0.00028</td>
              </tr>
              <tr>
                <td>44</td>
                <td>0.07026</td>
                <td>0.06987</td>
                <td>0.00039</td>
                <td>60</td>
                <td>0.00224</td>
                <td>0.00201</td>
                <td>0.00023</td>
              </tr>
              <tr>
                <td>46</td>
                <td>0.06939</td>
                <td>0.06987</td>
                <td>0.00048</td>
                <td>62</td>
                <td>0.00087</td>
                <td>0.00073</td>
                <td>0.00014</td>
              </tr>
              <tr>
                <td>48</td>
                <td>0.06052</td>
                <td>0.06156</td>
                <td>0.00104</td>
                <td>64</td>
                <td>0.00030</td>
                <td>0.00023</td>
                <td>0.00007</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>3.2.3. 可视化分析</p>
        <fig id="fig4">
          <label>Figure 4</label>
          <graphic xlink:href="https://html.hanspub.org/file/1882347-rId47.jpeg?20260403023420" />
        </fig>
        <p><bold>Figure 4.</bold> Overlay comparison and error analysis of the binomial distribution and its normal approximation (n = 150, p = 0.3)</p>
        <p><bold>图</bold><bold>4.</bold> 二项分布与正态近似叠加对比及偏差分析(n = 150, p = 0.3)</p>
        <p><xref ref-type="fig" rid="fig4">图4</xref>展示了叠加结果和误差分布。加入连续性修正后，主要区间的重合度较高，误差在尾部快速衰减。</p>
        <p>3.2.4. 精度影响因素与适用条件</p>
        <p>正态近似的精度主要由n以及np、n (1 − p)决定。常用经验阈值是np，n (1 − p ) ≥ 5，更稳健可取≥10 [<xref ref-type="bibr" rid="B11">11</xref>]。当n较小或p接近0或1时，误差会增大。在本文参数范围内，结合连续性修正的正态近似可以达到较高精度。</p>
      </sec>
      <sec id="sec3dot3">
        <title>3.3. 近似适用条件与比较</title>
        <p>两类近似的常用判据和误差特征归纳在表4。</p>
        <p><bold>Table 4.</bold> Applicability conditions and error characteristics of the Poisson and normal approximations to the binomial distribution</p>
        <p><bold>表</bold><bold>4.</bold> 二项分布的泊松近似与正态近似适用条件及误差特征</p>
        <table-wrap id="tbl4">
          <label>Table 4</label>
          <table>
            <tbody>
              <tr>
                <td>近似类型</td>
                <td>常用适用条件</td>
                <td>主要误差来源</td>
                <td>量化指标(典型边界案例)</td>
              </tr>
              <tr>
                <td>泊松</td>
                <td>n较大，p较小，np ≤ 10</td>
                <td>方差偏差(p较大时)</td>
                <td>最大绝对偏差 ≈ 0.012</td>
              </tr>
              <tr>
                <td>正态</td>
                <td>
                  <inline-formula>
                    <mml:math>
                      <mml:mrow>
                        <mml:mtext>np</mml:mtext>
                        <mml:mo>≥</mml:mo>
                        <mml:mn>5</mml:mn>
                      </mml:mrow>
                    </mml:math>
                  </inline-formula>
                  ，
                  <inline-formula>
                    <mml:math>
                      <mml:mrow>
                        <mml:mtext>n</mml:mtext>
                        <mml:mrow>
                          <mml:mo>(</mml:mo>
                          <mml:mrow>
                            <mml:mn>1</mml:mn>
                            <mml:mo>−</mml:mo>
                            <mml:mtext>p</mml:mtext>
                          </mml:mrow>
                          <mml:mo>)</mml:mo>
                        </mml:mrow>
                        <mml:mo>≥</mml:mo>
                        <mml:mn>5</mml:mn>
                      </mml:mrow>
                    </mml:math>
                  </inline-formula>
                  (稳健建议≥10)
                </td>
                <td>离散–连续截断与偏度</td>
                <td>最大绝对偏差 ≈ 0.018</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>数值实验表明，在推荐参数区间内，两种近似都能达到教学所需精度；超出该范围时，更适合使用精确二项计算。</p>
      </sec>
    </sec>
    <sec id="sec4">
      <title>4. 教学实施与反思</title>
      <p>为验证本文可视化工具在教学中的效果，我们做了一个小型实证实验。对象为某高校概率论课程的40名本科生，随机分为两组：对照组(20人)采用传统板书和静态图讲解二项分布近似；实验组(20人)使用Python工具进行交互演示，包括参数调节、分布叠加和误差分析。实验时长90分钟，前后通过小测验(5道选择题 + 2道简答题，覆盖近似条件、误差和中心极限定理)及Likert问卷(1~5分，评估收敛机制、精度和参数影响)收集数据，并用t检验分析，结果见表5。</p>
      <p><bold>Table</bold><bold>5</bold><bold>.</bold>Quantitative comparison of empirical teaching experiment results</p>
      <p><bold>表</bold><bold>5</bold><bold>.</bold>实证教学实验结果量化比较</p>
      <table-wrap id="tbl5">
        <label>Table 5</label>
        <table>
          <tbody>
            <tr>
              <td>指标</td>
              <td>对照组(传统法)</td>
              <td>实验组(可视化工具)</td>
              <td>统计显著性</td>
            </tr>
            <tr>
              <td>课后测验得分提升幅度</td>
              <td>15.2%</td>
              <td>28.5%</td>
              <td>P &lt; 0.05</td>
            </tr>
            <tr>
              <td>问卷理解自信度提升</td>
              <td>0.7分</td>
              <td>1.2分</td>
              <td>p &lt; 0.05</td>
            </tr>
          </tbody>
        </table>
      </table-wrap>
      <p>数据表明，可视化方法能显著提升学生对分布收敛的理解，尤其有助于把握抽象概念。</p>
      <p>在教学应用中，该工具可用于：(1) 课堂演示：实时调节n、p观察分布演化；(2) 课后作业：学生复现实验并分析误差；(3) 探究项目：扩展到负二项等分布，培养计算能力。这些方式能更好地连接理论与实践，促进主动学习。</p>
      <p>挑战主要包括教师需要一定Python熟练度、学生可能忽视公式推导，以及设备条件受限。可采用以下措施：(1) 预置模板并开展培训；(2) 结合推导与可视化进行混合教学；(3) 开发Web版工具。这样可提升工具适用性，支持概率教育创新。</p>
    </sec>
    <sec id="sec5">
      <title>5. 结论与教学意义</title>
      <p>数值结果表明，在常见适用条件下，两类近似都能达到较高精度，最大绝对偏差通常低于0.02。对于小样本或重尾情形，宜优先采用精确计算。</p>
      <p>本文通过逐点对比、叠加可视化和误差量化，系统展示了“二项→泊松”与“二项→正态”的收敛过程。配套的Python可复现实验框架有助于学生动态观察参数变化对分布形态和误差的影响，从而建立“条件–结论–精度”的整体理解。该框架可作为概率论课程中连接两类极限定理的核心教学模块。</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <title>References</title>
      <ref id="B1">
        <label>1.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">孙舒婷. 二项分布的正态近似若干条件[J]. 理论数学, 2022, 12(9): 1419-1428.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>孙舒婷</string-name>
            </person-group>
            <year>2022</year>
            <article-title>二项分布的正态近似若干条件</article-title>
            <source>理论数学</source>
            <volume>12</volume>
            <issue>9</issue>
            <fpage>1419</fpage>
            <lpage>1428</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B2">
        <label>2.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">徐玉华, 曾明. 泊松分布性质及应用研究[J]. 长江大学学报(自科版), 2006(4): 475-476.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>徐玉华</string-name>
              <string-name>曾明</string-name>
            </person-group>
            <year>2006</year>
            <article-title>泊松分布性质及应用研究</article-title>
            <source>长江大学学报(自科版)</source>
            <volume>2006</volume>
            <issue>4</issue>
            <fpage>475</fpage>
            <lpage>476</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B3">
        <label>3.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">曹俊飞, 曾志红. 厚基础重应用——概率论与数理统计课程教学改革的探索与实践[J]. 广东第二师范学院学报, 2018, 38(3): 98-103.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>曹俊飞</string-name>
              <string-name>曾志红</string-name>
            </person-group>
            <year>2018</year>
            <article-title>厚基础重应用——概率论与数理统计课程教学改革的探索与实践</article-title>
            <source>广东第二师范学院学报</source>
            <volume>38</volume>
            <issue>3</issue>
            <fpage>98</fpage>
            <lpage>103</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B4">
        <label>4.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">金莹. 《数理统计学》课程教学范式改革研究[J]. 河南科技, 2014(12): 274-275.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>金莹</string-name>
            </person-group>
            <year>2014</year>
            <article-title>《数理统计学》课程教学范式改革研究</article-title>
            <source>河南科技</source>
            <volume>2014</volume>
            <issue>12</issue>
            <fpage>274</fpage>
            <lpage>275</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B5">
        <label>5.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">洪珊珊, 田卫忠. 人工智能驱动的概率统计课程改革[J]. 教育进展, 2025, 15(8): 850-858.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>洪珊珊</string-name>
              <string-name>田卫忠</string-name>
            </person-group>
            <year>2025</year>
            <article-title>人工智能驱动的概率统计课程改革</article-title>
            <source>教育进展</source>
            <volume>15</volume>
            <issue>8</issue>
            <fpage>850</fpage>
            <lpage>858</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B6">
        <label>6.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">徐扬, 李成, 徐辰武, 等. 水利类专业中数理统计方法的教学改革与实践应用——评《常用统计软件的应用》[J]. 灌溉排水学报, 2022, 41(10): 160-160.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>徐扬</string-name>
              <string-name>李成</string-name>
              <string-name>徐辰武</string-name>
            </person-group>
            <year>2022</year>
            <article-title>水利类专业中数理统计方法的教学改革与实践应用——评《常用统计软件的应用》</article-title>
            <source>灌溉排水学报</source>
            <volume>41</volume>
            <issue>10</issue>
            <fpage>160</fpage>
            <lpage>160</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B7">
        <label>7.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">张水胜, 宇世航, 王晓霞. 基于MATLAB的概率论极限理论的教学探讨[J]. 高师理科学刊, 2007, 27(4): 78-79.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>张水胜</string-name>
              <string-name>宇世航</string-name>
              <string-name>王晓霞</string-name>
            </person-group>
            <year>2007</year>
            <article-title>基于MATLAB的概率论极限理论的教学探讨</article-title>
            <source>高师理科学刊</source>
            <volume>27</volume>
            <issue>4</issue>
            <fpage>78</fpage>
            <lpage>79</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B8">
        <label>8.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">韩非. 计算二项分布与负二项分布期望、方差的新思路[J]. 新乡学院学报(自然科学报), 2008, 25(2): 9-11.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>韩非</string-name>
            </person-group>
            <year>2008</year>
            <article-title>计算二项分布与负二项分布期望、方差的新思路</article-title>
            <source>新乡学院学报(自然科学报)</source>
            <volume>25</volume>
            <issue>2</issue>
            <fpage>9</fpage>
            <lpage>11</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B9">
        <label>9.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">程志明. 二项分布的期望和方差的计算方法综述[J]. 宜春学院学报, 2010, 32(12): 21-22.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>程志明</string-name>
            </person-group>
            <year>2010</year>
            <article-title>二项分布的期望和方差的计算方法综述</article-title>
            <source>宜春学院学报</source>
            <volume>32</volume>
            <issue>12</issue>
            <fpage>21</fpage>
            <lpage>22</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B10">
        <label>10.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">刘瑞元, 张智霞. 二项分布与泊松分布判别的假设检验[J]. 青海大学学报: 自然科学版, 2008, 26(1): 44-47.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>刘瑞元</string-name>
              <string-name>张智霞</string-name>
            </person-group>
            <year>2008</year>
            <article-title>二项分布与泊松分布判别的假设检验</article-title>
            <source>青海大学学报: 自然科学版</source>
            <volume>26</volume>
            <issue>1</issue>
            <fpage>44</fpage>
            <lpage>47</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B11">
        <label>11.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">舒婷孙. 二项分布的正态近似若干条件[J]. 理论数学, 2022, 12(9): 1419-1428.</mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>舒婷孙</string-name>
            </person-group>
            <year>2022</year>
            <article-title>二项分布的正态近似若干条件</article-title>
            <source>理论数学</source>
            <volume>12</volume>
            <issue>9</issue>
            <fpage>1419</fpage>
            <lpage>1428</lpage>
          </element-citation>
        </citation-alternatives>
      </ref>
    </ref-list>
  </back>
</article>