control.profile {PrevMap} | R Documentation |
Auxliary function for controlling profile log-likelihood in the linear Gaussian model
Description
Auxiliary function used by loglik.linear.model
. This function defines whether the profile-loglikelihood should be computed or evaluation of the likelihood is required by keeping the other parameters fixed.
Usage
control.profile(
phi = NULL,
rel.nugget = NULL,
fixed.beta = NULL,
fixed.sigma2 = NULL,
fixed.phi = NULL,
fixed.rel.nugget = NULL
)
Arguments
phi |
a vector of the different values that should be used in the likelihood evalutation for the scale parameter |
rel.nugget |
a vector of the different values that should be used in the likelihood evalutation for the relative variance of the nugget effect |
fixed.beta |
a vector for the fixed values of the regression coefficients |
fixed.sigma2 |
value for the fixed variance of the Gaussian process |
fixed.phi |
value for the fixed scale parameter |
fixed.rel.nugget |
value for the fixed relative variance of the nugget effect; |
Value
A list with components named as the arguments.
Author(s)
Emanuele Giorgi e.giorgi@lancaster.ac.uk
Peter J. Diggle p.diggle@lancaster.ac.uk