make.variance: Variance Functions

Description Usage Details Value See Also Examples

Description

Returns a list of functions that calculate a (possibly state and parameter dependent) variance.

Usage

1
2
3

Details

make.cvar requires the specification of further elements in the list. In particular the element more should be a list containing

Value

A list of functions that calculate a variance function and its derivatives, in a form compatible with the collocation inference functions.

make.cvar

returns a variance that is constant but may depend on parameters

make.var.SEIR

returns a state-dependent transition covariance matrix calculated for the SEIR equations.

See Also

make.multinorm

Examples

1
2
3
4
# Multivariate normal observation of the state vector.

lik = make.multinorm()
lik$more = c(make.id(),make.cvar())

CollocInfer documentation built on May 2, 2019, 4:03 a.m.