@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version : Python 3.11\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
11
"POT-Creation-Date : 2023-05-03 00:17+0000\n "
12
- "PO-Revision-Date : 2023-07-10 23:56 +0800\n "
12
+ "PO-Revision-Date : 2023-07-12 23:16 +0800\n "
13
13
"Last-Translator : Adrian Liaw <adrianliaw2000@gmail.com>\n "
14
14
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
15
15
"tw)\n "
@@ -911,7 +911,7 @@ msgid ""
911
911
"linear relationship."
912
912
msgstr ""
913
913
"回傳兩輸入的 `Pearson 相關係數 (Pearson’s correlation coefficient) <https://"
914
- "en.wikipedia.org/wiki/Pearson_correlation_coefficient>`。Pearson 相關係數 "
914
+ "en.wikipedia.org/wiki/Pearson_correlation_coefficient>`_ 。Pearson 相關係數 "
915
915
"*r* 的值介於 -1 與 +1 之間。它衡量線性關係的強度與方向,其中 +1 表示強烈正線"
916
916
"性相關,-1 表示強烈負線性相關,而 0 表示無線性關係。"
917
917
@@ -968,8 +968,8 @@ msgid ""
968
968
"2019 assuming that they had kept the pace."
969
969
msgstr ""
970
970
"舉例來說,我們可以使用 `Monty Python 系列電影的上映日期 <https://en."
971
- "wikipedia.org/wiki/Monty_Python#Films>`_\\ 來預測至 2019 年為止,假設他們保持固 "
972
- "定的製作速度 ,應該會產生的 Monty Python 電影的累計數量。"
971
+ "wikipedia.org/wiki/Monty_Python#Films>`_\\ 來預測至 2019 年為止,假設他們保持 "
972
+ "固定的製作速度 ,應該會產生的 Monty Python 電影的累計數量。"
973
973
974
974
#: ../../library/statistics.rst:710
975
975
msgid ""
@@ -978,9 +978,9 @@ msgid ""
978
978
"line passing through the origin. Since the *intercept* will always be 0.0, "
979
979
"the underlying linear function simplifies to:"
980
980
msgstr ""
981
- "若將 *proportional* 設為 True,則假設自變數 *x* 與應變數"
982
- " *y* 是直接成比例的, 資料座落在通過原點的一直線上。由於 *intercept* "
983
- "始終為 0.0,因此線性函式可簡化如下 :"
981
+ "若將 *proportional* 設為 True,則假設自變數 *x* 與應變數 *y* 是直接成比例的, "
982
+ "資料座落在通過原點的一直線上。由於 *intercept* 始終為 0.0,因此線性函式可簡化 "
983
+ "如下 :"
984
984
985
985
#: ../../library/statistics.rst:716
986
986
msgid "*y = slope \\ * x + noise*"
@@ -996,11 +996,11 @@ msgstr "例外"
996
996
997
997
#: ../../library/statistics.rst:726
998
998
msgid "A single exception is defined:"
999
- msgstr ""
999
+ msgstr "定義了一個單一的例外: "
1000
1000
1001
1001
#: ../../library/statistics.rst:730
1002
1002
msgid "Subclass of :exc:`ValueError` for statistics-related exceptions."
1003
- msgstr ""
1003
+ msgstr ":exc:`ValueError` 的子類別,用於和統計相關的異常。 "
1004
1004
1005
1005
#: ../../library/statistics.rst:734
1006
1006
msgid ":class:`NormalDist` objects"
@@ -1013,61 +1013,80 @@ msgid ""
1013
1013
"Courses/1997-98/101/ranvar.htm>`_. It is a class that treats the mean and "
1014
1014
"standard deviation of data measurements as a single entity."
1015
1015
msgstr ""
1016
+ ":class:`NormalDist` 是一種用於建立與操作\\ `隨機變數 (random variable) "
1017
+ "<http://www.stat.yale.edu/Courses/1997-98/101/ranvar.htm>`_ 的常態分布的工"
1018
+ "具。它是一個將量測資料的平均數與標準差視為單一實體的類別。"
1016
1019
1017
1020
#: ../../library/statistics.rst:742
1018
1021
msgid ""
1019
1022
"Normal distributions arise from the `Central Limit Theorem <https://en."
1020
1023
"wikipedia.org/wiki/Central_limit_theorem>`_ and have a wide range of "
1021
1024
"applications in statistics."
1022
1025
msgstr ""
1026
+ "常態分布源自於\\ `中央極限定理 (Central Limit Theorem) <https://en.wikipedia."
1027
+ "org/wiki/Central_limit_theorem>`_,在統計學中有著廣泛的應用。"
1023
1028
1024
1029
#: ../../library/statistics.rst:748
1025
1030
msgid ""
1026
1031
"Returns a new *NormalDist* object where *mu* represents the `arithmetic mean "
1027
1032
"<https://en.wikipedia.org/wiki/Arithmetic_mean>`_ and *sigma* represents the "
1028
1033
"`standard deviation <https://en.wikipedia.org/wiki/Standard_deviation>`_."
1029
1034
msgstr ""
1035
+ "此方法會回傳一個新 *NormalDist* 物件,其中 *mu* 代表\\ `算數平均數 <https://"
1036
+ "en.wikipedia.org/wiki/Arithmetic_mean>`_\\ 而 *sigma* 代表\\ `標準差 "
1037
+ "<https://en.wikipedia.org/wiki/Standard_deviation>`_。"
1030
1038
1031
1039
#: ../../library/statistics.rst:753
1032
1040
msgid "If *sigma* is negative, raises :exc:`StatisticsError`."
1033
- msgstr ""
1041
+ msgstr "若 *sigma* 為負值,則引發 :exc:`StatisticsError`。 "
1034
1042
1035
1043
#: ../../library/statistics.rst:757
1036
1044
msgid ""
1037
1045
"A read-only property for the `arithmetic mean <https://en.wikipedia.org/wiki/"
1038
1046
"Arithmetic_mean>`_ of a normal distribution."
1039
1047
msgstr ""
1048
+ "常態分布中的\\ `算數平均數 <https://en.wikipedia.org/wiki/"
1049
+ "Arithmetic_mean>`_\\ 唯讀屬性。"
1040
1050
1041
1051
#: ../../library/statistics.rst:763
1042
1052
msgid ""
1043
1053
"A read-only property for the `median <https://en.wikipedia.org/wiki/"
1044
1054
"Median>`_ of a normal distribution."
1045
1055
msgstr ""
1056
+ "常態分布中的\\ `中位數 <https://en.wikipedia.org/wiki/Median>`_\\ 唯讀屬性。"
1046
1057
1047
1058
#: ../../library/statistics.rst:769
1048
1059
msgid ""
1049
1060
"A read-only property for the `mode <https://en.wikipedia.org/wiki/"
1050
1061
"Mode_(statistics)>`_ of a normal distribution."
1051
1062
msgstr ""
1063
+ "常態分布中的\\ `眾數 <https://en.wikipedia.org/wiki/Mode_(statistics)>`_\\ 唯"
1064
+ "讀屬性。"
1052
1065
1053
1066
#: ../../library/statistics.rst:775
1054
1067
msgid ""
1055
1068
"A read-only property for the `standard deviation <https://en.wikipedia.org/"
1056
1069
"wiki/Standard_deviation>`_ of a normal distribution."
1057
1070
msgstr ""
1071
+ "常態分布中的\\ `標準差 <https://en.wikipedia.org/wiki/"
1072
+ "Standard_deviation>`_\\ 唯讀屬性。"
1058
1073
1059
1074
#: ../../library/statistics.rst:781
1060
1075
msgid ""
1061
1076
"A read-only property for the `variance <https://en.wikipedia.org/wiki/"
1062
1077
"Variance>`_ of a normal distribution. Equal to the square of the standard "
1063
1078
"deviation."
1064
1079
msgstr ""
1080
+ "常態分布中的\\ `變異數 <https://en.wikipedia.org/wiki/Variance>`_\\ 唯讀屬"
1081
+ "性。"
1065
1082
1066
1083
#: ../../library/statistics.rst:787
1067
1084
msgid ""
1068
1085
"Makes a normal distribution instance with *mu* and *sigma* parameters "
1069
1086
"estimated from the *data* using :func:`fmean` and :func:`stdev`."
1070
1087
msgstr ""
1088
+ "利用 :func:`fmean` 與 :func:`stdev` 函式,估計 *data* 的 *mu* 與 *sigma* 參"
1089
+ "數,建立一個常態分布的實例。"
1071
1090
1072
1091
#: ../../library/statistics.rst:790
1073
1092
msgid ""
@@ -1077,6 +1096,9 @@ msgid ""
1077
1096
"point to estimate a central value and at least two points to estimate "
1078
1097
"dispersion."
1079
1098
msgstr ""
1099
+ "*data* 可以是任何 :term:`iterable`,並應包含可以轉換為 :class:`float` 的值。"
1100
+ "若 *data* 沒有包含至少兩個以上的元素在內,則引發 :exc:`StatisticsError`,因為"
1101
+ "至少需要一個點來估計中央值且至少需要兩個點來估計分散情形。"
1080
1102
1081
1103
#: ../../library/statistics.rst:798
1082
1104
msgid ""
0 commit comments