Predictor for y(x) using the given DACE model
[y,or1,or2,dmse] = predictor(x,dmodel)
trial design sites with n dimensions.
For mx trial sites x:
If mx = 1, then both a row and a column vector is accepted, otherwise, x must be an mx*n matrix with the sites stored rowwise.
Struct with DACE model; see dacefit
predicted response at x
If mx = 1, then or = gradient vector/Jacobian matrix of predictor otherwise, or is an vector with mx rows containing the estimated mean squared error of the predictor
If mx = 1, then or = gradient vector/Jacobian matrix of predictor otherwise, or is an vector with mx rows containing the estimated mean squared error of the predictor
Gradient vector/Jacobian matrix of mse
Predictor for y(x) using the given DACE model
ycollet@freesurf.fr