powered by
Updating parameters in algorithm
update_algorithm( dist = c("Negative Binomial", "Poisson", "Linear TS", "ZIP", "ZINB"), Y_dist = 2, X_dist = 3, alpha_dist = 4, Bt = NULL, bt = NULL )
The updated parameter estimates.
tuning parameter that controls which algorithm should be updated, with the options "Negative Binomial", "Poisson", "Linear TS", "ZIP", "ZINB"
History of the observed stochastic outcome at the current decision time
History of the observed context at the current decision time
tuning parameter that controls the exploration-exploitation tradeoff. Default is 1.
Outer product of contexts, only for dist = "Linear TS", default is NULL
dist
Sum of contexts weighted by the outcome, only for dist = "Linear TS", default is NULL.
update_algorithm(dist = "Negative Binomial")
Run the code above in your browser using DataLab