Learn R Programming

ldhmm (version 0.6.1)

ldhmm.state_pdf: Computing the PDF per state given the observations

Description

Computing the PDF per state given the observations. Only one of state or x can be a vector per call.

Usage

ldhmm.state_pdf(object, state, x)

Value

a vector or matrix of PDF. The dimension of matrix is state times x

Arguments

object

an ldhmm object

state

numeric, the states.

x

numeric, the observations.

Author

Stephen H. Lihn