-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88df928
commit 9b65939
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,6 @@ model_name: "Ensemble of baseline models with trends" | |
model_abbr: "trends_ensemble" | ||
model_version: "1.0" | ||
model_contributors: [ | ||
{ | ||
"name": "Nutcha Wattanachit", | ||
"affiliation": "UMass Amherst", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Aaron Gerding", | ||
"affiliation": "UMass Amherst", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Nick Reich", | ||
"affiliation": "UMass Amherst", | ||
|
@@ -34,7 +24,7 @@ website_url: "https://github.com/reichlab/trendsEnsemble" | |
license: "CC-BY-4.0" | ||
citation: "citation" | ||
team_funding: "funding" | ||
designated_model: true | ||
designated_model: false | ||
methods: "Equally weighted ensemble of simple time-series baseline models." | ||
data_inputs: "Weekly incident flu hospitalizations" | ||
methods_long: "Equally weighted ensemble of simple time-series baseline models. Each baseline model calculates first differences of incidence in recent weeks. These differences are sampled and then added to the most recently observed incidence. Variations on this method include (a) including the first differences and the negative of these differences to enforce symmetry, resulting in a flat-line forecast, (b) varying the number of time-units in the past for computing the first differences (3 or 4 weeks) to focus on capturing recent trends, and (c) using the original time-series or a variance-stabilizing transformation of it, e.g. square-root. Additionally, the resulting predictive distributions are truncated so that any predicted samples computed to be less than zero are truncated to be zero." | ||
|