CDCgov / wastewater-informed-covid-forecasting

Wastewater-informed COVID-19 forecasting models submitted to the COVID-19 Forecast Hub
https://cdcgov.github.io/wastewater-informed-covid-forecasting/
Apache License 2.0
43 stars 7 forks source link

Use stan AR(1) in fake data simulation #54

Open kaitejohnson opened 3 months ago

kaitejohnson commented 3 months ago

Problem

Currently, there is no auto-correlation in the generated fake data used in the toy_data_vignette.Rmd. We should use the stan ar1() function to generate autocorrelated deviations between the site and the state R(t)

Requirements