crosspoints | R Documentation |
Given the parameters for augmenting a design, this function calculates the crosspoints in the efficiency function that delimit the candidate points region
crosspoints(val, sens, gridlength, tol, xmin, xmax)
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 |
A numeric vector of crosspoints that define the candidate points region
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.