sdepy.heston_process.__call__

heston_process.__call__(timeline)

Run the simulation along the given timeline.

Parameters:
timeline : array-like

A one dimensional array of strictly increasing numbers, defining the timeline of the simulation.

Returns:
Simulation results, as specified by subclass methods.