powered by
This helper function defines state-dependent distributions for the {fHMM} package.
fHMM_sdds(sdds)# S3 method for fHMM_sdds print(x, ...)
# S3 method for fHMM_sdds print(x, ...)
A list of length length(sdds). Each element again is a list, containing
list
length(sdds)
the "name" of the distribution
"name"
and a list "pars" of its parameters, where unknown parameters are set to NULL.
"pars"
NULL
A character (vector) of length two that can be specified for "sdds" in set_controls.
character
"sdds"
set_controls
Currently not used.
if (FALSE) { sdds <- c("t(sigma = 0.1, df = Inf)", "gamma", "lnorm(mu = 1)") fHMM_sdds(sdds) }
Run the code above in your browser using DataLab