Algorithm 1.
RB-CPF-AS
Input: , θ = θk−1 | |
Output: z̃1:T [k] ~ ℳθk−1 (·|z̃1:T [k − 1]) | |
Compute according to (19a)–(19g) | |
Draw with for i = 1, …, N | |
Compute , and for i = 1, …, N | |
for t=2 to T do | |
![]() |
Draw with for i = 1, …, N |
// Resampling and ancestor sampling | |
Draw with for i = 1, …, N | |
Compute according to (18a) and (18b) | |
Draw according to (15) for i = 1, …, N | |
// Particle propagation | |
Set for i = 1, …, N | |
Set , | |
| |
// Weighting | |
Compute , and | |
Compute weights according to (20) | |
Draw J with and set . |