Skip to content

Commit

Permalink
Update docs/src/tutorials/simple_poisson_process.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
  • Loading branch information
gzagatti and isaacsas committed Nov 28, 2023
1 parent 6337b45 commit cbc67a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/simple_poisson_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ We next create a [`JumpProblem`](@ref) that wraps the discrete problem, and
specifies which sampling algorithm, called an aggregator in JumpProcesses, to
use for determining next jump times (and in the case of multiple possible jumps
the next jump type). We call them aggregators because these algorithms are
methods for aggregating a set of jumps to determine the next jump time. Here
methods for aggregating a set of jumps to determine the next jump time and type. Here
we use the classical `Direct` method, proposed by Gillespie in the chemical
reaction context, but going back to earlier work by Doob and others (and also
known as Kinetic Monte Carlo in the physics literature)
Expand Down

0 comments on commit cbc67a3

Please sign in to comment.