Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 7.12 KB

python_statistics.md

File metadata and controls

82 lines (58 loc) · 7.12 KB

Statistical Analysis and Model in Python

Error Propagation

Modeling Tool

Sampling Tools and Bayesian Analysis

Gaussian Process

Survival Analysis

  • Traditionally, survival analysis was developed to measure lifespans of individuals. The analysis can be further applied to not just traditional births and deaths, but any duration.
  • Survival function: the survival function defines the probability the death event has not occured yet at time t, or equivalently, the probability of surviving past time t
  • Hazard curve: the probability of the death event occurring at time t, given that the death event has not occurred until time t. Hazard function is non-parametric.
  • Kaplan-Meier estimator for survival function: Survival analysis assumes that upper limits have the same underlying distribution as the data, and the Kaplan-Meier esti- mator further assumes that detections and upper limits are mutually independent