1 <h4>Add estimators
</h4>
3 <!-- Dropdown to select estimator. -->
4 <label class=
"form-label" for=
"estimator_select">Select estimator:
</label>
5 <select name=
"estimator_select" class=
"form-select">
6 <option value=
"id" selected
>Incidence Decay (ID)
</option>
7 <option value=
"idea">Incidence Decay and Exponential Adjustment (IDEA)
</option>
8 <option value=
"seq_bayes">Sequential Bayes (seqB)
</option>
9 <option value=
"wp">White and Pagano (WP)
</option>
12 {{ htmlTemplate("templates/content/estimation/estimates/add-estimators/parameters.html", id = "id") }}
13 {{ htmlTemplate("templates/content/estimation/estimates/add-estimators/parameters.html", id = "idea") }}
14 {{ htmlTemplate("templates/content/estimation/estimates/add-estimators/parameters.html", id = "seq_bayes") }}
15 {{ htmlTemplate("templates/content/estimation/estimates/add-estimators/parameters.html", id = "wp") }}