View source: R/updateMatrixP.R
updateMatrixP | R Documentation |
Updates the probability matrix
updateMatrixP(P = getMatrixP(), u)
P |
matrix P. Default |
u |
list of factors used for the update |
a matrix with updated transition probabilities
u <- list(k = 2) R <- updateMatrixP(u = u)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.