ldhmm.state_pdf {ldhmm} | R Documentation |
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)
Arguments
object |
an ldhmm object |
state |
numeric, the states. |
x |
numeric, the observations. |
Value
a vector or matrix of PDF. The dimension of matrix is state times x
Author(s)
Stephen H. Lihn
[Package ldhmm version 0.6.1 Index]