Skip to content

Commit

Permalink
remove note in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Nov 28, 2023
1 parent 22dcd5f commit 51e2909
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions docs/src/tutorials/simple_poisson_process.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# [Simple Poisson Processes in JumpProcesses] (@id poisson_proc_tutorial)

In this tutorial, we show how to simulate several Poisson jump processes, for
several types of intensities and jump distributions. Readers interested
primarily in chemical or population process models, where several types of jumps
may occur, can skip directly to the [second tutorial](@ref ssa_tutorial) for a
tutorial covering similar material but focused on the SIR model.

!!! note

If you have a background in point process theory, we recommend that
you read our example on [modelling temporal point processes with
JumpProcesses](@ref tpp_tutorial)
several types of intensities and jump distributions.

Readers interested primarily in chemical or population process models, where
several types of jumps may occur, can skip directly to the [second
tutorial](@ref ssa_tutorial) for a tutorial covering similar material but
focused on the SIR model. Readers with a background in point process theory can
skip directly to [modelling temporal point processes with JumpProcesses](@ref
tpp_tutorial).

JumpProcesses allows the simulation of jump processes where the transition rate,
i.e., intensity or propensity, can be a function of the current solution, current
Expand Down

0 comments on commit 51e2909

Please sign in to comment.