ldhmm.conditional_prob: Computing the conditional probabilities

Description Usage Arguments Value Author(s)

View source: R/ldhmm-conditional_prob.R

Description

This utility computes the conditional probabilities that observation at time t equals xc, given all observations other than that at time t being the same.

Usage

1
ldhmm.conditional_prob(object, x, xc)

Arguments

object

an ldhmm object

x

numeric, the observations.

xc

numeric, the conditional observations.

Value

matrix of probabilities, size of xc times size of x.

Author(s)

Stephen H. Lihn


ldhmm documentation built on Jan. 11, 2020, 9:16 a.m.