
Numerically stable convolution function for two pmf vectors
Source:R/utilities.R
stable_convolve.RdUnlike stats::convolve(), this function does not use the FFT algorithm,
which can generate negative numbers when below machine precision.

R/utilities.R
stable_convolve.RdUnlike stats::convolve(), this function does not use the FFT algorithm,
which can generate negative numbers when below machine precision.