2.3.6. sdepy.even_poisson_source¶
-
class
sdepy.even_poisson_source(*, paths=2, vshape=(), **args)[source]¶ dn, a source of Poisson process increments with antithetic paths exposing identical increments.
Once instantiated as
dnwithpaths=2*Kpaths,x = dn(t, dt)consists of leadingKpaths with independent increments, and trailingKpaths consisting of a copy of the leading paths: (x[..., i] == x[..., K + i]). Intended to be used together withodd_wiener_sourceto generate antithetic paths in jump-diffusion processes.See also
Attributes: Methods
__call__