A piecewise-constant tensor-valued function of time (or batch of such functions).
You can use the arithmetic operators +
, -
, *
, **
, /
, //
, and @
to perform operations between two Pwc objects or between a Pwc and a Tensor.
- Variables
values (Tensor) – The values of the function on the piecewise-constant segments.
durations (np.ndarray) – The durations of the constant segments.
value_shape (tuple) – The shape of the function value.
batch_shape (tuple) – The shape of the batch in the function.
name (str) – The name assigned to the node.
See also
pwc
Operation to create piecewise-constant functions.