Skip to Content
Think Stats 第2版 ―プログラマのための統計入門
book

Think Stats 第2版 ―プログラマのための統計入門

by Allen B. Downey, 黒川 利明, 黒川 洋
August 2015
Intermediate to advanced
272 pages
5h 46m
Japanese
O'Reilly Japan, Inc.
Content preview from Think Stats 第2版 ―プログラマのための統計入門
217
217
14.2 標本分布
14.2
 標本分布
これで、
x
-
の標本分布を計算するのに必要なものがすべて揃いました。
x
-
の計算では、
n
匹のゴリラの重さを量り、足し合わせて総重量を出し、
n
で割ったことを覚えてお
きましょう。
ゴリラの体重の分布
X
が近似的に正規分布だと仮定します。
X
N
(
μ
,
σ
2
)
n
匹のゴリラの体重を量ったなら、式(
3
)を使って総重量
Y
の分布を表すことがで
きます。
Y
N
(n
μ
, n
σ
2
)
ここで、
n
で割るなら、標本平均
Z
式(
1
)で
a
1/n
とすることにより、次の
ように分布します。
Z
N
(
μ
,
σ
2
/n)
Z
の分布は、
x
-
の標本分布です。
Z
の平均値はμで、
x
-
がμの不偏推定であることを
示します。標本分布の分散は、σ
2
/n
です。
したがって、標本分布の標準偏差、すなわち、推定量の標準誤差は、σ
/
n
です。
この例では、σは
7.5 kg
n
9
なので、標準誤差は
2.5 kg
です。この結果は、シミュ
レーションで得た推定と一致しますが、計算がずっと高速です。
標本分布を使って信頼区間を計算することもできます。
x
-
90 %
信頼区間は、
Z
パーセンタイルの
5
位と
95
位の間になります。
Z
が正規分布なので、逆
CDF
を評
価してパーセンタイルを計算できます。
正規分布の
CDF
やその逆には閉式はありませんが、高速な数値計算法があり、
5.2
正規分布」で見たように
SciPy
に実装されています。
thinkstats2
では、
SciPy
の関
数をもう少し使いやすくしたラッパー関数を提供しています。 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

マスタリングLinuxシェルスクリプト 第2版 ―Linuxコマンド、bashスクリプト、シェルプログラミング実践入門

マスタリングLinuxシェルスクリプト 第2版 ―Linuxコマンド、bashスクリプト、シェルプログラミング実践入門

Mokhtar Ebrahim, Andrew Mallett, 萬谷 暢崇, 原 隆文
マイクロサービスアーキテクチャ 第2版

マイクロサービスアーキテクチャ 第2版

Sam Newman, 佐藤 直生, 木下 哲也
機械学習デザインパターン ―データ準備、モデル構築、MLOpsの実践上の問題と解決

機械学習デザインパターン ―データ準備、モデル構築、MLOpsの実践上の問題と解決

Valliappa Lakshmanan, Sara Robinson, Michael Munn, 鷲崎 弘宜, 竹内 広宜, 名取 直毅, 吉岡 信和

Publisher Resources

ISBN: 9784873117355Other