bandwidthmatrix
Bandwidth matrix, often denoted H, is a smoothing parameter used in multivariate kernel methods such as kernel density estimation and kernel regression. It is a symmetric positive definite matrix that determines the scale, orientation, and interaction of smoothing across variables.
In kernel density estimation, the estimator at a point x is f_hat(x) = (1/n) sum |H|^{-1/2} K(H^{-1/2}(x -
Bandwidth selection: Choosing H involves bias-variance trade-off and is more complex in higher dimensions. Common strategies
Properties and interpretation: For kernels with Gaussian form, smoothing with H is equivalent to convolving the
Applications: bandwidth matrices are used in nonparametric density estimation, regression, conditional density estimation, mode finding, and