ensemble_eval: Evaluate ensemble members according to their agreement with...

Description Usage Arguments Details Value

View source: R/ensemble-eval.R

Description

For each ensemble member, compare its predicted number of cases with the observed number of cases and compute a log-likelihood function.

Usage

1
ensemble_eval(modlist, mindate = NULL)

Arguments

modlist

List of filter-fit objects. Each fit is for a single locality.

mindate

Minimum date to consider in the evaluation. Can be specified either as a number (days since 2020-01-01) or a date.

Details

Right now we're just looking at number of cases, given the effective number of tests. Eventually we hope to include the number of UVA hospitalizations as a constraint.

Value

Table of ensemble ID numbers and log-likelihood values, along with some diagnostic statistics.


rplzzz/CovMitigation documentation built on June 7, 2021, 8:48 a.m.