Toy simulation
This commit is contained in:
parent
cbe454120f
commit
94f25c078f
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ alpha <- matrix(
|
|||
c(
|
||||
0.9, 0.05, 0.05,
|
||||
0.05, 0.6, 0.05,
|
||||
0.05, 0.05, 0.4
|
||||
0.35, 0.05, 0.78
|
||||
),
|
||||
nrow = 3L, byrow = TRUE
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue