Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
WIP: Covid sde (#867)
Browse files Browse the repository at this point in the history
* First stab at the ODEs

* System of ODEs for the  simple case

* Converted to the b, specification

* Converted to R instead of beta

* Added material on the SDE

* Added simple example as well as sketch on stochastics.

* Up to stochastics...

* Done with the SDE.  About to do the Jumps

* Finished the Jump Diffusion

* JuMP Diffusion compiling and running

* A few more visualization ideas

* minor corrections

* Moved to continous_time section

* COVID SDE lecture edits (#870)

* Comment on heuristics in the CIS process

* Plotting tweaks with labels, etc.

* minor typos and rephrasing

* Reorganization of the SDE stuff in progress

* Updated the SDE model up to the output_func

* Added reinfection and fixed a few typos

* Updated sde and detemrinistic lectures

Co-authored-by: John Stachurski <john.stachurski@gmail.com>
Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
  • Loading branch information
3 people authored Jul 22, 2020
1 parent 0b7af31 commit 7038f71
Show file tree
Hide file tree
Showing 11 changed files with 3,057 additions and 4 deletions.
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@
'more_julia': [],
'multi_agent_models': [],
'time_series_models': [],
'tools_and_techniques': []
'tools_and_techniques': [],
'continuous_time': []
}

jupyter_download_nb_execute=True
Expand Down
Loading

0 comments on commit 7038f71

Please sign in to comment.