Description Objects from the class Slots Methods Author(s) See Also Examples
MultDiffModel is a virtual class which represents multivariate diffusion models.
A virtual class: No objects may be created from it.
The class is extended by the class OUModel, the objects of
which represent multivariate Ornstein-Uhlenbeck diffusion models.
data: An object of class ContinuousProcess
containing the data used to estimate the model and additional
information about the structure of the data.
parameters: A list of the parameters of the model.
sufficientStat: An environment.
hasSufficientStat: An object of type
logical. Flag to indicate if sufficient statistics are computed.
signature(object = "MultDiffModel", ...):
Returns the slot data as an object of class
ContinuousProcess.
signature(object = "MultDiffModel", ...):
Returns the slot
parameters as a list.
signature(object = "MultDiffModel", parameters = NULL,
lossType = 1, ...): Returns the value of the
type 1 or 2 loss function. Uses data from object. If
parameters are missing, the parameters from
object are used. If parameters are not
missing, they must be specified as a list of parameters which
are compatible with object. lossType must be either
1 or 2.
Nina Munkholt, nina.m@math.ku.dk
1 | showClass("MultDiffModel")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.