Learn R Programming

kergp (version 0.5.7)

simulPar: Generic function: Draw Random Values for the Parameters of a Covariance Kernel

Description

Generic function to draw random values for the parameters of a covariance kernel object.

Usage

simulPar(object, nsim = 1L, seed = NULL, ...)

Value

A matrix with nsim rows and npar(object) columns.

Arguments

object

A covariance kernel.

nsim

Number of drawings.

seed

Seed for the random generator.

...

Other arguments for methods.

Details

Draw random values for the parameters of a covariance kernel object using the informations coefLower and coefUpper.