Skip to contents

Calculates the prior infections and growth rate based on the first week's data.

Usage

estimate_early_dynamics(cases, seeding_time)

Arguments

cases

Numeric vector; the case counts from the input data.

seeding_time

Integer; seeding time, usually obtained using get_seeding_time().

Value

A list containing prior_infections and prior_growth.