get.next.point: Obtain next point for feasible point search.

View source: R/BoundingCovariateEffects.R

get.next.pointR Documentation

Obtain next point for feasible point search.

Description

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)

Usage

get.next.point(evaluations, lb.theta, ub.theta)

Arguments

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.

Value

Next point in the feasible point search.


depCensoring documentation built on April 4, 2025, 1:52 a.m.