Toy simulation

This commit is contained in:
Louis Lacoste 2024-05-27 17:08:57 +02:00
parent cbe454120f
commit 94f25c078f

View file

@ -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
)