@@ -96,7 +96,7 @@ msgstr ":func:`mean`"
96
96
97
97
#: ../../library/statistics.rst:74
98
98
msgid "Arithmetic mean (\" average\" ) of data."
99
- msgstr "データの算術平均。"
99
+ msgstr "データの算術平均 (いわゆる「平均」) 。"
100
100
101
101
#: ../../library/statistics.rst:75
102
102
msgid ":func:`fmean`"
@@ -160,23 +160,23 @@ msgstr ":func:`mode`"
160
160
161
161
#: ../../library/statistics.rst:82
162
162
msgid "Single mode (most common value) of discrete or nominal data."
163
- msgstr ""
163
+ msgstr "離散/名義尺度データの最頻値 (single mode) 。 "
164
164
165
165
#: ../../library/statistics.rst:83
166
166
msgid ":func:`multimode`"
167
167
msgstr ":func:`multimode`"
168
168
169
169
#: ../../library/statistics.rst:83
170
170
msgid "List of modes (most common values) of discrete or nominal data."
171
- msgstr ""
171
+ msgstr "離散/名義尺度データの最頻値 (list of modes) 。 "
172
172
173
173
#: ../../library/statistics.rst:84
174
174
msgid ":func:`quantiles`"
175
175
msgstr ":func:`quantiles`"
176
176
177
177
#: ../../library/statistics.rst:84
178
178
msgid "Divide data into intervals with equal probability."
179
- msgstr ""
179
+ msgstr "データの等確率での分割。 "
180
180
181
181
#: ../../library/statistics.rst:88
182
182
msgid "Measures of spread"
@@ -300,10 +300,11 @@ msgid ""
300
300
"a more robust, although less efficient, measure of `central tendency "
301
301
"<https://en.wikipedia.org/wiki/Central_tendency>`_, see :func:`median`."
302
302
msgstr ""
303
- "mean は `外れ値 <https://ja.wikipedia.org/wiki/外れ値>`_ の影響を強く受け、必"
304
- "ずしもデータ点の典型例とはなりません。効率が悪いものの、より堅牢な、 中心的な"
305
- "傾向 (`central tendency <https://en.wikipedia.org/wiki/Central_tendency>`_) "
306
- "の尺度については、 :func:`median` を参照してください。"
303
+ "mean は `外れ値 <https://ja.wikipedia.org/wiki/外れ値>`_ (`outliers <https://"
304
+ "en.wikipedia.org/wiki/Outlier>`_) の影響を強く受け、必ずしもデータ点の典型例"
305
+ "とはなりません。効率が悪いものの、より堅牢な、 中心的な傾向 (`central "
306
+ "tendency <https://en.wikipedia.org/wiki/Central_tendency>`_) の尺度について"
307
+ "は、 :func:`median` を参照してください。"
307
308
308
309
#: ../../library/statistics.rst:154
309
310
msgid ""
@@ -313,10 +314,14 @@ msgid ""
313
314
"the entire population rather than a sample, then ``mean(data)`` is "
314
315
"equivalent to calculating the true population mean μ."
315
316
msgstr ""
317
+ "標本平均は真の母平均の不偏推定量のため、出来る限り多くの標本から平均を求める"
318
+ "と、``mean(sample)`` は真の母平均に収束します (訳注: 大数の法則)。*data* が標"
319
+ "本ではなく母集団全体の場合、``mean(data)`` は真の母平均 μ を計算することと等"
320
+ "価です。"
316
321
317
322
#: ../../library/statistics.rst:163
318
323
msgid "Convert *data* to floats and compute the arithmetic mean."
319
- msgstr ""
324
+ msgstr "*data* を float に変換し、算術平均を計算します。 "
320
325
321
326
#: ../../library/statistics.rst:165
322
327
msgid ""