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 more method signature. Passed upon instantiation of the SDE class, are served to the more method and made available to other methods as items in the args attribute.

Notes

The factors parameter of hull_white_SDE illustrates a use case for the more method.