If x
and s
are n- and m-vectors, respectively, returns the n-by-m matrix
of convolution values using Gaussian kernel with bandwidth h
. If x
and
s
are equal, the spectral shift is done to ensure the matrix is numerically
positive definite.
ConvolutionMatrix(x, s, h, threshold = 1e-10)
The matrix of convolution values.
A numeric vector.
A numeric vector.
A positive bandwidth.
Threshold value passed to SpectralShift.