View source: R/BoundingCovariateEffects.R
get.next.point | R Documentation |
Function to obtain the next point to evaluate in the search for a feasible point. This function evaluates the entire parameter space of the component of theta as evenly as possible. Used in the initialization step (feasible_point_search.R)
get.next.point(evaluations, lb.theta, ub.theta)
evaluations |
Matrix of evaluations performed so far. |
lb.theta |
Lower bound on the parameter of interest. |
ub.theta |
Upper bound on the parameter of interest. |
Next point in the feasible point search.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.