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