parsCovFuns: Parameter Names for Covariance Function(s)

Description Usage Arguments Value Author(s) See Also Examples

Description

Provides a list of parameter names for the given covariance function(s), excluding the nugget which is added elsewhere.

Usage

1

Arguments

type

Name(s) of covariance functions, see namesCovFuns.

list

Always return a list (if FALSE returns a vector if possible)

Value

Character vector with parameter names (excluding the nugget), NULL if the name is unknown. Returns a list if type contains more than one element.

Author(s)

Johan Lindstrom

See Also

Other covariance functions: crossDist, evalCovFuns, makeSigmaB, makeSigmaNu, namesCovFuns, updateCovf

Examples

1
2
3
4
5
6
  ##all possible parameters
  parsCovFuns()
  ##just one covariance function
  parsCovFuns("exp")
  ##non existant covariance function
  parsCovFuns("bad.name")

SpatioTemporal documentation built on May 2, 2019, 8:49 a.m.