
Known integer totals per snapshot for the delay-only model
Source:R/model-module-helpers.R
delay_only_total.RdBuilds the dlo_total data entry: the known integer total per snapshot
(the latest cumulative confirm, i.e. the cutoff running total), ordered
by group then reference date to match the snapshot order. These totals
size the residual category when an observation indicator leaves some
before-cutoff cells unobserved.
Arguments
- data
Output from
enw_preprocess_data().- delay_only
Logical; if
FALSEan empty (gby0) matrix is returned so the model carries no delay-only totals.
See also
Helper functions for model modules
add_max_observed_delay(),
add_pmfs(),
convolution_matrix(),
delay_only_ltotal(),
enw_dayofweek_structural_reporting(),
enw_reference_by_report(),
enw_reps_with_complete_refs(),
enw_structural_reporting_metadata(),
extract_obs_metadata(),
extract_sparse_matrix(),
latest_obs_as_matrix()