Description Usage Arguments Details Value Author(s) See Also Examples
The function estimates the (hyper)parameters of a list of covariance models 'models
' by
the Restricted Maximum Likelihood (REML) estimation method.
1 2 |
models |
object either of class |
Xs |
matrix of sample points (design points) |
data |
data frame of simulated sample means of statistics
first column corresponds to the first model in the list ' |
controls |
list of control parameters, see |
cl |
cluster object, |
verbose |
logical, |
The function fits a list of covariance models using the REML method. In order to avoid singularities
of the so-called trend matrices make sure to use at least the minimum required number of sample points given by
'Xs
' which depends on trend order, see setCovModel
. THe use is given an advice if the trend order does
not match the required number of (initial) design points.
An object of class reml
which consists of a list of named lists
(of elements 'model
' and 'convergence
') each storing a fitted covariance model
together with optimization results from a call to nloptr
as an attribute
named 'optres
' if verbose=TRUE
. The default method for estimation is mlsl
which
uses random starting points and thus produces different results if it is run more than onces. If the results strongly vary,
then the corresponding REML function might have many local minima which precludes the use of this default algorithm and another
one, e.g. 'NLOPT_GN_DIRECT
' (see nloptr.print.options
), might lead to better results.
M. Baaske
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.