2.5.12. sdepy.wiener_SDE

class sdepy.wiener_SDE(*, paths=1, vshape=(), dtype=None, steps=None, i0=0, info=None, getinfo=True, method='euler', **args)[source]

SDE for a Wiener process (Brownian motion) with drift.

See also

wiener_process
Attributes:
See SDE class documentation.

Methods

See SDE class documentation.