mul
Input Stack:
|
⇨ | Output Stack:
|
Compute a new time series where each interval has the value (a * b)
where a
and b
are the corresponding intervals in the input time series. NaN
s in a series
when other series are present are treated as 1
.
Example multiplying a constant:
Example multiplying two series: