CorrParam | R Documentation |
The procedure returns a list with the names of the parameters of a given correlation model.
CorrParam(corrmodel)
corrmodel |
String: the name associated to a given correlation model. |
The function return a list with the Parameters of a Correlation Model
Return a vector string of correlation parameters.
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
GeoCovmatrix
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.