@@ -682,8 +682,8 @@ msgid ""
682682"*data* into 100 equal sized groups. Raises :exc:`StatisticsError` if *n* is"
683683" not least 1."
684684msgstr ""
685- "将 *n* 设为 4 以使用四分位(默认值)。 将 *n* 设为 10 以十分位 。 将 *n* 设为 100 以使用百分位,即给出 99 个分隔点来将 "
686- "*data* 分隔为 100 个大小相等的组。 如果 *n* 小于 1 则将引发 :exc:`StatisticsError`。"
685+ "将 *n* 设为 4 以使用四分位(默认值)。 将 *n* 设为 10 以使用十分位 。 将 *n* 设为 100 以使用百分位,即给出 99 "
686+ "个分隔点来将 *data* 分隔为 100 个大小相等的组。 如果 *n* 小于 1 则将引发 :exc:`StatisticsError`。"
687687
688688#: ../../library/statistics.rst:525
689689msgid ""
@@ -919,32 +919,36 @@ msgid ""
919919" a value between 0.0 and 1.0 giving `the overlapping area for the two "
920920"probability density functions <https://www.rasch.org/rmt/rmt101r.htm>`_."
921921msgstr ""
922+ "测量两个正态概率分布之间的一致性。 返回介于 0.0 和 1.0 之间的值,给出 `两个概率密度函数的重叠区域 "
923+ "<https://www.rasch.org/rmt/rmt101r.htm>`_。"
922924
923925#: ../../library/statistics.rst:691
924926msgid ""
925927"Divide the normal distribution into *n* continuous intervals with equal "
926928"probability. Returns a list of (n - 1) cut points separating the intervals."
927- msgstr ""
929+ msgstr "将指定正态分布划分为 *n* 个相等概率的连续分隔区。 返回这些分隔区对应的 (n - 1) 个分隔点的列表。 "
928930
929931#: ../../library/statistics.rst:695
930932msgid ""
931933"Set *n* to 4 for quartiles (the default). Set *n* to 10 for deciles. Set "
932934"*n* to 100 for percentiles which gives the 99 cuts points that separate the "
933935"normal distribution into 100 equal sized groups."
934936msgstr ""
937+ "将 *n* 设为 4 以使用四分位(默认值)。 将 *n* 设为 10 以使用十分位。将 *n* 设为 100 以使用百分位,即给出 99 "
938+ "个分隔点来将正态分布分隔为 100 个大小相等的组。"
935939
936940#: ../../library/statistics.rst:699
937941msgid ""
938942"Instances of :class:`NormalDist` support addition, subtraction, "
939943"multiplication and division by a constant. These operations are used for "
940944"translation and scaling. For example:"
941- msgstr ""
945+ msgstr ":class:`NormalDist` 的实例支持加上、减去、乘以或除以一个常量。 这些运算被用于转换和缩放。 例如: "
942946
943947#: ../../library/statistics.rst:709
944948msgid ""
945949"Dividing a constant by an instance of :class:`NormalDist` is not supported "
946950"because the result wouldn't be normally distributed."
947- msgstr ""
951+ msgstr "不允许一个常量除以 :class:`NormalDist` 的实例,因为结果将不是正态分布。 "
948952
949953#: ../../library/statistics.rst:712
950954msgid ""
@@ -954,14 +958,17 @@ msgid ""
954958"<https://en.wikipedia.org/wiki/Sum_of_normally_distributed_random_variables>`_"
955959" represented as instances of :class:`NormalDist`. For example:"
956960msgstr ""
961+ "由于正态分布是由独立变量的累加效应产生的,因此允许表示为 :class:`NormalDist` 实例的 `两组独立正态分布的随机变量相加和相减 "
962+ "<https://en.wikipedia.org/wiki/Sum_of_normally_distributed_random_variables>`_。"
963+ " 例如:"
957964
958965#: ../../library/statistics.rst:732
959966msgid ":class:`NormalDist` Examples and Recipes"
960- msgstr ""
967+ msgstr ":class:`NormalDist` 示例和用法 "
961968
962969#: ../../library/statistics.rst:734
963970msgid ":class:`NormalDist` readily solves classic probability problems."
964- msgstr ""
971+ msgstr ":class:`NormalDist` 适合用来解决经典概率问题。 "
965972
966973#: ../../library/statistics.rst:736
967974msgid ""
@@ -971,12 +978,17 @@ msgid ""
971978"192, determine the percentage of students with test scores between 1100 and "
972979"1200, after rounding to the nearest whole number:"
973980msgstr ""
981+ "举例来说,如果 `SAT 考试的历史数据 <https://blog.prepscholar.com/sat-standard-deviation>`_"
982+ " 显示分数呈平均值为 1060 的正态分布且且标准差为 192 的正态分布,则可以确定考试分数处于 1100 和 1200 "
983+ "之间的学生的百分比舍入到最接近的整数应为:"
974984
975985#: ../../library/statistics.rst:749
976986msgid ""
977987"Find the `quartiles <https://en.wikipedia.org/wiki/Quartile>`_ and `deciles "
978988"<https://en.wikipedia.org/wiki/Decile>`_ for the SAT scores:"
979989msgstr ""
990+ "求 SAT 分数的 `四分位 <https://en.wikipedia.org/wiki/Quartile>`_ 和 `十分位 "
991+ "<https://en.wikipedia.org/wiki/Decile>`_:"
980992
981993#: ../../library/statistics.rst:759
982994msgid ""
0 commit comments