powered by
Unlike stats::convolve(), this function does not use the FFT algorithm, which can generate negative numbers when below machine precision.
stats::convolve()
stable_convolve(a, b)
A numeric vector representing the convolution of a and b.
a
b
Numeric vector, the first sequence.
Numeric vector, the second sequence.