CorrelationParam: Lists the Parameters of a Correlation Model

Description Usage Arguments Author(s) See Also Examples

View source: R/Utility.r

Description

Subroutine called by InitParam and other procedures. The procedure returns a list with the parameters of a given correlation model.

Usage

1
CorrelationParam(corrmodel)

Arguments

corrmodel

String; the name of a correlation model. See Covmatrix

for details

Author(s)

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.

See Also

FitComposite

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
require(CompRandFld)
################################################################
###
### Example 1. Parameters of the  Matern correlation model
###
###############################################################

CorrelationParam("matern")

################################################################
###
### Example 2. Parameters of the  Gneiting correlation model
###
###############################################################

CorrelationParam("gneiting")

CompRandFld documentation built on Jan. 10, 2020, 9:08 a.m.