View source: R/ldhmm-log_forward.R
ldhmm.log_forward | R Documentation |
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)
ldhmm.log_forward(object, x)
ldhmm.log_backward(object, x)
object |
an ldhmm object |
x |
numeric, the observations. |
numeric, the log probabilities
Stephen H. Lihn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.