Skip to content

Commit

Permalink
Merge branch '53-repeated-forecasting' of github.com:cbernalz/UCIWWEI…
Browse files Browse the repository at this point in the history
…HR.jl into 53-repeated-forecasting
  • Loading branch information
cbernalz committed Sep 14, 2024
2 parents f62b435 + 0a9ee8a commit 69a6ccf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/src/tutorials/uciwweihr_model_repeated_forecasts.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ forecast_points = [
model_params = create_uciwweihr_model_params()
rep_results = repeated_forecast(
samples,
data_hosp,
data_wastewater,
obstimes_hosp,
Expand Down
2 changes: 0 additions & 2 deletions src/repeated_forecast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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,
Expand Down

0 comments on commit 69a6ccf

Please sign in to comment.