make.variance | R Documentation |
Returns a list of functions that calculate a (possibly state and parameter dependent) variance.
make.cvar()
make.var.SEIR()
make.cvar
requires the specification of further elements in the list. In particular
the element more
should be a list containing
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. |
make.multinorm
# Multivariate normal observation of the state vector.
lik = make.multinorm()
lik$more = c(make.id(),make.cvar())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.