You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions to calculate convolution in 1D and 2D (circular and linear) using the FFT function in Stan. For instance, conv1(a,b) and conv2(a,b). A general description of the algorithm is given here.