powered by
Provides a list of parameter names for the given covariance function(s), excluding the nugget which is added elsewhere.
parsCovFuns(type = namesCovFuns(), list = FALSE)
Name(s) of covariance functions, see namesCovFuns.
namesCovFuns
Always return a list (if FALSE returns a vector if possible)
Character vector with parameter names (excluding the nugget), NULL if the name is unknown. Returns a list if type contains more than one element.
NULL
Other covariance functions: crossDist, evalCovFuns, makeSigmaB, makeSigmaNu, namesCovFuns, updateCovf
crossDist
evalCovFuns
makeSigmaB
makeSigmaNu
updateCovf
# NOT RUN { ##all possible parameters parsCovFuns() ##just one covariance function parsCovFuns("exp") ##non existant covariance function parsCovFuns("bad.name") # }
Run the code above in your browser using DataLab