getA01 | R Documentation |
New way of finding Bin ! (Now A)
getA01(m, li0, f0x, f1x, Pis)
m |
the number of positions (hypothesis) |
f0x |
a vector of the values of the density under the null hypothesis on the observations |
f1x |
a vector of the values of the density under the alternative hypothesis on the observations |
A |
a matrix 2 * 2 the transition probabilities |
alpha |
a matrix m * 2 containing the forward variables |
beta |
a matrix m * 2 containing the backward variables |
Product of matrices
A <- matrix(1:9, 3, 3)
B <- matrix(11:19, 3, 3)
matrix_mult_cpp(A, B)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.