50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


lgpr (version 1.2.4)

create_model.options: Parse the given modeling options

Description

Parse the given modeling options

Usage

create_model.options(options, verbose)

Value

a named list of parsed options

Arguments

options

A named list with the following possible fields:

  • delta Amount of added jitter to ensure positive definite covariance matrices.

  • vm_params Variance mask function parameters (numeric vector of length 2).

If options is NULL, default options are used. The defaults are equivalent to options = list(delta = 1e-8, vm_params = c(0.025, 1)).

verbose

Should some informative messages be printed?