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
tand values set to the calling process values, interpolated attusingprocess.interpwith the given interpolation kind.If
tis a scalar, a constant process is returned.