Description Usage Arguments Value Examples
backwardAlg performs the backward algorithm on a single
trajecture of observed chain x.
b (in log scale), where b[k,t] = P( x[t+1,n]=k | Z[t]=k )
| 1 | backwardAlg(x, RNA, trans, alpha, beta, E)
 | 
| x | a vector of observed states | 
| RNA | a 0-1 vector. 1 if next 3-base is stop codon | 
| trans | a vector c(rho_u, rho, delta) | 
| alpha | shape parameter in gamma distribution | 
| beta | rate parameter in gamma distribution | 
| E | a scalar. Normalizing constant for the observed chain x. | 
A matrix, b (in log scale).
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.