Skip to content

Commit

Permalink
Update repeated_forecast.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz authored Sep 9, 2024
1 parent ab7c19f commit ab27a7e
Showing 1 changed file with 0 additions and 2 deletions.
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 ab27a7e

Please sign in to comment.