@@ -18,7 +18,7 @@ msgid ""
1818msgstr ""
1919"Project-Id-Version :Python 3.8\n "
2020"Report-Msgid-Bugs-To :\n "
21- "POT-Creation-Date :2020-02-09 12:40 +0000\n "
21+ "POT-Creation-Date :2020-04-23 13:45 +0000\n "
2222"PO-Revision-Date :2017-02-16 23:24+0000\n "
2323"Last-Translator :Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n "
2424"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -590,12 +590,10 @@ msgid ""
590590"Example of `statistical bootstrapping "
591591"<https://en.wikipedia.org/wiki/Bootstrapping_(statistics)>`_ using "
592592"resampling with replacement to estimate a confidence interval for the mean "
593- "of a sample of size five ::"
593+ "of a sample::"
594594msgstr ""
595- "5 サンプルの平均の信頼区間を推定するのに、重複ありでリサンプリングして `統計的ブートストラップ "
596- "<https://en.wikipedia.org/wiki/Bootstrapping_(statistics)>`_ を行う例::"
597595
598- #: ../../library/random.rst:421
596+ #: ../../library/random.rst:420
599597msgid ""
600598"Example of a `resampling permutation test "
601599"<https://en.wikipedia.org/wiki/Resampling_(statistics)#Permutation_tests>`_ "
@@ -608,13 +606,12 @@ msgstr ""
608606"<https://en.wikipedia.org/wiki/Resampling_(statistics)#Permutation_tests>`_ "
609607"を行う例::"
610608
611- #: ../../library/random.rst:448
609+ #: ../../library/random.rst:447
612610msgid ""
613- "Simulation of arrival times and service deliveries in a single server "
614- "queue::"
615- msgstr "一つのサーバーキューにおける到達時間とサービス提供のシミュレーション::"
611+ "Simulation of arrival times and service deliveries for a multiserver queue::"
612+ msgstr ""
616613
617- #: ../../library/random.rst:479
614+ #: ../../library/random.rst:475
618615msgid ""
619616"`Statistics for Hackers <https://www.youtube.com/watch?v=Iq9DzN6mvYA>`_ a "
620617"video tutorial by `Jake Vanderplas "
@@ -626,7 +623,7 @@ msgstr ""
626623"`Jake Vanderplas <https://us.pycon.org/2016/speaker/profile/295/>`_ "
627624"による統計解析のビデオ。シミュレーション、サンプリング、シャッフル、交差検定といった基本的な概念のみを用いています。"
628625
629- #: ../../library/random.rst:485
626+ #: ../../library/random.rst:481
630627msgid ""
631628"`Economics Simulation "
632629"<http://nbviewer.jupyter.org/url/norvig.com/ipython/Economics.ipynb>`_ a "
@@ -641,7 +638,7 @@ msgstr ""
641638"による市場価格のシミュレーション。このモジュールが提供する多くのツールや分布 (gauss, uniform, sample, betavariate,"
642639" choice, triangular, randrange) の活用法を示しています。"
643640
644- #: ../../library/random.rst:492
641+ #: ../../library/random.rst:488
645642msgid ""
646643"`A Concrete Introduction to Probability (using Python) "
647644"<http://nbviewer.jupyter.org/url/norvig.com/ipython/Probability.ipynb>`_ a "