Skip to content

Commit

Permalink
Merge pull request #123 from stan-dev/convert-odes
Browse files Browse the repository at this point in the history
Added convert_odes case study (design-doc #19)
  • Loading branch information
mitzimorris committed Jul 27, 2020
2 parents 6d627d3 + eb2964a commit c75cbcb
Show file tree
Hide file tree
Showing 2 changed files with 682 additions and 0 deletions.
25 changes: 25 additions & 0 deletions users/documentation/case-studies.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,31 @@ for code, Creative Commons for text)</span>; authors retain all copyright.
<hr style="margin:0.25em 0 0.25em 0;"/>
<hr style="margin:0 0 2em 0;"/>

## Upgrading to the new ODE interface

<small> Cmdstan 2.24 introduces a new ODE interface intended to make it easier to
specify the ODE system function. This document should serve as an overview of the
interface changes as well as a tutorial for converting code written with the old
ODE interface.</small>

[View](case-studies/convert_odes.html) <span class="note">(HTML)</span>

Authors
: Ben Bales, Sebastian Weber

Keywords
: ordinary differential equations, cmdstanr, Stan programming

Source Repository
: [example-models/knitr/convert-odes](https://github.com/stan-dev/example-models/tree/master/knitr/convert-odes)
<span class="note">(GitHub)</span>

Dependencies
: <tt style="font-size: 90%">CmdStanR</tt>

License
: BSD (3 clause), CC-BY

## Bayesian Workflow for disease transmission modeling in Stan

<small>
Expand Down
Loading

0 comments on commit c75cbcb

Please sign in to comment.