File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1042,6 +1042,8 @@ msgid ""
10421042"For Python, many of the advantages of interface specifications can be "
10431043"obtained by an appropriate test discipline for components."
10441044msgstr ""
1045+ "Pythonでは、インターフェース仕様の多くの利点は、コンポーネントへの適切なテス"
1046+ "ト規律により得られます。"
10451047
10461048#: ../../faq/design.rst:576
10471049msgid ""
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ msgstr ":func:`mode`"
144144
145145#: ../../library/statistics.rst:53
146146msgid "Single mode (most common value) of discrete or nominal data."
147- msgstr ""
147+ msgstr "離散/名義尺度データの最頻値 (single mode) 。 "
148148
149149#: ../../library/statistics.rst:54
150150msgid ":func:`multimode`"
@@ -160,7 +160,7 @@ msgstr ":func:`quantiles`"
160160
161161#: ../../library/statistics.rst:55
162162msgid "Divide data into intervals with equal probability."
163- msgstr ""
163+ msgstr "データの等確率での分割。 "
164164
165165#: ../../library/statistics.rst:59
166166msgid "Measures of spread"
@@ -263,10 +263,14 @@ msgid ""
263263"the entire population rather than a sample, then ``mean(data)`` is "
264264"equivalent to calculating the true population mean μ."
265265msgstr ""
266+ "標本平均は真の母平均の不偏推定量のため、出来る限り多くの標本から平均を求める"
267+ "と、``mean(sample)`` は真の母平均に収束します (訳注: 大数の法則)。*data* が標"
268+ "本ではなく母集団全体の場合、``mean(data)`` は真の母平均 μ を計算することと等"
269+ "価です。"
266270
267271#: ../../library/statistics.rst:122
268272msgid "Convert *data* to floats and compute the arithmetic mean."
269- msgstr ""
273+ msgstr "*data* を float に変換し、算術平均を計算します。 "
270274
271275#: ../../library/statistics.rst:124
272276msgid ""
You can’t perform that action at this time.
0 commit comments