-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Examples of ways to model noise #1209
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment otherwise feel free to merge (I haven't really read through it carefully, just very quickly skimmed).
docs/pages.jl
Outdated
@@ -22,6 +22,7 @@ pages = Any[ | |||
"Examples" => Any[ | |||
"model_creation/examples/basic_CRN_library.md", | |||
"model_creation/examples/programmatic_generative_linear_pathway.md", | |||
"model_creation/examples/noise_modelling_approaches.md", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put this second to last in the list. That would keep the ODE-based models next to each other, and to some degree I think they are simpler examples than this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good, will update
A short tutorial of ways to model noise. Builds on #1191.
In principle ready, but I want to read through it one or two more times before I am confident.