initialize,prior.ode-method {fitode} | R Documentation |
the initializer for prior.ode
Description
the initializer for prior.ode
Usage
## S4 method for signature 'prior.ode'
initialize(
.Object,
name,
model,
observation = "X",
par = NULL,
keep_grad = TRUE
)
Arguments
.Object |
object |
name |
name of the distribution |
model |
the formula specifying the model |
observation |
observation variable name |
par |
additional parameter names |
keep_grad |
maintain the gradient as part of the model |
Value
An object of class “prior.ode” as described in prior.ode-class
.
[Package fitode version 0.1.1 Index]