simulPar-covAll-method: Draw Random Values for the Parameters of a Covariance Kernel

simulPar,covAll-methodR Documentation

Draw Random Values for the Parameters of a Covariance Kernel

Description

Draw random values for the parameters of a covariance kernel

object.

Usage


## S4 method for signature 'covAll'
simulPar(object, nsim = 1L, seed = NULL)

Arguments

object

A covariance kernel.

nsim

Number of drawings.

seed

Seed for the random generator.

Details

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

Value

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


kergp documentation built on May 29, 2024, 10:25 a.m.