model_random_walk_data {bennu} | R Documentation |
Model generating process using random walk to match data generating model in Bayesian framework
model_random_walk_data(
N_t = 24,
region_coeffs = c(5, 0.5),
c_region = c(-1, 2),
sigma = 2,
zeta = 0.5,
mu0 = -1,
Orders = NULL,
reporting_freq = NULL
)
N_t |
number of time-points |
region_coeffs |
vector of coefficients for regions determining kit orders |
c_region |
logit probability of kit use per region |
sigma |
standard deviation of error in logit probability of kit use |
zeta |
standard deviation of random walk in logit space |
mu0 |
initial condition of random walk in logit space |
Orders |
A 2D matrix of shape |
reporting_freq |
The frequency that distribution data is provided.
If |
A tibble
Kit orders per time and region
Numeric index indicating region of orders and distributions
Number of kits reported as used
Number of kits reported as distributed
Probability that a kit was used
Probability that a distributed kit was reported
Index for time
String index for the region
Other data generation:
generate_model_data()