Skip to content

Commit

Permalink
Merge pull request #72 from ndalton12/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ChrisRackauckas authored Jul 23, 2019
2 parents 4e03163 + 62640b2 commit 231526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ prob = SDEProblem(trueODEfunc,true_noise_func,u0,tspan)
```

For our dataset we will use DifferentialEquations.jl's [parallel ensemble interface](http://docs.juliadiffeq.org/latest/features/ensemble.html)
to generate ata from the average of 100 runs of the SDE:
to generate data from the average of 100 runs of the SDE:

```julia
# Take a typical sample from the mean
Expand Down

0 comments on commit 231526b

Please sign in to comment.