@@ -449,25 +449,27 @@ msgstr ""
449449msgid ""
450450"Optional argument *interval* represents the class interval, and defaults to "
451451"1. Changing the class interval naturally will change the interpolation:"
452- msgstr ""
452+ msgstr "可选参数 *interval* 表示分类间隔,默认值为 1。 改变分类间隔自然会改变插件结果: "
453453
454454#: ../../library/statistics.rst:303
455455msgid ""
456456"This function does not check whether the data points are at least *interval*"
457457" apart."
458- msgstr ""
458+ msgstr "此函数不会检查数据点之间是否至少相隔 *interval* 的距离。 "
459459
460460#: ../../library/statistics.rst:308
461461msgid ""
462462"Under some circumstances, :func:`median_grouped` may coerce data points to "
463463"floats. This behaviour is likely to change in the future."
464- msgstr ""
464+ msgstr "在某些情况下,:func:`median_grouped` 可以会将数据点强制转换为浮点数。 此行为在未来有可能会发生改变。 "
465465
466466#: ../../library/statistics.rst:313
467467msgid ""
468468"\" Statistics for the Behavioral Sciences\" , Frederick J Gravetter and Larry "
469469"B Wallnau (8th Edition)."
470470msgstr ""
471+ "\" Statistics for the Behavioral Sciences\" , Frederick J Gravetter and Larry "
472+ "B Wallnau (8th Edition)."
471473
472474#: ../../library/statistics.rst:316
473475msgid ""
@@ -476,13 +478,17 @@ msgid ""
476478"including `this discussion <https://mail.gnome.org/archives/gnumeric-"
477479"list/2011-April/msg00018.html>`_."
478480msgstr ""
481+ "Gnome Gnumeric 电子表格中的 `SSMEDIAN "
482+ "<https://help.gnome.org/users/gnumeric/stable/gnumeric.html#gnumeric-"
483+ "function-SSMEDIAN>`_ 函数,包括 `这篇讨论 <https://mail.gnome.org/archives/gnumeric-"
484+ "list/2011-April/msg00018.html>`_。"
479485
480486#: ../../library/statistics.rst:324
481487msgid ""
482488"Return the single most common data point from discrete or nominal *data*. "
483489"The mode (when it exists) is the most typical value and serves as a measure "
484490"of central location."
485- msgstr ""
491+ msgstr "根据离散或标称的 *data* 返回单个最觉的数据点。 此模式(如果存在)是最典型的值,并可用来度量中心的位置。 "
486492
487493#: ../../library/statistics.rst:328
488494msgid ""
@@ -491,32 +497,37 @@ msgid ""
491497"instead, use ``min(multimode(data))`` or ``max(multimode(data))``. If the "
492498"input *data* is empty, :exc:`StatisticsError` is raised."
493499msgstr ""
500+ "如果存在具有相同频率的多个模式,则返回在 *data* 中遇到的第一个。 如果想要其中最小或最大的一个,请使用 "
501+ "``min(multimode(data))`` 或 ``max(multimode(data))``。 如果输入的 *data* 为空,则会引发 "
502+ ":exc:`StatisticsError`。"
494503
495504#: ../../library/statistics.rst:333
496505msgid ""
497506"``mode`` assumes discrete data and returns a single value. This is the "
498507"standard treatment of the mode as commonly taught in schools:"
499- msgstr ""
508+ msgstr "``mode`` 将假定是离散数据并返回一个单一的值。 这是通常的学校教学中标准的处理方式: "
500509
501510#: ../../library/statistics.rst:341
502511msgid ""
503512"The mode is unique in that it is the only statistic in this package that "
504513"also applies to nominal (non-numeric) data:"
505- msgstr ""
514+ msgstr "此模式的独特之处在于它是这个包中唯一还可应用于标称(非数字)数据的统计信息: "
506515
507516#: ../../library/statistics.rst:349
508517msgid ""
509518"Now handles multimodal datasets by returning the first mode encountered. "
510519"Formerly, it raised :exc:`StatisticsError` when more than one mode was "
511520"found."
512- msgstr ""
521+ msgstr "现在会通过返回所遇到的第一个模式来处理多模数据集。 之前它会在遇到超过一个的模式时引发 :exc:`StatisticsError`。 "
513522
514523#: ../../library/statistics.rst:357
515524msgid ""
516525"Return a list of the most frequently occurring values in the order they were"
517526" first encountered in the *data*. Will return more than one result if there"
518527" are multiple modes or an empty list if the *data* is empty:"
519528msgstr ""
529+ "返回最频繁出现的值的列表,并按它们在 *data* 中首次出现的位置排序。 如果存在多种模式则将返回一个以上的模式,或者如果 *data* "
530+ "为空则将返回空列表:"
520531
521532#: ../../library/statistics.rst:373
522533msgid ""
0 commit comments