CorrelationParam {CompRandFld} | R Documentation |
Subroutine called by InitParam and other procedures. The procedure returns a list with the parameters of a given correlation model.
CorrelationParam(corrmodel)
corrmodel |
String; the name of a correlation model. See |
for details
Simone Padoan, simone.padoan@unibocconi.it, http://faculty.unibocconi.it/simonepadoan; Moreno Bevilacqua, moreno.bevilacqua@uv.cl, https://sites.google.com/a/uv.cl/moreno-bevilacqua/home.
require(CompRandFld) ################################################################ ### ### Example 1. Parameters of the Matern correlation model ### ############################################################### CorrelationParam("matern") ################################################################ ### ### Example 2. Parameters of the Gneiting correlation model ### ############################################################### CorrelationParam("gneiting")