R/calibrar-splines.R
gaussian_kernel.Rd
Calculate a discretization of the 2D Gaussian Kernel
gaussian_kernel(par, lower, upper, n = 10, checkSymmetry = TRUE, ...)
A list, including the mean and covariance matrix.
A vector, indicating the lower bound for the calculation.
A vector, indicating the upper bound for the calculation.
The number of cells for each dimension, can be one or two numbers.
TRUE by default, checks if the covariance matrix is symmetric.
Additional arguments, currently not used.
A list, with 'x', 'y' and 'z' components.