apply_ZIP {countts} | R Documentation |
Apply the algorithms to make decisions for Thompson sampling Zero-inflated Poisson (TS-ZIP) algorithm
Description
Apply the algorithms to make decisions for Thompson sampling Zero-inflated Poisson (TS-ZIP) algorithm
Usage
apply_ZIP(context, beta_ZIP, gamma_ZIP)
Arguments
context |
context at the current decision time |
beta_ZIP |
the randomly sampled Bayesian estimate for the Poisson component |
gamma_ZIP |
the randomly sampled Bayesian estimate for the zero component |
Value
Intervention option
Examples
apply_ZIP(matrix(1:10, nrow = 2),matrix(11:20, nrow = 5),matrix(21:30, nrow = 5))
[Package countts version 0.1.0 Index]