Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugomez committed Jun 13, 2024
1 parent 7bd0398 commit 2c7f948
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 @@ -24,7 +24,7 @@ g = stationary_distribution(X)
MX = generator(X)

# Use the generator to compute E[∫_0^T e^{-∫_0^t v(x_s)ds}f(x_t)dt + e^{-∫_0^T v(x_s)ds}ψ(x_T) | x_0 = x]
feynman_kac(MX; t = range(0, 100, step = 1/12), f = zeros(length(x)), ψ = ones(length(x)), v = zeros(length(x)))
feynman_kac(MX, range(0, 100, step = 1/12); f = zeros(length(x)), ψ = ones(length(x)), v = zeros(length(x)))
```

# Additive Functionals
Expand Down

0 comments on commit 2c7f948

Please sign in to comment.