Description Usage Arguments Value See Also Examples
This function will update the GP parameters for a CGGP design.
1 2 3 4 5 6 7 8 9 10 11 12 |
CGGP |
Sparse grid objects |
Y |
Output values calculated at CGGP$design |
Xs |
Supplemental X matrix |
Ys |
Supplemental Y values |
theta0 |
Initial theta |
HandlingSuppData |
How should supplementary data be handled? * Correct: full likelihood with grid and supplemental data * Only: only use supplemental data * Ignore: ignore supplemental data |
separateoutputparameterdimensions |
If multiple output dimensions, should separate parameters be fit to each dimension? |
set_thetaMAP_to |
Value for thetaMAP to be set to |
corr |
Will update correlation function, if left missing it will be same as last time. |
Ynew |
Values of 'CGGP$design_unevaluated' |
Updated CGGP object fit to data given
Other CGGP core functions:
CGGPappend()
,
CGGPcreate()
,
predict.CGGP()
1 2 3 | cg <- CGGPcreate(d=3, batchsize=100)
y <- apply(cg$design, 1, function(x){x[1]+x[2]^2})
cg <- CGGPfit(CGGP=cg, Y=y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.