Skip to content

Commit

Permalink
Update docs/src/catalyst_applications/advanced_simulations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas committed Nov 22, 2023
1 parent e4dca20 commit 141bb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/catalyst_applications/advanced_simulations.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ sol_2 = solve(sprob_2, ImplicitEM())
plot(sol_2; idxs = :X1, ylimit = (0.0, 20.0))
```

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`):
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`):
```@example ex3
rn_3 = @reaction_network begin
@noise_scaling_parameters η1 η2
Expand Down

0 comments on commit 141bb6e

Please sign in to comment.