Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Nov 1, 2018
2 parents 5df68d7 + 7ddf17d commit b991174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Update Steps

The basic particle filtering step in ParticleFilters.jl consists of three steps:
The basic particle filtering step in ParticleFilters.jl is implemented in the [`update`](@ref) function, and consists of three steps:

1. Prediction (or propagation) - each state particle is simulated forward one step in time
2. Reweighting - an explicit measurement (observation) model is used to calculate a new weight
Expand Down

0 comments on commit b991174

Please sign in to comment.