This function performs the estimation step in the EAM algorithm.
E_step(thetas, test.fun, dir, evaluations, verbose)
Results of the E-step.
Points at which to perform the E-step. Usually the result of the M-step.
Function returning the test statistic, as well as the critical value.
Direction in which to optimize. For finding upper bounds, set
dir = 1
, for finding lower bounds, set dir = -1
.
Matrix containing each point that was already evaluated, alongside the corresponding test statistic and critical value, as its rows.
Verbosity parameter.