Learn R Programming

HiddenMarkov (version 1.8-13)

Demonstration: Demonstration Examples

Description

Demonstration examples can be run by executing the code below.

Arguments

Examples

Run this code
# NOT RUN {
#   Model with class "dthmm" with the Beta distribution
demo("beta", package="HiddenMarkov")

#   Model with class "dthmm" with the Gamma distribution
demo("gamma", package="HiddenMarkov")
 
#   Model with class "dthmm" with the Log Normal distribution
demo("lnorm", package="HiddenMarkov")
 
#   Model with class "dthmm" with the Logistic distribution
demo("logis", package="HiddenMarkov")

#   Model with class "dthmm" with the Gaussian distribution
demo("norm", package="HiddenMarkov")
# }

Run the code above in your browser using DataLab