Skip to content

Commit 1077101

Browse files
Update sde_example.md
1 parent 2360665 commit 1077101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/sde_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Additionally, we can easily calculate the correlation between the values at `t=0
131131
and `t=0.7` via
132132

133133
```@example sde
134-
DE.timepoint_meancor(sol, 0.2, 0.7) # Gives both means and then the correlation coefficient
134+
DE.EnsembleAnalysis.timepoint_meancor(sol, 0.2, 0.7) # Gives both means and then the correlation coefficient
135135
```
136136

137137
## Example 2: Systems of SDEs with Diagonal Noise

0 commit comments

Comments
 (0)