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版 ―プログラマのための統計入門
225
225
14.7 相関検定
Normal
は、正規
CDF
を評価する
Prob
を提供しています。
Prob
を使って、帰無仮
定のもとで
delta
だけの大きさの差がある確率を計算できます。
>>> 1 - dist.Prob(delta)
0.084
これは、片側検定の
p
値が
0.84
ということを意味します。両側検定のために、次
も計算します。
>>> dist.Prob(-delta)
0.084
これは、正規分布が対称形なので同じです。両端の和は
0.168
で、
9.3
 平均の差
を検定する」での推定、
0.17
に合致します。
14.7
 相関検定
9.5
 相関を検定する」では、新生児の体重と母親の年齢との相関に対して並べ替
え検定を用いて、
p
値が
0.001
より小さく、統計的に有意であることを見出しました。
今度は、同じことを解析的に行うことができます。この手法は次の数学的な結果に
基づきます。正規分布だが相関がない
2
変数について、サイズ
n
の標本を生成し、
ピアソン相関
r
を計算して、それから次のように変換した相関を計算します。
n
2
t
r
1
r
2
t
の分布は、パラメータが
n
2
のスチューデントの
t
分布になります。
t
分布は解
析的分布です。
CDF
はガンマ関数を使って効率的に計算できます。
この結果を使って、帰無仮説のもとで相関の標本分布を計算します。すなわち、正
規値の相関のない列を生成したならば、それらの相関分布はどうなるかということで
す。
StudentCdf
は、標本サイズ
n
を取り、相関の標本分布を返します。
def StudentCdf(n): ...
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