dacePrepareFit | R Documentation |
Prepares a list with relevant model options and settings based on user choice and problem setup.
dacePrepareFit(S, Y, nugget, regr = regpoly0, corr = corrnoisykriging)
S |
known design points. That is, a matrix with |
Y |
vector of observations at known design points of length |
nugget |
Value for nugget. Default is -1, which means the nugget will be optimized during MLE. |
regr |
Regression function to be used: |
corr |
Correlation function to be used: |
a list with several model or problem specific settings and parameters
The authors of the original DACE Matlab code are Hans Bruun Nielsen, Soren Nymand Lophaven and Jacob Sondergaard.
Extension of the Matlab by Tobias Wagner wagner@isf.de.
Porting and adaptation to R and further extensions by Martin Zaefferer martin.zaefferer@fh-koeln.de.
buildKrigingDACE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.