2.6.6. sdepy.wiener_chf

class sdepy.wiener_chf(t, u, *, x0=0., mu=0., sigma=1.)[source]

Characteristic function of the probability distribution of values at time t of a Wiener process (as per the wiener_process class) with time-independent parameters, evaluated at u.

See also

wiener_process
Attributes:
params

Methods

__call__