Description Usage Arguments Methods (by generic) Slots Objects from the Class
Class for fast to compute objective.
1 2 3 4 5 6 7 8 |
object |
|
newdata |
an optional vector, matrix or data frame containing the points where to perform predictions.
Default is |
... |
further arguments (not used) |
newX |
Matrix of the new location for the design |
newy |
Matrix of the responses at |
nsim |
an optional number specifying the number of response vectors to simulate. Default is 1. |
seed |
usual seed argument of method simulate. Not used. |
cond |
an optional boolean indicating the type of simulations. Not used. |
nugget.sim |
an optional number corresponding to a numerical nugget effect. Not used. |
checkNames |
an optional boolean. Not used. |
predict: Predict(by evaluating fun) the result at a new observation.
update: Update the X and y slots with a new design and observation.
simulate: Simulate responses values (for compatibility with methods using DiceKriging simulate)
dspatial dimension,
nobservations number,
Xthe design of experiments, size n x d,
ythe observations, size n x 1,
funthe evaluator function.
To create a fastfun object, use fastfun. See also this function for more details and examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.