View source: R/BoundingCovariateEffects.R
gs.algo.bidir | R Documentation |
This function implements a rudimentary, bidirectional search algorithm. It works by expanding a grid with given step.size in both directions, starting from an initial feasible point.
gs.algo.bidir(test.results, max.iter, step.size)
test.results |
Matrix containing the evaluations of the test statistic and critical value. |
max.iter |
Maximum number of iterations. |
step.size |
Step size based on which the grid is constructed. |
The next point to evaluate in the grid search.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.