We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad45be commit 3cedbcbCopy full SHA for 3cedbcb
md/Particle-Filtering.md
@@ -11,7 +11,7 @@ __function__ PARTICLE-FILTERING(__e__, _N_, _dbn_) __returns__ a set of samples
11
 __for__ _i_ = 1 to _N_ __do__
12
   _S_\[_i_\] ← sample from __P__(__X<sub>1</sub>__ | __X<sub>0</sub>__ = _S_\[_i_\]) /\* step 1 \*/
13
   _W_\[_i_\] ← __P__(__e__ | __X<sub>1</sub>__ = _S_\[_i_\])       /\* step 2 \*/
14
- _S_ ← WEIGHTED\-SAMPLE\-WITH\-REPLACEMENT(_N_, _S_, _W_) /\* step 3 \*/
+ _S_ ← WEIGHTED\-SAMPLE\-WITH\-REPLACEMENT(_N_, _S_, _W_)  /\* step 3 \*/
15
 __return__ _S_
16
17
---
0 commit comments