summaryrefslogtreecommitdiff
path: root/inst/app
diff options
context:
space:
mode:
Diffstat (limited to 'inst/app')
-rw-r--r--inst/app/templates/content/estimators/add-estimators/descriptions/id.html2
-rw-r--r--inst/app/templates/content/estimators/add-estimators/descriptions/mu.html4
2 files changed, 4 insertions, 2 deletions
diff --git a/inst/app/templates/content/estimators/add-estimators/descriptions/id.html b/inst/app/templates/content/estimators/add-estimators/descriptions/id.html
index b182ae5..b47850f 100644
--- a/inst/app/templates/content/estimators/add-estimators/descriptions/id.html
+++ b/inst/app/templates/content/estimators/add-estimators/descriptions/id.html
@@ -1 +1 @@
-This is a short description of the ID method.
+The incidence decay (ID) estimator assumes an exponential model and finds the parameters by minimizing the sum of the squared differences between the observed cases counts and the case counts expected based on the assumed model. The method assumes that the serial interval is known. This means that the user needs to input the value of the serial interval. The serial interval is the average time between the first infection and the time the first infected individual exhibits disease symptoms.
diff --git a/inst/app/templates/content/estimators/add-estimators/descriptions/mu.html b/inst/app/templates/content/estimators/add-estimators/descriptions/mu.html
index b182ae5..fdff57e 100644
--- a/inst/app/templates/content/estimators/add-estimators/descriptions/mu.html
+++ b/inst/app/templates/content/estimators/add-estimators/descriptions/mu.html
@@ -1 +1,3 @@
-This is a short description of the ID method.
+The serial interval is the average time between the first infection and the time the first infected individual exhibits disease symptoms.
+
+Make the tab a different shade (light gray) and then this won't have parameters. It will let us not have to explain SI every single time. We'll expand the description later.