| Damp-class | R Documentation |
Priors specified using DLM can include damping terms. The
coefficient can be supplied and treated as known, in which case an object
of class DampKnown is used. Alternatively, the coefficient can be
estimated from the data, using a beta prior, in which case an object
of class DampUnknown is used. Damp is a virtual superclass
for DampKnown and DampUnknown.
phiCoefficient, which must be between 0 and 1.
minPhiMinimum value for coefficient.
maxPhiMaximum value for coefficient.
shape1PhiFirst 'sample size' parameter in beta prior for coefficient.
shape2PhiSecond 'sample size' parameter in beta prior for coefficient.
In normal usage, it should not be necessary to
access, or even know about, the slots of a
Damp object. The slots are not part of
the API of the package, and may change in future.
Objects of class Damp are created by a call to function
Damp.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.