Description Usage Arguments Details Value Author(s) See Also
kmNoNugget.init
is used to give initial values to fit kriging models when there is no nugget effect nor noisy observations.
1 | kmNoNugget.init(model, fn, fnscale)
|
model |
an object of class |
fn |
the function considered: |
fnscale |
a real number which sign determines the direction for optimization: <0 for |
The procedure can be summarized in 2 stages:
1) | If no initial value is provided by the user for the covariance parameters, simulate them uniformly inside the domain delimited by model@lower and model@upper . The number of simulations is the one given in model@control$pop.size . |
2) | Compute the likelihood for each parameters set, and select the one(s) that gives the highest value(s). The number of values considered can be set by the argument multistart in km .
|
par |
a matrix whose rows contain initial vectors of parameters. |
value |
a vector containing the function values corresponding to |
cov |
a list containing the covariance objects corresponding to |
lower |
, |
upper |
vectors containing lower and upper bounds for parameters. |
O. Roustant, David Ginsbourger, Ecole des Mines de St-Etienne.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.