Skip to content

Commit 6ee1ae0

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

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
@@ -334,7 +334,7 @@ sol_2 = solve(sprob_2, ImplicitEM())
334334
plot(sol_2; idxs = :X1, ylimit = (0.0, 20.0))
335335
```
336336

337-
It is worth noting that in the CLE, nosie is tied to *reactions* (and not species, which is a common missperception). If only a single noise scaling parameter is given, it will scale the noise for all reaction. However, it is also possible to set several nosie scaling parameters, with each scaling the noise of a single reaction. Our model has two reactions (`X1 --> X2` and `X2 --> X1`) so we will use two noise scaling parameters (`η1` and `η2`):
337+
It is worth noting that in the CLE, nosie is tied to *reactions* (and not species, which is a common missperception). If only a single noise scaling parameter is given, it will scale the noise for all reactions. However, it is also possible to set several noise scaling parameters, with each scaling the noise of a single reaction. Our model has two reactions (`X1 --> X2` and `X2 --> X1`) so we will use two noise scaling parameters (`η1` and `η2`):
338338
```@example ex3
339339
rn_3 = @reaction_network begin
340340
@noise_scaling_parameters η1 η2

0 commit comments

Comments
 (0)