CorrParam function

Lists the Parameters of a Correlation Model

Lists the Parameters of a Correlation Model

The procedure returns a list with the names of the parameters of a given correlation model. UTF-8

CorrParam(corrmodel)

Arguments

  • corrmodel: String: the name associated to a given correlation model.

Returns

Return a vector string of correlation parameters.

Details

The function return a list with the Parameters of a Correlation Model

See Also

GeoCovmatrix

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

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")
  • Maintainer: Moreno Bevilacqua
  • License: GPL (>= 3)
  • Last published: 2025-01-14