What is the difference between the algorithms underlying numpy.convolve
and scipy.ndimage.convolve1d
?
Are there are other equivalent/similar functions in Python? Which is most appropriate for associatively implementing multivariate convolutions (more than 2 input distributions)?