View source: R/BoundingCovariateEffects.R
E_step | R Documentation |
This function performs the estimation step in the EAM algorithm.
E_step(thetas, test.fun, dir, evaluations, verbose)
thetas |
Points at which to perform the E-step. Usually the result of the M-step. |
test.fun |
Function returning the test statistic, as well as the critical value. |
dir |
Direction in which to optimize. For finding upper bounds, set
|
evaluations |
Matrix containing each point that was already evaluated, alongside the corresponding test statistic and critical value, as its rows. |
verbose |
Verbosity parameter. |
Results of the E-step.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.