fHMM_sdds {fHMM} | R Documentation |
Define state-dependent distributions
Description
This helper function defines state-dependent distributions.
Usage
fHMM_sdds(sdds, states)
## S3 method for class 'fHMM_sdds'
print(x, ...)
Arguments
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. |
Value
A list
of length 1
(or 2
in the hierarchical case).
Each element again is a list
, containing
the
"name"
of the distributionand a list
"pars"
of its parameters, where unknown parameters are set toNULL
.