From ab27a7e7db05bc950466409f0c93d707d4b78456 Mon Sep 17 00:00:00 2001 From: Christian Bernal Zelaya <141679410+cbernalz@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:10:42 -0700 Subject: [PATCH 1/2] Update repeated_forecast.jl --- src/repeated_forecast.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/repeated_forecast.jl b/src/repeated_forecast.jl index 6c4115f..3c3ab70 100644 --- a/src/repeated_forecast.jl +++ b/src/repeated_forecast.jl @@ -4,7 +4,6 @@ This is the function to make repreated forecast for a given forecast time span, Plots can be made for these forecasts. The output is an array of `uciwweihr_gq_pp` results for each `forecast_points`. # Arguments -- `samples`: The MCMC samples from the model fit. - `data_hosp`: The hospitalization data. - `data_wastewater`: The wastewater data. - `obstimes_hosp`: The time points for the hospitalization data. @@ -19,7 +18,6 @@ Plots can be made for these forecasts. The output is an array of `uciwweihr_gq_ - An array of `uciwweihr_gq_pp` resuts and timeseries used for building for each `forecast_points`. """ function repeated_forecast( - samples, data_hosp, data_wastewater, obstimes_hosp, From 0a9ee8a6da489eda920a8a92fbfc53e01d1fccf1 Mon Sep 17 00:00:00 2001 From: Christian Bernal Zelaya <141679410+cbernalz@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:11:18 -0700 Subject: [PATCH 2/2] Update uciwweihr_model_repeated_forecasts.md --- docs/src/tutorials/uciwweihr_model_repeated_forecasts.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/tutorials/uciwweihr_model_repeated_forecasts.md b/docs/src/tutorials/uciwweihr_model_repeated_forecasts.md index b1e557b..5c1b51a 100644 --- a/docs/src/tutorials/uciwweihr_model_repeated_forecasts.md +++ b/docs/src/tutorials/uciwweihr_model_repeated_forecasts.md @@ -65,7 +65,6 @@ forecast_points = [ model_params = create_uciwweihr_model_params() rep_results = repeated_forecast( - samples, data_hosp, data_wastewater, obstimes_hosp,