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

View source: R/ldhmm-state_pdf.R

ldhmm.state_pdfR 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


ldhmm documentation built on May 29, 2024, 7:05 a.m.