We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c81e86 commit 44171b4Copy full SHA for 44171b4
docs/src/interfaces/Ensembles.md
@@ -447,7 +447,7 @@ compatible with adaptive timestepping. Using adaptivity is usually more efficien
447
We can compute the mean and the variance at the 3rd timestep using:
448
449
```@example ensemble4
450
-using DifferentialEquations.EnsembleAnalysis
+using SciMLBase.EnsembleAnalysis
451
m, v = timestep_meanvar(sim, 3)
452
```
453
0 commit comments