From d8ae2b82d43bb08de6270eb36c949097d734ec16 Mon Sep 17 00:00:00 2001 From: "Rafael T. Ballestiero" Date: Fri, 27 Nov 2020 19:24:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7e078f..769599e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Pydemic is a simple Python project to clean, analyze and predict epidemic data. It also generates synthetic data from custom SEIRD models. There's a module to estimate the CFR of an outbreak using different methods. -The outcome delay distributions (i.e. distribution of time from disease onset to death or to recovery) are estimated using the [skopt](https://github.com/scikit-optimize/scikit-optimize) optimization library +The resolution delay distributions (i.e. distribution of time from disease onset to death or to recovery) are estimated using the [skopt](https://github.com/scikit-optimize/scikit-optimize) optimization library ## TO-DO: