sdepy.lognorm_SDE.result

lognorm_SDE.result(tt, xx)

Compute the integration output.

Parameters:
tt : array

Output integration timeline.

xx : array

Integration result, shaped tt.shape + xshape + (paths,).

Returns:
result

Final result, returned to the user.

Notes

The default implementation returns sdepy.process(t=tt, x=xx). In case vshape != xshape, this method should operate as needed in order to return a process with values shaped as vshape (e.g. it might return a function of the components of xx).