Skip to content

Commit

Permalink
Merge pull request #79 from isaacsas/debio-typo-fix
Browse files Browse the repository at this point in the history
fix type in Brownian motion description
  • Loading branch information
ChrisRackauckas authored Oct 19, 2019
2 parents cc6c6eb + 73a99c7 commit ccbfaf2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions html/models/03-diffeqbio_I_introduction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion notebook/models/03-diffeqbio_I_introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
{
"cell_type": "markdown",
"source": [
"where $W_t$ denotes a standard Brownian Motion. We can solve the CLE SDE model\nby creating an SDEProblem and solving it similar to what we did for ODEs above:"
"where each $W_i(t)$ denotes an independent Brownian Motion. We can solve the CLE\nSDE model by creating an `SDEProblem` and solving it similar to what we did for\nODEs above:"
],
"metadata": {}
},
Expand Down
Binary file modified pdf/models/03-diffeqbio_I_introduction.pdf
Binary file not shown.
5 changes: 3 additions & 2 deletions tutorials/models/03-diffeqbio_I_introduction.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,9 @@ x = latexify(bdp, noise=true, cdot=false, starred=true);
display("text/latex", "$x");
```

where $W_t$ denotes a standard Brownian Motion. We can solve the CLE SDE model
by creating an SDEProblem and solving it similar to what we did for ODEs above:
where each $W_i(t)$ denotes an independent Brownian Motion. We can solve the CLE
SDE model by creating an `SDEProblem` and solving it similar to what we did for
ODEs above:

```julia
# SDEProblem for CLE
Expand Down

0 comments on commit ccbfaf2

Please sign in to comment.