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 8784c6e commit bb7d42bCopy full SHA for bb7d42b
src/StochasticProcess.jl
@@ -1,5 +1,5 @@
1
# Generates Brownian motion
2
-BrownianProcess(dx::Real, xend::Real) = WhiteNoise(dx, xend)
+BrownianProcess(dx::Real, xend::Real) = cumsum(WhiteNoise(dx, xend))
3
4
# Generates a white noise process
5
function WhiteNoiseProcess(dx::Real, xend::Real)
0 commit comments