Survival Analysis with Python
Autor Avishek Nagen Limba Engleză Paperback – 8 oct 2024
- Parametric models with coverage of
- Concept of maximum likelihood estimate (MLE) of a probability distribution parameter
- MLE of the survival function
- Common probability distributions and their analysis
- Analysis of exponential distribution as a survival function
- Analysis of Weibull distribution as a survival function
- Derivation of Gumbel distribution as a survival function from Weibull
- Non-parametric models including
- Kaplan–Meier (KM) estimator, a derivation of expression using MLE
- Fitting KM estimator with an example dataset, Python code and plotting curves
- Greenwood’s formula and its derivation
- Models with covariates explaining
- The concept of time shift and the accelerated failure time (AFT) model
- Weibull-AFT model and derivation of parameters by MLE
- Proportional Hazard (PH) model
- Cox-PH model and Breslow’s method
- Significance of covariates
- Selection of covariates
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 100.66 lei 6-8 săpt. | |
CRC Press – 8 oct 2024 | 100.66 lei 6-8 săpt. | |
Hardback (1) | 323.04 lei 6-8 săpt. | |
CRC Press – 17 dec 2021 | 323.04 lei 6-8 săpt. |
Preț: 100.66 lei
Preț vechi: 155.27 lei
-35% Nou
Puncte Express: 151
Preț estimativ în valută:
19.26€ • 20.34$ • 16.03£
19.26€ • 20.34$ • 16.03£
Carte tipărită la comandă
Livrare economică 11-25 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781032073675
ISBN-10: 1032073675
Pagini: 94
Ilustrații: 176
Dimensiuni: 152 x 229 mm
Greutate: 0.17 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
Locul publicării:Boca Raton, United States
ISBN-10: 1032073675
Pagini: 94
Ilustrații: 176
Dimensiuni: 152 x 229 mm
Greutate: 0.17 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
Locul publicării:Boca Raton, United States
Public țintă
Academic, Professional, and Professional Practice & DevelopmentCuprins
Chapter 1. Introduction Chapter 2. General Theory of Survival Analysis Chapter 3. Parametric Models Chapter 4. Nonparametric Models Chapter 5. Models with Covariates
Descriere
Survival analysis uses statistics to calculate time to failure. The book takes a fresh look at this complex subject by explaining how to use the Python programming language to perform this type of analysis.