Skip to content

Commit c3a633c

Browse files
committed
fix typo
1 parent ccf5699 commit c3a633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alg_traits.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Integral interpolation for the SDE solver algorithm. SDEs solutions depend on th
249249
the left-hand rule is taken, while Stratonovich calculus uses the right-hand rule. Unlike in standard Riemannian integration, these integral rules do
250250
not converge to the same answer. In the context of a stochastic differential equation, the underlying solution (and its mean, variance, etc.) is dependent
251251
on the integral rule that is chosen. This trait describes which interpretation the solver algorithm subscribes to, and thus whether the solution should
252-
be interpretated as the solution to the SDE under the Ito or Stratonovich interpretation.
252+
be interpreted as the solution to the SDE under the Ito or Stratonovich interpretation.
253253
254254
For more information, see https://oatml.cs.ox.ac.uk/blog/2022/03/22/ito-strat.html as a good high-level explanation.
255255

0 commit comments

Comments
 (0)