Skip to content

Commit 4854048

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_applications/advanced_simulations.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 6c8ec10 commit 4854048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/advanced_simulations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ plot(sol_1; idxs = :X1, ylimit = (0.0, 20.0))
312312
Here we can see that the `X` concentration fluctuates around a steady state of $X≈10.0$.
313313

314314
Next, we wish to introduce a noise scaling parameter ,`η`. This will scale the
315-
noise magnitude so that for $η0.0$ the system lacks noise (and its SDE
315+
noise magnitude so that for $η=0.0$ the system lacks noise (and its SDE
316316
simulations are identical to its ODE simulations) and for $η=1.0$ noise is not
317317
scaled (and SDE simulations are identical to as if no noise scaling was used).
318318
Setting $η<1.0$ will reduce noise and $η>1.0$ will increase noise. The syntax

0 commit comments

Comments
 (0)