crosspoints {optedr} | R Documentation |
Calculate crosspoints
Description
Given the parameters for augmenting a design, this function calculates the crosspoints in the efficiency function that delimit the candidate points region
Usage
crosspoints(val, sens, gridlength, tol, xmin, xmax)
Arguments
val |
Efficiency value to solve in the curve relationing the space of the design and efficiency of new design |
sens |
Sensitivity function of the design for the model |
gridlength |
Number of points in the grid to find the crosspoints |
tol |
Tolerance that establishes how close two points close to one another are considered the same |
xmin |
Minimum of the space of the design |
xmax |
Maximum of the space of the design |
Value
A numeric vector of crosspoints that define the candidate points region
[Package optedr version 2.0.0 Index]