fHMM_sdds | R Documentation |
This helper function defines state-dependent distributions.
fHMM_sdds(sdds, states)
## S3 method for class 'fHMM_sdds'
print(x, ...)
sdds |
A
The distribution parameters, i.e. the
can be fixed via, e.g., If By default, |
states |
An If By default, |
... |
Currently not used. |
A list
of length 1
(or 2
in the hierarchical case).
Each element again is a list
, containing
the "name"
of the distribution
and a list "pars"
of its parameters, where unknown parameters are
set to NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.