Learn R Programming

hmma (version 1.1.0)

hmmaExampleData: An example dataset for use on HMM-As

Description

This dataset has been generated using a HMM-A with two different Bayesian networks. The observations consist of 100 sequences of length 20.

Usage

hmmaExampleData

Arguments

Format

A list with the following items

x

All observations.

N

The length of the observation sequence.

Details

The sum of all observation lengts (hmmaExampleData$N) must be equal to the total number of observations (hmmExampleData$x).