CorrParam {GeoModels} | R Documentation |
Lists the Parameters of a Correlation Model
Description
The procedure returns a list with the names of the parameters of a given correlation model.
Usage
CorrParam(corrmodel)
Arguments
corrmodel |
String: the name associated to a given correlation model. |
Details
The function return a list with the Parameters of a Correlation Model
Value
Return a vector string of correlation parameters.
Author(s)
Moreno Bevilacqua, moreno.bevilacqua89@gmail.com,https://sites.google.com/view/moreno-bevilacqua/home, Víctor Morales Oñate, victor.morales@uv.cl, https://sites.google.com/site/moralesonatevictor/, Christian", Caamaño-Carrillo, chcaaman@ubiobio.cl,https://www.researchgate.net/profile/Christian-Caamano
See Also
Examples
require(GeoModels)
################################################################
###
### Example 1. Parameters of the Matern model
###
###############################################################
CorrParam("Matern")
################################################################
###
### Example 2. Parameters of the Generalized Wendland model
###
###############################################################
CorrParam("GenWend")
################################################################
###
### Example 3. Parameters of the Generalized Cauchy model
###
###############################################################
CorrParam("GenCauchy")
################################################################
###
### Example 4. Parameters of the space time Gneiting model
###
###############################################################
CorrParam("Gneiting")
################################################################
###
### Example 5. Parameters of the bi-Matern separable model.
### Note that in the bivariate case variance paramters are
### included
###############################################################
CorrParam("Bi_Matern_sep")
[Package GeoModels version 2.0.4 Index]