Function used to obtain extra theta values to be supplied to the
E-step in the next iteration (M_step.R). Note: this function should be
changed when implementing the sample space contractions (see comment made in
documentation of M_step
).
get.extra.Estep.points(dir, theta.hash, maxviol.hash, hyperparams)
Points to evaluate in E-step.
Search direction. dir = 1
corresponds to looking for an
upper bound. dir = -1
corresponds to looking for a lower bound.
Tentative optimal value for theta, i.e., the largest or smallest feasible value for theta (if dir = 1 or dir = -1, respectively). A 'feasible value' is one that satisfies all moment restrictions.
Violation curve evaluated at theta.hash
.
List of hyperparameters.