Skip to content

Commit 8f3c86e

Browse files
Merge pull request #621 from SciML/ChrisRackauckas-patch-6
Fix AI hallucinated reference
2 parents 7019020 + 529907d commit 8f3c86e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/algorithms.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ package which automatically selects optimal algorithms based on problem characte
8080
maximum accuracy is required.
8181
8282
## References
83-
- Kastner, F. and Rößler, A., "LevyArea.jl: Lévy area simulation in Julia",
84-
Journal of Open Source Software (2023)
83+
- Kastner, F., Rößler, A.: An analysis of approximation algorithms for iterated stochastic
84+
integrals and a Julia and MATLAB simulation toolbox. Numerical Algorithms 93, 27–66 (2023)
8585
- Wiktorsson, M. "Joint characteristic function and simultaneous simulation of
8686
iterated Itô integrals for multiple independent Brownian motions" (2001)
8787
- Implemented via LevyArea.jl package integration (PR #459)

0 commit comments

Comments
 (0)