Kaplar Meier Estimator, Survival Analysis
- Category: Blog, Data Science
- Project date: June, 2020
- Project URL: Blog
- Code URL: Jupyter Notebook
About
Kaplan-Meier estimator measures the survival time from a certain date to time of death, failure, or other significant events. It is also known as the product-limit estimator, which is a non-parametric statistic used to estimate the survival function from lifetime data. This project has the purpose of understanding this survival analysis task using python and survival analysis library.