sdepy.wiener_process.more¶
-
wiener_process.more()¶ Further optional non array parameters, and initializations.
Parameters: - more_args : zero or more keyword arguments
Further, possibly non array-like, SDE parameters, as implied by the
moremethod signature. Passed upon instantiation of theSDEclass, are served to themoremethod and made available to other methods as items in theargsattribute.
Notes
The
factorsparameter ofhull_white_SDEillustrates a use case for themoremethod.