Skip to content

Commit cef1cc3

Browse files
committed
comments
1 parent d9e09ef commit cef1cc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

probability/smc.v

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,11 @@ under eq_bigr=> k _.
159159
On the paper, the summation of all `Pr[ X = k ] * `Pr[ Y = (i - k) ] equals to (#|'I_p|%:R^-1)
160160
is because
161161

162-
`Pr[ X = k ] = 1
162+
\sum_k `Pr[ X = k ] = 1
163163
`Pr[ Y = (i - k) ] = 1/p
164164

165165
But here we need first pull the `Pr[ Y = (i - k0)%mcR ] from the function?
166+
(saikawa) use big_distrl or big_distrr
166167

167168
*)
168169

0 commit comments

Comments
 (0)