getModelLists {cocons}R Documentation

Builds the necessary input for building covariance matrices

Description

Returns a list of parameter vectors for each of the aspects.

Usage

getModelLists(theta, par.pos, type = 'diff')

Arguments

theta

a vector of length p, where p is the number of parameters for each of the models

par.pos

a list detailing in which position of each aspect the elements of theta should be placed. Expected to be output of getDesignMatrix

type

whether parameters are related to a classical parameterization ('classic') or a difference parameterization 'diff' . Default set to 'diff'.

Value

a list() of different spatial aspects and mean required for the cov.rns functions

Author(s)

Federico Blasi


[Package cocons version 0.1 Index]