rbn.hssm: Random emission from Bayesian network.

Description Usage Arguments Value

View source: R/rbn.hssm.R

Description

rbn.hsmm returns a random sample from the Bayesian network in the given state for the given model.

Usage

1
2
## S3 method for class 'hssm'
rbn(state, model)

Arguments

state

The state of the model.

model

The model.

Value

A vector with the samples of each node in the Bayesian network.


hmma documentation built on July 2, 2020, 12:10 a.m.