Learn R Programming

CompRandFld (version 1.0.3-6)

CorrelationParam: Lists the Parameters of a Correlation Model

Description

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

Usage

CorrelationParam(corrmodel)

Arguments

corrmodel

String; the name of a correlation model. See Covmatrix

See Also

FitComposite

Examples

Run this code
# NOT RUN {
require(CompRandFld)
################################################################
###
### Example 1. Parameters of the  Matern correlation model
###
###############################################################

CorrelationParam("matern")

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

CorrelationParam("gneiting")
# }

Run the code above in your browser using DataLab