Kaplan Meier#
Description#
This vantage6 algorithm computes the Kaplan-Meier curve in a federated manner. Hence, it allows for the estimation of survival probabilities across distributed datasets without sharing patient-specific information.
The Kaplan-Meier algorithm is a non-parametric statistic used to estimate the survival function from lifetime data. In medical research, it is often used to measure the fraction of patients that are alive for a certain amount of time after treatment.
Source code#
Source code is available on GitHub.