2.6.3. sdepy.wiener_std

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

Standard deviation of values at time t of a Wiener process (as per the wiener_process class) with time-independent parameters.

See also

wiener_process
Attributes:
params

Methods

__call__