@@ -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-11 20:38 +0800\n "
12
+ "PO-Revision-Date : 2023-07-12 23:16 +0800\n "
13
13
"
Last-Translator :
Adrian Liaw <[email protected] >\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
@@ -1000,7 +1000,7 @@ msgstr "定義了一個單一的例外:"
1000
1000
1001
1001
#: ../../library/statistics.rst:730
1002
1002
msgid "Subclass of :exc:`ValueError` for statistics-related exceptions."
1003
- msgstr "用於統計相關異常的 :exc:`ValueError` 的子類別。"
1003
+ msgstr ":exc:`ValueError` 的子類別,用於和統計相關的異常 。"
1004
1004
1005
1005
#: ../../library/statistics.rst:734
1006
1006
msgid ":class:`NormalDist` objects"
@@ -1015,7 +1015,7 @@ msgid ""
1015
1015
msgstr ""
1016
1016
":class:`NormalDist` 是一種用於建立與操作\\ `隨機變數 (random variable) "
1017
1017
"<http://www.stat.yale.edu/Courses/1997-98/101/ranvar.htm>`_ 的常態分布的工"
1018
- "具。它是一個將量測資料的平均數與標差視為單一實體的類別 。"
1018
+ "具。它是一個將量測資料的平均數與標準差視為單一實體的類別 。"
1019
1019
1020
1020
#: ../../library/statistics.rst:742
1021
1021
msgid ""
@@ -1086,7 +1086,7 @@ msgid ""
1086
1086
"estimated from the *data* using :func:`fmean` and :func:`stdev`."
1087
1087
msgstr ""
1088
1088
"利用 :func:`fmean` 與 :func:`stdev` 函式,估計 *data* 的 *mu* 與 *sigma* 參"
1089
- "數,建立一個常態分佈的實例 。"
1089
+ "數,建立一個常態分布的實例 。"
1090
1090
1091
1091
#: ../../library/statistics.rst:790
1092
1092
msgid ""
0 commit comments