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版 ―プログラマのための統計入門
193
13
生存分析
生存分析
Survival analysis
)は、ものごとがどれだけ続くかを記述する方法です。
人間の生存期間の研究によく使われますが、機械部品や電子部品の「生存」、あるい
はもっと一般的に出来事が起こるまでの時間の期間に適用されます。
知り合いが「生死に関わる」病気に罹ったことがあるなら、診断後
5
年間の生存率
である「
5
年生存率」を知っているでしょう。この推定や関連した統計量は、生存分
析の結果です。
13.1
 生存曲線
生存分析の基本概念は、生存曲線
survival curve
)、
S(t)
です
。これは、期間
t
t
より長く生存する確率を対応させる関数です。期間あるいは「生存時間」の分布が
わかっているなら、生存曲線を見出すのは容易でしょう。
CDF
の補数になります。
S(t) = 1
CDF(t)
ここで、
CDF(t)
は、生存時間が
t
以下の確率を示します。
例えば、
NSFG
データセットには、
11,189
の妊娠期間データがあります。このデー
タを読み込んで
CDF
を計算できます。
preg = nsfg.ReadFemPreg()
complete = preg.query('outcome in [1, 3, 4]').prglngth
cdf = thinkstats2.Cdf(complete, label='cdf')
本章のコードは、
survival.py
にある。コードのダウンロードや扱い方については、
viii
ページの 「コード
を使う」を参照してほしい。
訳注:本書では、生存曲線と生存関数( ...
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