View source: R/BoundingCovariateEffects.R
get.extra.Estep.points | R Documentation |
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)
dir |
Search direction. |
theta.hash |
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. |
maxviol.hash |
Violation curve evaluated at |
hyperparams |
List of hyperparameters. |
Points to evaluate in E-step.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.