ldhmm.log_forward: Computing the log forward and backward probabilities

Description Usage Arguments Value Author(s)

View source: R/ldhmm-log_forward.R

Description

This utility computes the logarithms of the forward and backward probabilities, aka alpha and beta. The logarithm keeps the computation away from floating point under/over-flow. (Zucchini, 5.4)

Usage

1
2
3
ldhmm.log_forward(object, x)

ldhmm.log_backward(object, x)

Arguments

object

an ldhmm object

x

numeric, the observations.

Value

numeric, the log probabilities

Author(s)

Stephen H. Lihn


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