2.2.1.3. sdepy.process.rebase

process.rebase(t, *, kind=None)[source]

Change the process timeline to t, using interpolation.

A new process is returned with timeline t and values set to the calling process values, interpolated at t using process.interp with the given interpolation kind.

If t is a scalar, a constant process is returned.