Skip to content

Commit 9c47b27

Browse files
Update sde_premade_problems.jl
1 parent 651753f commit 9c47b27

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/sde_premade_problems.jl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,18 @@ Tocino and Ardanuy
151151
"""
152152
prob_sde_nltest = SDEProblem(ff_nltest,σ_nltest,1.0,(0.0,10.0))
153153

154+
@doc doc"""
155+
oval2ModelExample(;largeFluctuations=false,useBigs=false,noiseLevel=1)
156+
157+
A function which generates the Oval2 Epithelial-Mesenchymal Transition model
158+
from:
159+
160+
Rackauckas, C., & Nie, Q. (2017). Adaptive methods for stochastic differential equations
161+
via natural embeddings and rejection sampling with memory. Discrete and continuous
162+
dynamical systems. Series B, 22(7), 2731.
163+
164+
19 SDEs which are only stiff during transitions between biological states.
165+
"""
154166
function oval2ModelExample(;largeFluctuations=false,useBigs=false,noiseLevel=1)
155167
#Parameters
156168
J1_200=3.

0 commit comments

Comments
 (0)